├── .gitattributes ├── COPYING ├── README ├── be ├── Makefile ├── conf │ ├── etc │ │ ├── apt │ │ │ ├── preferences │ │ │ └── sources.list │ │ ├── cron.deny │ │ ├── dosemu │ │ │ └── dosemu.conf │ │ ├── php5 │ │ │ └── cli │ │ │ │ └── php.ini │ │ └── rc.local │ ├── maintenance.sh │ └── sync_conf.sh ├── fetcher │ ├── FlogScript.php │ ├── aheui │ ├── arc │ ├── as.scm │ ├── atl │ ├── bef98 │ ├── bf8 │ ├── bfsl │ ├── blsq │ ├── blsq.patch │ ├── chpl │ ├── cr │ ├── curry │ ├── d │ ├── d2 │ ├── dmd2.patch │ ├── dosemu.tgz │ ├── exu │ ├── fernando.hs │ ├── fernando.py │ ├── fsh │ ├── go │ ├── grb │ ├── gs2 │ ├── hs │ ├── hxg │ ├── iog │ ├── j │ ├── jelly │ ├── jq16 │ ├── k │ ├── kt │ ├── lab │ ├── malbolge.c │ ├── mb │ ├── nbb │ ├── nut │ ├── piet │ ├── pl6 │ ├── rb3 │ ├── rust │ ├── sno │ ├── wake │ ├── xgawk │ └── xgawk.diff ├── modules │ ├── Makefile │ ├── getvals.c │ ├── reset.c │ ├── sandbox.c │ └── syscalls.c ├── pkgs.txt └── srv │ ├── Makefile │ ├── ag_launcher.c │ ├── old │ ├── limit │ └── watch.c │ ├── remount.c │ ├── s │ ├── _adb │ ├── _c │ ├── _chpl │ ├── _clci │ ├── _cob │ ├── _cpp │ ├── _cr │ ├── _cs │ ├── _curry │ ├── _d │ ├── _erl │ ├── _f95 │ ├── _go │ ├── _hs │ ├── _icn │ ├── _iog │ ├── _java │ ├── _lmn │ ├── _m │ ├── _mind │ ├── _n │ ├── _nbb │ ├── _pas │ ├── _rs │ ├── _s │ ├── _vhdl │ ├── a+ │ ├── adb │ ├── aheui │ ├── arc │ ├── asy │ ├── atl │ ├── awk │ ├── bas │ ├── bash │ ├── bc │ ├── bef │ ├── bef98 │ ├── bf │ ├── bf8 │ ├── bfsl │ ├── blsq │ ├── c │ ├── chpl │ ├── class │ ├── clci │ ├── clj │ ├── cob │ ├── com │ ├── cpp │ ├── cr │ ├── cs │ ├── curry │ ├── cy │ ├── d │ ├── dc │ ├── di │ ├── erl │ ├── exe │ ├── exu │ ├── f95 │ ├── fish │ ├── flog │ ├── for │ ├── fsh │ ├── go │ ├── gp │ ├── gplot │ ├── grass │ ├── grb │ ├── groovy │ ├── gs │ ├── gs2 │ ├── hs │ ├── hxg │ ├── icn │ ├── ijs │ ├── io │ ├── iog │ ├── java │ ├── jelly │ ├── jl │ ├── jq │ ├── jq16 │ ├── js │ ├── k │ ├── kt │ ├── l │ ├── lab │ ├── lamb │ ├── lazy │ ├── lmn │ ├── logo │ ├── lua │ ├── ly │ ├── m │ ├── m4 │ ├── mal │ ├── max │ ├── mind │ ├── mk │ ├── ml │ ├── ms │ ├── n │ ├── nand │ ├── nbb │ ├── nut │ ├── oct │ ├── out │ ├── pas │ ├── pef │ ├── php │ ├── piet │ ├── pike │ ├── pl │ ├── pl6 │ ├── pro │ ├── ps │ ├── py │ ├── py3 │ ├── qcl │ ├── r │ ├── rb │ ├── rb2 │ ├── reb │ ├── rexx │ ├── rs │ ├── s │ ├── scala │ ├── scm │ ├── sed │ ├── sh │ ├── sno │ ├── st │ ├── tcl │ ├── unl │ ├── vhdl │ ├── vi │ ├── wake │ ├── wr │ ├── ws │ ├── xgawk │ ├── xtal │ ├── z8b │ └── zsh │ ├── setup.sh │ └── testsrv.rb ├── fe ├── code │ └── .gitignore ├── conf │ ├── etc │ │ ├── apt │ │ │ └── sources.list │ │ ├── lighttpd │ │ │ ├── conf-available │ │ │ │ └── 80-golf.conf │ │ │ └── lighttpd.conf │ │ ├── network │ │ │ └── interfaces │ │ ├── xen-tools │ │ │ └── ux.conf │ │ └── xen │ │ │ ├── ux.cfg │ │ │ └── xend-config.sxp │ └── sync_conf.sh ├── fcgi │ ├── all.rb │ ├── bas.html │ ├── check.rb │ ├── checker.html │ ├── checker.rb │ ├── env.rb │ ├── handler.rb │ ├── index.fcgi │ ├── index.rb │ ├── jsonp.rb │ ├── l.rb │ ├── lang_speed.html │ ├── lang_speed2.html │ ├── langs.html │ ├── lranking.rb │ ├── marshalp.rb │ ├── mkprob.html │ ├── mkprob.rb │ ├── nibbles │ ├── p.rb │ ├── recent.rb │ ├── refer.rb │ ├── rejudge.html │ ├── rejudge.rb │ ├── reveal.rb │ ├── setpid.html │ ├── setpid.rb │ ├── site.css │ ├── submit.rb │ ├── tools │ │ ├── check_version.rb │ │ ├── delprob.rb │ │ ├── delrecord.rb │ │ ├── dumppstore.rb │ │ ├── fixdeadline.rb │ │ ├── lang_population.rb │ │ ├── maintenance.sh │ │ ├── mkdeadline.rb │ │ ├── mkrefer.rb │ │ ├── modprob.rb │ │ ├── resort.rb │ │ ├── search_db.rb │ │ ├── update_version.sh │ │ └── version.rb │ ├── u.rb │ ├── version.rb │ ├── version.txt │ ├── wsdis.pl │ ├── yamlp.rb │ └── z80golf.tgz ├── masquerade.sh └── pkgs.txt └── test ├── ag.rb ├── log └── .gitignore ├── submit.rb ├── t ├── cc.sh ├── daemon.rb ├── echo.max ├── echo.mk ├── embed.dc ├── example_net.sh ├── fizz.asm ├── fizz.c ├── fizz.com ├── fizz.cs ├── fizz.di ├── fizz.l ├── fizz.out ├── fizz.pl ├── fizz.rb ├── fizz.sed ├── fizz.sh ├── fizz_exec.c ├── fizz_exec.cs ├── fizz_exec.ijs ├── fizz_exec.l ├── fizz_exec.out ├── fizz_fail.c ├── fizz_fail.cs ├── fizz_fail.l ├── fork_bomb.sh ├── google.bef ├── google.c ├── google.d ├── google.hs ├── google.pl ├── google.rb ├── google.sed ├── google_wait.rb ├── hello (paren) 'quotes`.rb ├── hello.aheui ├── hello.bfsl ├── hello.ijs ├── hello.max ├── hello.n ├── hello.r ├── hello.rb ├── hello.reb ├── hello_excessout.rb ├── hello_exec.rb ├── hello_fail.c ├── hello_shell.out ├── hello_timeout.d ├── hello_wait.rb ├── load_hello.rb ├── mk_hello.rb ├── nop.com ├── out.class ├── out.java ├── out.r ├── syslog.c ├── testing.a+ ├── testing.adb ├── testing.arc ├── testing.asy ├── testing.awk ├── testing.bas ├── testing.bef ├── testing.bf ├── testing.c ├── testing.class ├── testing.cob ├── testing.cpp ├── testing.cs ├── testing.curry ├── testing.d ├── testing.di ├── testing.erl ├── testing.f95 ├── testing.for ├── testing.go ├── testing.grb ├── testing.groovy ├── testing.gs ├── testing.hs ├── testing.ijs ├── testing.io ├── testing.java ├── testing.js ├── testing.kt ├── testing.l ├── testing.lazy ├── testing.lmn ├── testing.lua ├── testing.ly ├── testing.m ├── testing.m4 ├── testing.mind ├── testing.ml ├── testing.ms ├── testing.out ├── testing.pas ├── testing.pef ├── testing.php ├── testing.pl ├── testing.pl6 ├── testing.pro ├── testing.ps ├── testing.py ├── testing.r ├── testing.rb ├── testing.s ├── testing.scm ├── testing.sed ├── testing.sh ├── testing.st ├── testing.tcl ├── testing.unl ├── testing.vhdl ├── testing.vi ├── testing.wr ├── testing.ws ├── testing.xgawk ├── testing.xtal ├── testing_exec.rb ├── testing_setpriority.rb ├── timeout.rb ├── timeout_fail.rb ├── v.bash ├── v.bc ├── v.bef98 ├── v.chpl ├── v.clci ├── v.clj ├── v.cr ├── v.cy ├── v.exu ├── v.fish ├── v.flog ├── v.fsh ├── v.gp ├── v.gplot ├── v.grass ├── v.gs2 ├── v.hxg ├── v.icn ├── v.iog ├── v.jq ├── v.jq16 ├── v.k ├── v.lab ├── v.lamb ├── v.logo ├── v.mal ├── v.max ├── v.mk ├── v.n ├── v.nand ├── v.nbb ├── v.nut ├── v.oct ├── v.out ├── v.piet ├── v.pike ├── v.py3 ├── v.qcl ├── v.rb2 ├── v.reb ├── v.reb~ ├── v.rexx ├── v.rs ├── v.scala ├── v.sno ├── v.wake ├── v.z8b └── v.zsh └── test.rb /.gitattributes: -------------------------------------------------------------------------------- 1 | *.com -crlf -diff 2 | -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/COPYING -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/README -------------------------------------------------------------------------------- /be/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/Makefile -------------------------------------------------------------------------------- /be/conf/etc/apt/preferences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/conf/etc/apt/preferences -------------------------------------------------------------------------------- /be/conf/etc/apt/sources.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/conf/etc/apt/sources.list -------------------------------------------------------------------------------- /be/conf/etc/cron.deny: -------------------------------------------------------------------------------- 1 | golf 2 | -------------------------------------------------------------------------------- /be/conf/etc/dosemu/dosemu.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/conf/etc/dosemu/dosemu.conf -------------------------------------------------------------------------------- /be/conf/etc/php5/cli/php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/conf/etc/php5/cli/php.ini -------------------------------------------------------------------------------- /be/conf/etc/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/conf/etc/rc.local -------------------------------------------------------------------------------- /be/conf/maintenance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/conf/maintenance.sh -------------------------------------------------------------------------------- /be/conf/sync_conf.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | for i in `find etc -type f`; do 4 | cp /$i $i 5 | done 6 | 7 | -------------------------------------------------------------------------------- /be/fetcher/FlogScript.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/FlogScript.php -------------------------------------------------------------------------------- /be/fetcher/aheui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/aheui -------------------------------------------------------------------------------- /be/fetcher/arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/arc -------------------------------------------------------------------------------- /be/fetcher/as.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/as.scm -------------------------------------------------------------------------------- /be/fetcher/atl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/atl -------------------------------------------------------------------------------- /be/fetcher/bef98: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/bef98 -------------------------------------------------------------------------------- /be/fetcher/bf8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/bf8 -------------------------------------------------------------------------------- /be/fetcher/bfsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/bfsl -------------------------------------------------------------------------------- /be/fetcher/blsq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/blsq -------------------------------------------------------------------------------- /be/fetcher/blsq.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/blsq.patch -------------------------------------------------------------------------------- /be/fetcher/chpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/chpl -------------------------------------------------------------------------------- /be/fetcher/cr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/cr -------------------------------------------------------------------------------- /be/fetcher/curry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/curry -------------------------------------------------------------------------------- /be/fetcher/d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/d -------------------------------------------------------------------------------- /be/fetcher/d2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/d2 -------------------------------------------------------------------------------- /be/fetcher/dmd2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/dmd2.patch -------------------------------------------------------------------------------- /be/fetcher/dosemu.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/dosemu.tgz -------------------------------------------------------------------------------- /be/fetcher/exu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/exu -------------------------------------------------------------------------------- /be/fetcher/fernando.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/fernando.hs -------------------------------------------------------------------------------- /be/fetcher/fernando.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/fernando.py -------------------------------------------------------------------------------- /be/fetcher/fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/fsh -------------------------------------------------------------------------------- /be/fetcher/go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/go -------------------------------------------------------------------------------- /be/fetcher/grb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/grb -------------------------------------------------------------------------------- /be/fetcher/gs2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/gs2 -------------------------------------------------------------------------------- /be/fetcher/hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/hs -------------------------------------------------------------------------------- /be/fetcher/hxg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/hxg -------------------------------------------------------------------------------- /be/fetcher/iog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/iog -------------------------------------------------------------------------------- /be/fetcher/j: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/j -------------------------------------------------------------------------------- /be/fetcher/jelly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/jelly -------------------------------------------------------------------------------- /be/fetcher/jq16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/jq16 -------------------------------------------------------------------------------- /be/fetcher/k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/k -------------------------------------------------------------------------------- /be/fetcher/kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/kt -------------------------------------------------------------------------------- /be/fetcher/lab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/lab -------------------------------------------------------------------------------- /be/fetcher/malbolge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/malbolge.c -------------------------------------------------------------------------------- /be/fetcher/mb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/mb -------------------------------------------------------------------------------- /be/fetcher/nbb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/nbb -------------------------------------------------------------------------------- /be/fetcher/nut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/nut -------------------------------------------------------------------------------- /be/fetcher/piet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/piet -------------------------------------------------------------------------------- /be/fetcher/pl6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/pl6 -------------------------------------------------------------------------------- /be/fetcher/rb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/rb3 -------------------------------------------------------------------------------- /be/fetcher/rust: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/rust -------------------------------------------------------------------------------- /be/fetcher/sno: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/sno -------------------------------------------------------------------------------- /be/fetcher/wake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/wake -------------------------------------------------------------------------------- /be/fetcher/xgawk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/xgawk -------------------------------------------------------------------------------- /be/fetcher/xgawk.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/fetcher/xgawk.diff -------------------------------------------------------------------------------- /be/modules/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/modules/Makefile -------------------------------------------------------------------------------- /be/modules/getvals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/modules/getvals.c -------------------------------------------------------------------------------- /be/modules/reset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/modules/reset.c -------------------------------------------------------------------------------- /be/modules/sandbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/modules/sandbox.c -------------------------------------------------------------------------------- /be/modules/syscalls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/modules/syscalls.c -------------------------------------------------------------------------------- /be/pkgs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/pkgs.txt -------------------------------------------------------------------------------- /be/srv/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/Makefile -------------------------------------------------------------------------------- /be/srv/ag_launcher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/ag_launcher.c -------------------------------------------------------------------------------- /be/srv/old/limit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/old/limit -------------------------------------------------------------------------------- /be/srv/old/watch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/old/watch.c -------------------------------------------------------------------------------- /be/srv/remount.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/remount.c -------------------------------------------------------------------------------- /be/srv/s/_adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_adb -------------------------------------------------------------------------------- /be/srv/s/_c: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | gcc -g -O -lm $1 3 | -------------------------------------------------------------------------------- /be/srv/s/_chpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_chpl -------------------------------------------------------------------------------- /be/srv/s/_clci: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | sick $1 3 | -------------------------------------------------------------------------------- /be/srv/s/_cob: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cobc -x -g -debug -free $1 -o a.out 3 | -------------------------------------------------------------------------------- /be/srv/s/_cpp: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | g++ -g -O $1 3 | -------------------------------------------------------------------------------- /be/srv/s/_cr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_cr -------------------------------------------------------------------------------- /be/srv/s/_cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_cs -------------------------------------------------------------------------------- /be/srv/s/_curry: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cyc $1 3 | -------------------------------------------------------------------------------- /be/srv/s/_d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_d -------------------------------------------------------------------------------- /be/srv/s/_erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_erl -------------------------------------------------------------------------------- /be/srv/s/_f95: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | gfortran -g -O $1 3 | -------------------------------------------------------------------------------- /be/srv/s/_go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_go -------------------------------------------------------------------------------- /be/srv/s/_hs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ghc-8.0.2 -O $1 -o a.out 3 | -------------------------------------------------------------------------------- /be/srv/s/_icn: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | icont $1 3 | -------------------------------------------------------------------------------- /be/srv/s/_iog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_iog -------------------------------------------------------------------------------- /be/srv/s/_java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_java -------------------------------------------------------------------------------- /be/srv/s/_lmn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_lmn -------------------------------------------------------------------------------- /be/srv/s/_m: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | gcc -g -O -lm $1 3 | -------------------------------------------------------------------------------- /be/srv/s/_mind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_mind -------------------------------------------------------------------------------- /be/srv/s/_n: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ncc $1 3 | 4 | -------------------------------------------------------------------------------- /be/srv/s/_nbb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_nbb -------------------------------------------------------------------------------- /be/srv/s/_pas: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ln -s /usr/lib/i386-linux-gnu/crt*.o . 3 | gpc -g -O $1 4 | -------------------------------------------------------------------------------- /be/srv/s/_rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_rs -------------------------------------------------------------------------------- /be/srv/s/_s: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | gcc -g -lm $1 3 | -------------------------------------------------------------------------------- /be/srv/s/_vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/_vhdl -------------------------------------------------------------------------------- /be/srv/s/a+: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | a+ -q $1 3 | -------------------------------------------------------------------------------- /be/srv/s/adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/adb -------------------------------------------------------------------------------- /be/srv/s/aheui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/aheui -------------------------------------------------------------------------------- /be/srv/s/arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/arc -------------------------------------------------------------------------------- /be/srv/s/asy: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec asy -nosafe -q $1 3 | -------------------------------------------------------------------------------- /be/srv/s/atl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/atl -------------------------------------------------------------------------------- /be/srv/s/awk: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mawk -f $1 3 | -------------------------------------------------------------------------------- /be/srv/s/bas: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec yabasic $1 3 | -------------------------------------------------------------------------------- /be/srv/s/bash: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec bash $1 3 | -------------------------------------------------------------------------------- /be/srv/s/bc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BC_LINE_LENGTH=9999 exec bc -lq $1 3 | -------------------------------------------------------------------------------- /be/srv/s/bef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/bef -------------------------------------------------------------------------------- /be/srv/s/bef98: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/bef98 -------------------------------------------------------------------------------- /be/srv/s/bf: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/bf $1 3 | -------------------------------------------------------------------------------- /be/srv/s/bf8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/bf8 -------------------------------------------------------------------------------- /be/srv/s/bfsl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/MNNBFSL/mnnbfsl $1 3 | -------------------------------------------------------------------------------- /be/srv/s/blsq: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/Burlesque/main_golf --file $1 3 | -------------------------------------------------------------------------------- /be/srv/s/c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/c -------------------------------------------------------------------------------- /be/srv/s/chpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/chpl -------------------------------------------------------------------------------- /be/srv/s/class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/class -------------------------------------------------------------------------------- /be/srv/s/clci: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ./test.io 3 | -------------------------------------------------------------------------------- /be/srv/s/clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/clj -------------------------------------------------------------------------------- /be/srv/s/cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/cob -------------------------------------------------------------------------------- /be/srv/s/com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/com -------------------------------------------------------------------------------- /be/srv/s/cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/cpp -------------------------------------------------------------------------------- /be/srv/s/cr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/cr -------------------------------------------------------------------------------- /be/srv/s/cs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono a.out 3 | 4 | -------------------------------------------------------------------------------- /be/srv/s/curry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/curry -------------------------------------------------------------------------------- /be/srv/s/cy: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/cyan $1 3 | -------------------------------------------------------------------------------- /be/srv/s/d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/d -------------------------------------------------------------------------------- /be/srv/s/dc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | DC_LINE_LENGTH= exec dc -f $1 3 | -------------------------------------------------------------------------------- /be/srv/s/di: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/di -------------------------------------------------------------------------------- /be/srv/s/erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/erl -------------------------------------------------------------------------------- /be/srv/s/exe: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec wine ./$1 3 | -------------------------------------------------------------------------------- /be/srv/s/exu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/exu -------------------------------------------------------------------------------- /be/srv/s/f95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/f95 -------------------------------------------------------------------------------- /be/srv/s/fish: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec fish $1 3 | -------------------------------------------------------------------------------- /be/srv/s/flog: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec php5 /golf/local/FlogScript.php $1 3 | -------------------------------------------------------------------------------- /be/srv/s/for: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec gforth $1 -e bye 3 | -------------------------------------------------------------------------------- /be/srv/s/fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/fsh -------------------------------------------------------------------------------- /be/srv/s/go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/go -------------------------------------------------------------------------------- /be/srv/s/gp: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec gp -f -q $1 3 | -------------------------------------------------------------------------------- /be/srv/s/gplot: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec gnuplot $1 2>&1 3 | -------------------------------------------------------------------------------- /be/srv/s/grass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/grass -------------------------------------------------------------------------------- /be/srv/s/grb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/grb -------------------------------------------------------------------------------- /be/srv/s/groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/groovy -------------------------------------------------------------------------------- /be/srv/s/gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/gs -------------------------------------------------------------------------------- /be/srv/s/gs2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/gs2 -------------------------------------------------------------------------------- /be/srv/s/hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/hs -------------------------------------------------------------------------------- /be/srv/s/hxg: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ruby1.9.1 /golf/local/hexagony/interpreter.rb $1 3 | -------------------------------------------------------------------------------- /be/srv/s/icn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/icn -------------------------------------------------------------------------------- /be/srv/s/ijs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/ijs -------------------------------------------------------------------------------- /be/srv/s/io: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/io_static $1 3 | -------------------------------------------------------------------------------- /be/srv/s/iog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/iog -------------------------------------------------------------------------------- /be/srv/s/java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/java -------------------------------------------------------------------------------- /be/srv/s/jelly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/jelly -------------------------------------------------------------------------------- /be/srv/s/jl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec julia $1 3 | -------------------------------------------------------------------------------- /be/srv/s/jq: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec jq -s -r -R -f $1 3 | -------------------------------------------------------------------------------- /be/srv/s/jq16: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/jq16 -s -r -R -f $1 3 | -------------------------------------------------------------------------------- /be/srv/s/js: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec smjs $1 3 | -------------------------------------------------------------------------------- /be/srv/s/k: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/kona/k $1 3 | -------------------------------------------------------------------------------- /be/srv/s/kt: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec kite $1 3 | -------------------------------------------------------------------------------- /be/srv/s/l: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec clisp $1 3 | -------------------------------------------------------------------------------- /be/srv/s/lab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/lab -------------------------------------------------------------------------------- /be/srv/s/lamb: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/lamb $1 3 | -------------------------------------------------------------------------------- /be/srv/s/lazy: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/lazyk2 $1 3 | -------------------------------------------------------------------------------- /be/srv/s/lmn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/lmn -------------------------------------------------------------------------------- /be/srv/s/logo: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ucblogo $1 3 | -------------------------------------------------------------------------------- /be/srv/s/lua: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec lua $1 3 | -------------------------------------------------------------------------------- /be/srv/s/ly: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec lilypond $1 3 | -------------------------------------------------------------------------------- /be/srv/s/m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/m -------------------------------------------------------------------------------- /be/srv/s/m4: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec m4 $1 3 | -------------------------------------------------------------------------------- /be/srv/s/mal: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/malbolge $1 3 | -------------------------------------------------------------------------------- /be/srv/s/max: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec maxima --very-quiet -r 'batchload("'"$1"'")$' 3 | -------------------------------------------------------------------------------- /be/srv/s/mind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/mind -------------------------------------------------------------------------------- /be/srv/s/mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/mk -------------------------------------------------------------------------------- /be/srv/s/ml: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ocaml $1 3 | -------------------------------------------------------------------------------- /be/srv/s/ms: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/minus $1 3 | -------------------------------------------------------------------------------- /be/srv/s/n: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono out.exe 3 | 4 | -------------------------------------------------------------------------------- /be/srv/s/nand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/nand -------------------------------------------------------------------------------- /be/srv/s/nbb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/nbb -------------------------------------------------------------------------------- /be/srv/s/nut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/nut -------------------------------------------------------------------------------- /be/srv/s/oct: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec octave -q $1 3 | -------------------------------------------------------------------------------- /be/srv/s/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/out -------------------------------------------------------------------------------- /be/srv/s/pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/pas -------------------------------------------------------------------------------- /be/srv/s/pef: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/2dpi.rb $1 3 | -------------------------------------------------------------------------------- /be/srv/s/php: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec php5 $1 3 | -------------------------------------------------------------------------------- /be/srv/s/piet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/piet -------------------------------------------------------------------------------- /be/srv/s/pike: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec pike $1 3 | -------------------------------------------------------------------------------- /be/srv/s/pl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | export LANG=C 3 | exec perl $1 4 | -------------------------------------------------------------------------------- /be/srv/s/pl6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/pl6 -------------------------------------------------------------------------------- /be/srv/s/pro: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec swipl -t m -q -s $1 3 | -------------------------------------------------------------------------------- /be/srv/s/ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/ps -------------------------------------------------------------------------------- /be/srv/s/py: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec python $1 3 | -------------------------------------------------------------------------------- /be/srv/s/py3: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec python3 $1 3 | -------------------------------------------------------------------------------- /be/srv/s/qcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/qcl -------------------------------------------------------------------------------- /be/srv/s/r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/r -------------------------------------------------------------------------------- /be/srv/s/rb: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ruby $1 3 | -------------------------------------------------------------------------------- /be/srv/s/rb2: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ruby2.2 $1 3 | -------------------------------------------------------------------------------- /be/srv/s/reb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/reb -------------------------------------------------------------------------------- /be/srv/s/rexx: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec rexx $PWD/$1 3 | -------------------------------------------------------------------------------- /be/srv/s/rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/rs -------------------------------------------------------------------------------- /be/srv/s/s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/s -------------------------------------------------------------------------------- /be/srv/s/scala: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec scala -nocompdaemon $1 3 | -------------------------------------------------------------------------------- /be/srv/s/scm: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec gosh $1 3 | -------------------------------------------------------------------------------- /be/srv/s/sed: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec sed -f $1 3 | -------------------------------------------------------------------------------- /be/srv/s/sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec bash $1 3 | -------------------------------------------------------------------------------- /be/srv/s/sno: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/sno -------------------------------------------------------------------------------- /be/srv/s/st: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec gst $1 3 | -------------------------------------------------------------------------------- /be/srv/s/tcl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec tclsh $1 3 | -------------------------------------------------------------------------------- /be/srv/s/unl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/unlambda $1 3 | -------------------------------------------------------------------------------- /be/srv/s/vhdl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ./`basename $2 .vhdl` 3 | 4 | -------------------------------------------------------------------------------- /be/srv/s/vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/vi -------------------------------------------------------------------------------- /be/srv/s/wake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/wake -------------------------------------------------------------------------------- /be/srv/s/wr: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/whirl $1 3 | -------------------------------------------------------------------------------- /be/srv/s/ws: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/wspace $1 3 | -------------------------------------------------------------------------------- /be/srv/s/xgawk: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec xgawk -f $1 3 | -------------------------------------------------------------------------------- /be/srv/s/xtal: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /golf/local/xtal.exe $1 3 | -------------------------------------------------------------------------------- /be/srv/s/z8b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/s/z8b -------------------------------------------------------------------------------- /be/srv/s/zsh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec zsh $1 3 | -------------------------------------------------------------------------------- /be/srv/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/setup.sh -------------------------------------------------------------------------------- /be/srv/testsrv.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/be/srv/testsrv.rb -------------------------------------------------------------------------------- /fe/code/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fe/conf/etc/apt/sources.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/conf/etc/apt/sources.list -------------------------------------------------------------------------------- /fe/conf/etc/lighttpd/conf-available/80-golf.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/conf/etc/lighttpd/conf-available/80-golf.conf -------------------------------------------------------------------------------- /fe/conf/etc/lighttpd/lighttpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/conf/etc/lighttpd/lighttpd.conf -------------------------------------------------------------------------------- /fe/conf/etc/network/interfaces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/conf/etc/network/interfaces -------------------------------------------------------------------------------- /fe/conf/etc/xen-tools/ux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/conf/etc/xen-tools/ux.conf -------------------------------------------------------------------------------- /fe/conf/etc/xen/ux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/conf/etc/xen/ux.cfg -------------------------------------------------------------------------------- /fe/conf/etc/xen/xend-config.sxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/conf/etc/xen/xend-config.sxp -------------------------------------------------------------------------------- /fe/conf/sync_conf.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | for i in `find etc -type f`; do 4 | cp /$i $i 5 | done 6 | 7 | -------------------------------------------------------------------------------- /fe/fcgi/all.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/all.rb -------------------------------------------------------------------------------- /fe/fcgi/bas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/bas.html -------------------------------------------------------------------------------- /fe/fcgi/check.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/check.rb -------------------------------------------------------------------------------- /fe/fcgi/checker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/checker.html -------------------------------------------------------------------------------- /fe/fcgi/checker.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/checker.rb -------------------------------------------------------------------------------- /fe/fcgi/env.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/env.rb -------------------------------------------------------------------------------- /fe/fcgi/handler.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/handler.rb -------------------------------------------------------------------------------- /fe/fcgi/index.fcgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/index.fcgi -------------------------------------------------------------------------------- /fe/fcgi/index.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/index.rb -------------------------------------------------------------------------------- /fe/fcgi/jsonp.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/jsonp.rb -------------------------------------------------------------------------------- /fe/fcgi/l.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/l.rb -------------------------------------------------------------------------------- /fe/fcgi/lang_speed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/lang_speed.html -------------------------------------------------------------------------------- /fe/fcgi/lang_speed2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/lang_speed2.html -------------------------------------------------------------------------------- /fe/fcgi/langs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/langs.html -------------------------------------------------------------------------------- /fe/fcgi/lranking.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/lranking.rb -------------------------------------------------------------------------------- /fe/fcgi/marshalp.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/marshalp.rb -------------------------------------------------------------------------------- /fe/fcgi/mkprob.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/mkprob.html -------------------------------------------------------------------------------- /fe/fcgi/mkprob.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/mkprob.rb -------------------------------------------------------------------------------- /fe/fcgi/nibbles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/nibbles -------------------------------------------------------------------------------- /fe/fcgi/p.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/p.rb -------------------------------------------------------------------------------- /fe/fcgi/recent.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/recent.rb -------------------------------------------------------------------------------- /fe/fcgi/refer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/refer.rb -------------------------------------------------------------------------------- /fe/fcgi/rejudge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/rejudge.html -------------------------------------------------------------------------------- /fe/fcgi/rejudge.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/rejudge.rb -------------------------------------------------------------------------------- /fe/fcgi/reveal.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/reveal.rb -------------------------------------------------------------------------------- /fe/fcgi/setpid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/setpid.html -------------------------------------------------------------------------------- /fe/fcgi/setpid.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/setpid.rb -------------------------------------------------------------------------------- /fe/fcgi/site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/site.css -------------------------------------------------------------------------------- /fe/fcgi/submit.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/submit.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/check_version.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/check_version.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/delprob.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/delprob.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/delrecord.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/delrecord.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/dumppstore.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/dumppstore.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/fixdeadline.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/fixdeadline.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/lang_population.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/lang_population.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/maintenance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/maintenance.sh -------------------------------------------------------------------------------- /fe/fcgi/tools/mkdeadline.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/mkdeadline.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/mkrefer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/mkrefer.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/modprob.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/modprob.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/resort.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/resort.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/search_db.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/search_db.rb -------------------------------------------------------------------------------- /fe/fcgi/tools/update_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/update_version.sh -------------------------------------------------------------------------------- /fe/fcgi/tools/version.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/tools/version.rb -------------------------------------------------------------------------------- /fe/fcgi/u.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/u.rb -------------------------------------------------------------------------------- /fe/fcgi/version.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/version.rb -------------------------------------------------------------------------------- /fe/fcgi/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/version.txt -------------------------------------------------------------------------------- /fe/fcgi/wsdis.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/wsdis.pl -------------------------------------------------------------------------------- /fe/fcgi/yamlp.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/yamlp.rb -------------------------------------------------------------------------------- /fe/fcgi/z80golf.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/fcgi/z80golf.tgz -------------------------------------------------------------------------------- /fe/masquerade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/masquerade.sh -------------------------------------------------------------------------------- /fe/pkgs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/fe/pkgs.txt -------------------------------------------------------------------------------- /test/ag.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/ag.rb -------------------------------------------------------------------------------- /test/log/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/submit.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/submit.rb -------------------------------------------------------------------------------- /test/t/cc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/cc.sh -------------------------------------------------------------------------------- /test/t/daemon.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/daemon.rb -------------------------------------------------------------------------------- /test/t/echo.max: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/echo.max -------------------------------------------------------------------------------- /test/t/echo.mk: -------------------------------------------------------------------------------- 1 | $(info $(STDIN)) 2 | -------------------------------------------------------------------------------- /test/t/embed.dc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/embed.dc -------------------------------------------------------------------------------- /test/t/example_net.sh: -------------------------------------------------------------------------------- 1 | wget -q http://www.example.com -O /dev/stdout|sed 's/ble/bl\ne/;s/ *\r//g' 2 | -------------------------------------------------------------------------------- /test/t/fizz.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.asm -------------------------------------------------------------------------------- /test/t/fizz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.c -------------------------------------------------------------------------------- /test/t/fizz.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.com -------------------------------------------------------------------------------- /test/t/fizz.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.cs -------------------------------------------------------------------------------- /test/t/fizz.di: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.di -------------------------------------------------------------------------------- /test/t/fizz.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.l -------------------------------------------------------------------------------- /test/t/fizz.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.out -------------------------------------------------------------------------------- /test/t/fizz.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.pl -------------------------------------------------------------------------------- /test/t/fizz.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.rb -------------------------------------------------------------------------------- /test/t/fizz.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.sed -------------------------------------------------------------------------------- /test/t/fizz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz.sh -------------------------------------------------------------------------------- /test/t/fizz_exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz_exec.c -------------------------------------------------------------------------------- /test/t/fizz_exec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz_exec.cs -------------------------------------------------------------------------------- /test/t/fizz_exec.ijs: -------------------------------------------------------------------------------- 1 | 2!:0 'echo' 2 | -------------------------------------------------------------------------------- /test/t/fizz_exec.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz_exec.l -------------------------------------------------------------------------------- /test/t/fizz_exec.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz_exec.out -------------------------------------------------------------------------------- /test/t/fizz_fail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz_fail.c -------------------------------------------------------------------------------- /test/t/fizz_fail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz_fail.cs -------------------------------------------------------------------------------- /test/t/fizz_fail.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/fizz_fail.l -------------------------------------------------------------------------------- /test/t/fork_bomb.sh: -------------------------------------------------------------------------------- 1 | :(){ :|:& };: 2 | -------------------------------------------------------------------------------- /test/t/google.bef: -------------------------------------------------------------------------------- 1 | .gle -------------------------------------------------------------------------------- /test/t/google.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/google.rb -------------------------------------------------------------------------------- /test/t/google.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/google.sed -------------------------------------------------------------------------------- /test/t/google_wait.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/google_wait.rb -------------------------------------------------------------------------------- /test/t/hello (paren) 'quotes`.rb: -------------------------------------------------------------------------------- 1 | puts 'Hello, world!' 2 | -------------------------------------------------------------------------------- /test/t/hello.aheui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/hello.aheui -------------------------------------------------------------------------------- /test/t/hello.bfsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/hello.bfsl -------------------------------------------------------------------------------- /test/t/hello.ijs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/hello.ijs -------------------------------------------------------------------------------- /test/t/hello.max: -------------------------------------------------------------------------------- 1 | print( "Hello, world!" )$ -------------------------------------------------------------------------------- /test/t/hello.n: -------------------------------------------------------------------------------- 1 | System.Console.WriteLine("Hello, world!"); 2 | -------------------------------------------------------------------------------- /test/t/hello.r: -------------------------------------------------------------------------------- 1 | cat("Hello, world!") -------------------------------------------------------------------------------- /test/t/hello.rb: -------------------------------------------------------------------------------- 1 | puts'Hello, world!' 2 | -------------------------------------------------------------------------------- /test/t/hello.reb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/hello.reb -------------------------------------------------------------------------------- /test/t/hello_excessout.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/hello_excessout.rb -------------------------------------------------------------------------------- /test/t/hello_exec.rb: -------------------------------------------------------------------------------- 1 | exec %q(ruby -e 'puts"Hello, world!"') 2 | -------------------------------------------------------------------------------- /test/t/hello_fail.c: -------------------------------------------------------------------------------- 1 | yay 2 | -------------------------------------------------------------------------------- /test/t/hello_shell.out: -------------------------------------------------------------------------------- 1 | ELF 2 | echo Hello, world! 3 | -------------------------------------------------------------------------------- /test/t/hello_timeout.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/hello_timeout.d -------------------------------------------------------------------------------- /test/t/hello_wait.rb: -------------------------------------------------------------------------------- 1 | sleep(1.2) 2 | puts "Hello, world!" 3 | -------------------------------------------------------------------------------- /test/t/load_hello.rb: -------------------------------------------------------------------------------- 1 | puts File.read('/tmp/h') 2 | -------------------------------------------------------------------------------- /test/t/mk_hello.rb: -------------------------------------------------------------------------------- 1 | File.open('/tmp/h','w') do |of| 2 | of.puts('Hello, world!') 3 | end 4 | -------------------------------------------------------------------------------- /test/t/nop.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/nop.com -------------------------------------------------------------------------------- /test/t/out.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/out.class -------------------------------------------------------------------------------- /test/t/out.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/out.java -------------------------------------------------------------------------------- /test/t/out.r: -------------------------------------------------------------------------------- 1 | cat("pong") -------------------------------------------------------------------------------- /test/t/syslog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/syslog.c -------------------------------------------------------------------------------- /test/t/testing.a+: -------------------------------------------------------------------------------- 1 | 'pong' 2 | _exit{0} -------------------------------------------------------------------------------- /test/t/testing.adb: -------------------------------------------------------------------------------- 1 | procedure gnat.io.a is begin put("pong");end; -------------------------------------------------------------------------------- /test/t/testing.arc: -------------------------------------------------------------------------------- 1 | (pr"pong") 2 | -------------------------------------------------------------------------------- /test/t/testing.asy: -------------------------------------------------------------------------------- 1 | write(stdout,"pong"); 2 | -------------------------------------------------------------------------------- /test/t/testing.awk: -------------------------------------------------------------------------------- 1 | END{print"pong"} -------------------------------------------------------------------------------- /test/t/testing.bas: -------------------------------------------------------------------------------- 1 | ?"pong" -------------------------------------------------------------------------------- /test/t/testing.bef: -------------------------------------------------------------------------------- 1 | "gnop",,,,@ -------------------------------------------------------------------------------- /test/t/testing.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.bf -------------------------------------------------------------------------------- /test/t/testing.c: -------------------------------------------------------------------------------- 1 | main(){puts("pong");} -------------------------------------------------------------------------------- /test/t/testing.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.class -------------------------------------------------------------------------------- /test/t/testing.cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.cob -------------------------------------------------------------------------------- /test/t/testing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.cpp -------------------------------------------------------------------------------- /test/t/testing.cs: -------------------------------------------------------------------------------- 1 | class i{static void Main(){System.Console.WriteLine("pong");}} -------------------------------------------------------------------------------- /test/t/testing.curry: -------------------------------------------------------------------------------- 1 | main=interact$const"pong" -------------------------------------------------------------------------------- /test/t/testing.d: -------------------------------------------------------------------------------- 1 | void main(){printf="pong";} -------------------------------------------------------------------------------- /test/t/testing.di: -------------------------------------------------------------------------------- 1 | pragma(msg,"pong"); -------------------------------------------------------------------------------- /test/t/testing.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.erl -------------------------------------------------------------------------------- /test/t/testing.f95: -------------------------------------------------------------------------------- 1 | print'(a)',"pong" 2 | end -------------------------------------------------------------------------------- /test/t/testing.for: -------------------------------------------------------------------------------- 1 | ." pong" -------------------------------------------------------------------------------- /test/t/testing.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.go -------------------------------------------------------------------------------- /test/t/testing.grb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.grb -------------------------------------------------------------------------------- /test/t/testing.groovy: -------------------------------------------------------------------------------- 1 | print"pong" -------------------------------------------------------------------------------- /test/t/testing.gs: -------------------------------------------------------------------------------- 1 | ;"pong" 2 | -------------------------------------------------------------------------------- /test/t/testing.hs: -------------------------------------------------------------------------------- 1 | main=putStr"pong" -------------------------------------------------------------------------------- /test/t/testing.ijs: -------------------------------------------------------------------------------- 1 | exit wd'pong' -------------------------------------------------------------------------------- /test/t/testing.io: -------------------------------------------------------------------------------- 1 | write("pong") -------------------------------------------------------------------------------- /test/t/testing.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.java -------------------------------------------------------------------------------- /test/t/testing.js: -------------------------------------------------------------------------------- 1 | print("pong") -------------------------------------------------------------------------------- /test/t/testing.kt: -------------------------------------------------------------------------------- 1 | "pong"|print; 2 | -------------------------------------------------------------------------------- /test/t/testing.l: -------------------------------------------------------------------------------- 1 | (princ"pong") 2 | -------------------------------------------------------------------------------- /test/t/testing.lazy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.lazy -------------------------------------------------------------------------------- /test/t/testing.lmn: -------------------------------------------------------------------------------- 1 | io.use.io.print("pong",_) 2 | -------------------------------------------------------------------------------- /test/t/testing.lua: -------------------------------------------------------------------------------- 1 | print"pong" -------------------------------------------------------------------------------- /test/t/testing.ly: -------------------------------------------------------------------------------- 1 | #(format #t "pong") 2 | -------------------------------------------------------------------------------- /test/t/testing.m: -------------------------------------------------------------------------------- 1 | main(){puts("pong");} -------------------------------------------------------------------------------- /test/t/testing.m4: -------------------------------------------------------------------------------- 1 | pong -------------------------------------------------------------------------------- /test/t/testing.mind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.mind -------------------------------------------------------------------------------- /test/t/testing.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.ml -------------------------------------------------------------------------------- /test/t/testing.ms: -------------------------------------------------------------------------------- 1 | B9pppicAopc5!pong -------------------------------------------------------------------------------- /test/t/testing.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.out -------------------------------------------------------------------------------- /test/t/testing.pas: -------------------------------------------------------------------------------- 1 | begin write('pong')end. -------------------------------------------------------------------------------- /test/t/testing.pef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.pef -------------------------------------------------------------------------------- /test/t/testing.php: -------------------------------------------------------------------------------- 1 | pong -------------------------------------------------------------------------------- /test/t/testing.pl: -------------------------------------------------------------------------------- 1 | print'pong' 2 | -------------------------------------------------------------------------------- /test/t/testing.pl6: -------------------------------------------------------------------------------- 1 | "pong".say 2 | -------------------------------------------------------------------------------- /test/t/testing.pro: -------------------------------------------------------------------------------- 1 | m:-write(pong). -------------------------------------------------------------------------------- /test/t/testing.ps: -------------------------------------------------------------------------------- 1 | /pong = -------------------------------------------------------------------------------- /test/t/testing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.py -------------------------------------------------------------------------------- /test/t/testing.r: -------------------------------------------------------------------------------- 1 | cat("pong") -------------------------------------------------------------------------------- /test/t/testing.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.rb -------------------------------------------------------------------------------- /test/t/testing.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.s -------------------------------------------------------------------------------- /test/t/testing.scm: -------------------------------------------------------------------------------- 1 | (print'pong) -------------------------------------------------------------------------------- /test/t/testing.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.sed -------------------------------------------------------------------------------- /test/t/testing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.sh -------------------------------------------------------------------------------- /test/t/testing.st: -------------------------------------------------------------------------------- 1 | 'pong'display! -------------------------------------------------------------------------------- /test/t/testing.tcl: -------------------------------------------------------------------------------- 1 | puts "pong"; -------------------------------------------------------------------------------- /test/t/testing.unl: -------------------------------------------------------------------------------- 1 | `.g`.n`.o`.pv -------------------------------------------------------------------------------- /test/t/testing.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.vhdl -------------------------------------------------------------------------------- /test/t/testing.vi: -------------------------------------------------------------------------------- 1 | ddipongZZ -------------------------------------------------------------------------------- /test/t/testing.wr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.wr -------------------------------------------------------------------------------- /test/t/testing.ws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/testing.ws -------------------------------------------------------------------------------- /test/t/testing.xgawk: -------------------------------------------------------------------------------- 1 | END{print"pong"} -------------------------------------------------------------------------------- /test/t/testing.xtal: -------------------------------------------------------------------------------- 1 | "pong".p; -------------------------------------------------------------------------------- /test/t/testing_exec.rb: -------------------------------------------------------------------------------- 1 | exec %q(ruby -e 'puts"pong"') 2 | -------------------------------------------------------------------------------- /test/t/testing_setpriority.rb: -------------------------------------------------------------------------------- 1 | system %q(ruby -e 'puts"pong"') 2 | Process.setpriority(1764, 11, 0) 3 | -------------------------------------------------------------------------------- /test/t/timeout.rb: -------------------------------------------------------------------------------- 1 | sleep 2 | -------------------------------------------------------------------------------- /test/t/timeout_fail.rb: -------------------------------------------------------------------------------- 1 | puts'hello' 2 | 3 | -------------------------------------------------------------------------------- /test/t/v.bash: -------------------------------------------------------------------------------- 1 | echo v 2 | -------------------------------------------------------------------------------- /test/t/v.bc: -------------------------------------------------------------------------------- 1 | print "v" 2 | -------------------------------------------------------------------------------- /test/t/v.bef98: -------------------------------------------------------------------------------- 1 | 87*3+2*,@ -------------------------------------------------------------------------------- /test/t/v.chpl: -------------------------------------------------------------------------------- 1 | writeln ("v"); 2 | -------------------------------------------------------------------------------- /test/t/v.clci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.clci -------------------------------------------------------------------------------- /test/t/v.clj: -------------------------------------------------------------------------------- 1 | (println "v") 2 | -------------------------------------------------------------------------------- /test/t/v.cr: -------------------------------------------------------------------------------- 1 | puts "v" -------------------------------------------------------------------------------- /test/t/v.cy: -------------------------------------------------------------------------------- 1 | print"v" 2 | -------------------------------------------------------------------------------- /test/t/v.exu: -------------------------------------------------------------------------------- 1 | puts(1, "v\n") -------------------------------------------------------------------------------- /test/t/v.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.fish -------------------------------------------------------------------------------- /test/t/v.flog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.flog -------------------------------------------------------------------------------- /test/t/v.fsh: -------------------------------------------------------------------------------- 1 | !v"v"r! 2 | >l?!;o 3 | -------------------------------------------------------------------------------- /test/t/v.gp: -------------------------------------------------------------------------------- 1 | print ("v") 2 | 3 | -------------------------------------------------------------------------------- /test/t/v.gplot: -------------------------------------------------------------------------------- 1 | print "v" 2 | 3 | -------------------------------------------------------------------------------- /test/t/v.grass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.grass -------------------------------------------------------------------------------- /test/t/v.gs2: -------------------------------------------------------------------------------- 1 | v 2 | -------------------------------------------------------------------------------- /test/t/v.hxg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.hxg -------------------------------------------------------------------------------- /test/t/v.icn: -------------------------------------------------------------------------------- 1 | procedure main(args) 2 | write("v") 3 | end 4 | -------------------------------------------------------------------------------- /test/t/v.iog: -------------------------------------------------------------------------------- 1 | "v" 2 | -------------------------------------------------------------------------------- /test/t/v.jq: -------------------------------------------------------------------------------- 1 | "v" 2 | -------------------------------------------------------------------------------- /test/t/v.jq16: -------------------------------------------------------------------------------- 1 | "v" 2 | -------------------------------------------------------------------------------- /test/t/v.k: -------------------------------------------------------------------------------- 1 | `0 : "v" 2 | -------------------------------------------------------------------------------- /test/t/v.lab: -------------------------------------------------------------------------------- 1 | 118.@ 2 | -------------------------------------------------------------------------------- /test/t/v.lamb: -------------------------------------------------------------------------------- 1 | v 2 | -------------------------------------------------------------------------------- /test/t/v.logo: -------------------------------------------------------------------------------- 1 | print "v 2 | bye 3 | -------------------------------------------------------------------------------- /test/t/v.mal: -------------------------------------------------------------------------------- 1 | (&B;:?>\I -------------------------------------------------------------------------------- /test/t/v.max: -------------------------------------------------------------------------------- 1 | print( "v" )$ -------------------------------------------------------------------------------- /test/t/v.mk: -------------------------------------------------------------------------------- 1 | $(info v) 2 | -------------------------------------------------------------------------------- /test/t/v.n: -------------------------------------------------------------------------------- 1 | System.Console.WriteLine("v"); 2 | -------------------------------------------------------------------------------- /test/t/v.nand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.nand -------------------------------------------------------------------------------- /test/t/v.nbb: -------------------------------------------------------------------------------- 1 | /f -------------------------------------------------------------------------------- /test/t/v.nut: -------------------------------------------------------------------------------- 1 | print ("v") 2 | -------------------------------------------------------------------------------- /test/t/v.oct: -------------------------------------------------------------------------------- 1 | disp( "v") 2 | -------------------------------------------------------------------------------- /test/t/v.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.out -------------------------------------------------------------------------------- /test/t/v.piet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.piet -------------------------------------------------------------------------------- /test/t/v.pike: -------------------------------------------------------------------------------- 1 | int main() { 2 | write("v"); 3 | return 0; 4 | } 5 | 6 | -------------------------------------------------------------------------------- /test/t/v.py3: -------------------------------------------------------------------------------- 1 | print ('v') 2 | -------------------------------------------------------------------------------- /test/t/v.qcl: -------------------------------------------------------------------------------- 1 | print"v"; 2 | -------------------------------------------------------------------------------- /test/t/v.rb2: -------------------------------------------------------------------------------- 1 | puts 'v' 2 | -------------------------------------------------------------------------------- /test/t/v.reb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.reb -------------------------------------------------------------------------------- /test/t/v.reb~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.reb~ -------------------------------------------------------------------------------- /test/t/v.rexx: -------------------------------------------------------------------------------- 1 | say "v" 2 | -------------------------------------------------------------------------------- /test/t/v.rs: -------------------------------------------------------------------------------- 1 | fn main() { 2 | io::println("v"); 3 | } -------------------------------------------------------------------------------- /test/t/v.scala: -------------------------------------------------------------------------------- 1 | print("v") 2 | -------------------------------------------------------------------------------- /test/t/v.sno: -------------------------------------------------------------------------------- 1 | OUTPUT = 'v' 2 | END 3 | -------------------------------------------------------------------------------- /test/t/v.wake: -------------------------------------------------------------------------------- 1 | :"v" -------------------------------------------------------------------------------- /test/t/v.z8b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.z8b -------------------------------------------------------------------------------- /test/t/v.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/t/v.zsh -------------------------------------------------------------------------------- /test/test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shinh/ags/HEAD/test/test.rb --------------------------------------------------------------------------------