├── .editorconfig ├── .gitattributes ├── .gitignore ├── .rspec ├── .travis.yml ├── Gemfile ├── LICENSE ├── README.md ├── box_readme.md.erb ├── boxes.yml ├── boxes ├── 05ab1e │ ├── Dockerfile │ └── script ├── 2sable │ ├── Dockerfile │ └── script ├── 3var │ ├── Dockerfile │ └── script ├── abc │ ├── Dockerfile │ └── script ├── ada │ ├── Dockerfile │ └── script ├── adjust │ ├── Dockerfile │ └── script ├── aheui │ ├── Dockerfile │ └── script ├── alice │ ├── Dockerfile │ └── script ├── alif │ ├── Dockerfile │ └── script ├── alphabeta │ ├── Dockerfile │ └── script ├── apache2-rewrite │ ├── Dockerfile │ ├── apache2-rewrite.py │ └── script ├── apl │ ├── Dockerfile │ └── script ├── arcyou │ ├── Dockerfile │ └── script ├── arithmetic │ ├── Dockerfile │ └── script ├── arnoidc │ ├── Dockerfile │ └── script ├── asciidots │ ├── Dockerfile │ └── script ├── aubergine │ ├── Dockerfile │ └── script ├── autovim │ ├── Dockerfile │ └── script ├── awk │ ├── Dockerfile │ └── script ├── axo │ ├── Dockerfile │ └── script ├── backhand │ ├── Dockerfile │ └── script ├── ballerina │ ├── Dockerfile │ └── script ├── base │ ├── Dockerfile │ └── script ├── bash-busybox │ ├── Dockerfile │ └── script ├── bash-pure │ ├── Dockerfile │ └── script ├── beam │ ├── Dockerfile │ ├── beam-cli.js │ └── script ├── beatnik │ ├── Dockerfile │ └── script ├── befunge93 │ ├── Dockerfile │ └── script ├── befunge98 │ ├── Dockerfile │ └── script ├── bibtex │ ├── Dockerfile │ ├── script │ └── source.aux ├── blc │ ├── Dockerfile │ └── script ├── bots │ ├── Dockerfile │ └── script ├── braille │ ├── Dockerfile │ └── script ├── brainfuck-bfi │ ├── BFI.patch │ ├── Dockerfile │ └── script ├── brainfuck-esomer │ ├── Dockerfile │ ├── disasm │ └── script ├── brainfuck-esotope │ ├── Dockerfile │ ├── disasm │ └── script ├── brainfuck-moratorium │ ├── Dockerfile │ ├── bf.py │ └── script ├── braintwist │ ├── Dockerfile │ └── script ├── bubble-sort │ ├── Dockerfile │ └── script ├── build-base │ └── Dockerfile ├── c-gcc │ ├── Dockerfile │ └── script ├── calc │ ├── Dockerfile │ ├── calc-postprocess.mjs │ ├── calc-preprocess.mjs │ └── script ├── canvas │ ├── Dockerfile │ └── script ├── cardinal │ ├── Dockerfile │ └── script ├── cjam │ ├── Dockerfile │ └── script ├── classic-music-theory │ ├── Dockerfile │ └── script ├── clisp-sbcl │ ├── Dockerfile │ └── script ├── cmd │ ├── Dockerfile │ └── script ├── cmm │ ├── Dockerfile │ └── script ├── cobol │ ├── Dockerfile │ └── script ├── codemania │ ├── Dockerfile │ └── script ├── compile-time-typescript │ ├── Dockerfile │ └── script ├── concise-folders │ ├── Dockerfile │ ├── disasm │ ├── folders.cs │ └── script ├── convex │ ├── Dockerfile │ └── script ├── copos-rb │ ├── Dockerfile │ ├── disasm │ └── script ├── coq │ ├── Dockerfile │ ├── script │ └── tail.v ├── cpp-clang │ ├── Dockerfile │ └── script ├── cpp-compile-time-clang │ ├── Dockerfile │ ├── hex.c │ └── script ├── crystal │ ├── Dockerfile │ └── script ├── csharp-dotnet │ ├── Dockerfile │ └── script ├── csharp │ ├── Dockerfile │ └── script ├── csound │ ├── Dockerfile │ ├── rmsil.c │ └── script ├── cubically │ ├── Dockerfile │ └── script ├── cubix │ ├── Dockerfile │ ├── cubix-cli.js │ └── script ├── cy │ ├── Dockerfile │ └── script ├── cyclicbrainfuck │ ├── Dockerfile │ └── script ├── d-dmd │ ├── Dockerfile │ └── script ├── d-gdc │ ├── Dockerfile │ └── script ├── dis │ ├── Dockerfile │ └── script ├── dotnet-base │ ├── Dockerfile │ └── script ├── doubleplusungood │ ├── Dockerfile │ └── script ├── ed │ ├── Dockerfile │ └── script ├── egison │ ├── Dockerfile │ └── script ├── element │ ├── Dockerfile │ └── script ├── elixir │ ├── Dockerfile │ └── script ├── emacs │ ├── Dockerfile │ ├── execute-macro.el │ └── script ├── emoji │ ├── Dockerfile │ └── script ├── emojicode │ ├── Dockerfile │ └── script ├── emojifunge │ ├── Dockerfile │ └── script ├── encapsulation │ ├── Dockerfile │ └── script ├── erlang │ ├── Dockerfile │ └── script ├── evil │ ├── Dockerfile │ └── script ├── exchangeif │ ├── Dockerfile │ └── script ├── ezhil │ ├── Dockerfile │ └── script ├── fernando │ ├── Dockerfile │ └── script ├── fetlang │ ├── Dockerfile │ └── script ├── ffb │ ├── Dockerfile │ └── script ├── ffmpeg │ ├── Dockerfile │ └── script ├── fish-shell-pure │ ├── Dockerfile │ └── script ├── fish │ ├── Dockerfile │ └── script ├── floater │ ├── Dockerfile │ └── script ├── floating │ ├── Dockerfile │ └── script ├── fortran │ ├── Dockerfile │ └── script ├── fsharp-dotnet │ ├── Dockerfile │ └── script ├── fugue │ ├── Dockerfile │ ├── disasm │ └── script ├── function2d │ ├── Dockerfile │ └── script ├── functional │ ├── Dockerfile │ └── script ├── gaia │ ├── Dockerfile │ └── script ├── glass │ ├── Dockerfile │ └── script ├── gnuplot │ ├── Dockerfile │ └── script ├── golang │ ├── Dockerfile │ └── script ├── golfish │ ├── Dockerfile │ └── script ├── golfscript │ ├── Dockerfile │ └── script ├── goruby │ ├── Dockerfile │ └── script ├── grass │ ├── Dockerfile │ └── script ├── gs2 │ ├── Dockerfile │ └── script ├── hack │ ├── Dockerfile │ └── script ├── hakerh-base │ └── Dockerfile ├── hanoi_stack │ ├── Dockerfile │ └── script ├── haskell │ ├── Dockerfile │ └── script ├── haystack │ ├── Dockerfile │ └── script ├── hbcht │ ├── Dockerfile │ └── script ├── hexagony │ ├── Dockerfile │ ├── disasm │ └── script ├── htms │ ├── Dockerfile │ ├── htms-cli.js │ └── script ├── husk │ ├── Dockerfile │ └── script ├── hypertorus │ ├── Dockerfile │ └── script ├── i4004asm │ ├── Dockerfile │ └── script ├── imagemagick │ ├── Dockerfile │ └── script ├── intercal │ ├── Dockerfile │ └── script ├── irc │ ├── Dockerfile │ ├── main.irc │ └── script ├── iwashi │ ├── Dockerfile │ └── script ├── japt │ ├── Dockerfile │ ├── japt-cli.js │ └── script ├── java │ ├── Dockerfile │ └── script ├── jelly │ ├── Dockerfile │ └── script ├── jellyfish │ ├── Dockerfile │ └── script ├── jq │ ├── Dockerfile │ └── script ├── js-rhino │ ├── Dockerfile │ └── script ├── kotlin │ ├── Dockerfile │ └── script ├── labyrinth │ ├── Dockerfile │ └── script ├── lazyk │ ├── Dockerfile │ └── script ├── llvm-ir │ ├── Dockerfile │ └── script ├── logicode │ ├── Dockerfile │ └── script ├── lolcode │ ├── Dockerfile │ └── script ├── lua │ ├── Dockerfile │ └── script ├── m4 │ ├── Dockerfile │ └── script ├── make │ ├── Dockerfile │ └── script ├── malbolge │ ├── Dockerfile │ └── script ├── mao │ ├── Dockerfile │ └── script ├── matl │ ├── Dockerfile │ └── script ├── maybelater │ ├── Dockerfile │ └── script ├── mines │ ├── Dockerfile │ └── script ├── minimal2d │ ├── Dockerfile │ └── script ├── minus │ ├── Dockerfile │ └── script ├── modanshogi │ ├── Dockerfile │ └── script ├── moo │ ├── Dockerfile │ └── script ├── multi-reader │ ├── Dockerfile │ └── script ├── nadesiko │ ├── Dockerfile │ └── script ├── nim-lang │ ├── Dockerfile │ └── script ├── node │ ├── Dockerfile │ └── script ├── nuts │ ├── Dockerfile │ ├── nuts-cli.js │ ├── nuts.js │ └── script ├── ocaml │ ├── Dockerfile │ └── script ├── octave │ ├── Dockerfile │ └── script ├── oh │ ├── Dockerfile │ └── script ├── olang │ ├── Dockerfile │ └── script ├── osecpu-aska │ ├── Dockerfile │ ├── osecpu.patch │ └── script ├── osecpu │ ├── Dockerfile │ ├── osecpu.patch │ └── script ├── path │ ├── Dockerfile │ └── script ├── perl │ ├── Dockerfile │ └── script ├── perl1 │ ├── Dockerfile │ └── script ├── perl6 │ ├── Dockerfile │ └── script ├── php │ ├── Dockerfile │ └── script ├── picfunge │ ├── Dockerfile │ └── script ├── piet │ ├── Dockerfile │ └── script ├── powershell │ ├── Dockerfile │ └── script ├── ppap │ ├── Dockerfile │ └── script ├── produire │ ├── Dockerfile │ ├── disasm │ └── script ├── pure-folders │ ├── Dockerfile │ ├── disasm │ └── script ├── pxem │ ├── Dockerfile │ ├── pxem-cli.rb │ └── script ├── pyramid-scheme │ ├── Dockerfile │ └── script ├── python1 │ ├── Dockerfile │ └── script ├── python2 │ ├── Dockerfile │ └── script ├── python3 │ ├── Dockerfile │ └── script ├── qlb │ ├── Dockerfile │ ├── qlb-cli.js │ └── script ├── r │ ├── Dockerfile │ └── script ├── racket │ ├── Dockerfile │ └── script ├── rail │ ├── Dockerfile │ └── script ├── rapira │ ├── Dockerfile │ └── script ├── recurse │ ├── Dockerfile │ └── script ├── rescript │ ├── Dockerfile │ └── script ├── reversed-c │ ├── Dockerfile │ ├── disasm │ └── script ├── ring │ ├── Dockerfile │ └── script ├── riscv │ ├── Dockerfile │ └── script ├── rprogn │ ├── Dockerfile │ └── script ├── ruby-trunk │ ├── Dockerfile │ └── script ├── ruby │ ├── Dockerfile │ └── script ├── ruby0.49 │ ├── Dockerfile │ └── script ├── ruby1 │ ├── Dockerfile │ └── script ├── rust │ ├── Dockerfile │ └── script ├── sceql │ ├── Dockerfile │ └── script ├── seclusion │ ├── Dockerfile │ └── script ├── sed │ ├── Dockerfile │ └── script ├── seed │ ├── Dockerfile │ ├── script │ └── seed.py ├── serenity │ ├── Dockerfile │ └── script ├── simula │ ├── Dockerfile │ └── script ├── slashes │ ├── Dockerfile │ ├── script │ └── slashes.pl ├── snobol │ ├── Dockerfile │ └── script ├── snowman │ ├── Dockerfile │ └── script ├── snusp │ ├── Dockerfile │ └── script ├── spl │ ├── Dockerfile │ └── script ├── sqlite3 │ ├── Dockerfile │ └── script ├── squared-cool │ ├── Dockerfile │ └── script ├── stackcats │ ├── Dockerfile │ └── script ├── standback │ ├── Dockerfile │ └── script ├── starry │ ├── Dockerfile │ ├── disasm │ ├── disasm.rb │ └── script ├── stop │ ├── Dockerfile │ ├── script │ └── stop-cli.js ├── streem │ ├── Dockerfile │ └── script ├── stuck │ ├── Dockerfile │ └── script ├── suzy │ ├── Dockerfile │ └── script ├── swift │ ├── Dockerfile │ └── script ├── taxi │ ├── Dockerfile │ └── script ├── tcl │ ├── Dockerfile │ └── script ├── tetris │ ├── Dockerfile │ ├── script │ └── tetris.js ├── tex │ ├── Dockerfile │ └── script ├── transceternal │ ├── Dockerfile │ └── script ├── triangularity │ ├── Dockerfile │ └── script ├── trumpscript │ ├── Dockerfile │ └── script ├── tsp │ ├── Dockerfile │ └── script ├── typhon │ ├── Dockerfile │ └── script ├── ubergenes │ ├── Dockerfile │ └── script ├── ubuntu-base │ ├── Dockerfile │ └── script ├── unicat │ ├── Dockerfile │ └── script ├── unicue │ ├── Dockerfile │ ├── beam-cli.js │ └── script ├── unlambda │ ├── Dockerfile │ └── script ├── unreadable │ ├── Dockerfile │ ├── disasm │ ├── script │ └── unreadable.py ├── v-vim │ ├── Dockerfile │ └── script ├── velato │ ├── Dockerfile │ ├── Rottytooth.Esolang.Velato.sln │ └── script ├── verilog │ ├── Dockerfile │ └── script ├── vim │ ├── Dockerfile │ ├── disasm │ └── script ├── visualbasic-dotnet │ ├── Dockerfile │ └── script ├── vlang │ ├── Dockerfile │ └── script ├── wake │ ├── Dockerfile │ └── script ├── wat │ ├── Dockerfile │ ├── script │ └── wasm-cli.js ├── wenyan │ ├── Dockerfile │ └── script ├── whenever │ ├── Dockerfile │ └── script ├── whitespace │ ├── Dockerfile │ ├── disasm │ └── script ├── width │ ├── Dockerfile │ └── script ├── wierd │ ├── Dockerfile │ └── script ├── wordcpu │ ├── Dockerfile │ └── script ├── wren │ ├── Dockerfile │ └── script ├── wysiscript │ ├── Dockerfile │ ├── script │ └── wysiscript-cli.js ├── x86asm-nasm │ ├── Dockerfile │ ├── gcc.spec │ └── script ├── xslt │ ├── Dockerfile │ ├── preprocess.xsl │ └── script ├── z80 │ ├── Dockerfile │ ├── disasm │ └── script ├── zig │ ├── Dockerfile │ └── script ├── zombie │ ├── Dockerfile │ └── script ├── zsh-pure │ ├── Dockerfile │ └── script └── zucchini │ ├── Dockerfile │ ├── script │ └── zucchini.py ├── dobi.yaml ├── push.rb └── spec ├── assets ├── README.md ├── cat.2sable ├── cat.3var ├── cat.Blc ├── cat.abc ├── cat.abe ├── cat.adb ├── cat.alice ├── cat.alphabeta ├── cat.apache2-rewrite.conf ├── cat.apl ├── cat.arc ├── cat.arithmetic ├── cat.ask ├── cat.aubergine ├── cat.autovim ├── cat.awk ├── cat.b93 ├── cat.backhand ├── cat.bal ├── cat.bash ├── cat.bat ├── cat.beam ├── cat.bf ├── cat.bots ├── cat.bsl ├── cat.bst ├── cat.bt ├── cat.c ├── cat.calc.csv ├── cat.canvas ├── cat.cbl ├── cat.cjam ├── cat.cl ├── cat.cmsfp ├── cat.codemania ├── cat.compile-time.cpp ├── cat.compile-time.ts ├── cat.convex ├── cat.copos-rb ├── cat.coq.v ├── cat.cr ├── cat.cs ├── cat.csd ├── cat.cubically ├── cat.cubix ├── cat.cy ├── cat.cyclicbf ├── cat.d ├── cat.dis ├── cat.dots ├── cat.doubleplusungood ├── cat.ed ├── cat.egi ├── cat.element ├── cat.emacs ├── cat.emmental ├── cat.emoji ├── cat.emojifunge ├── cat.encapsulation ├── cat.erl ├── cat.exif ├── cat.exs ├── cat.ezhil.n ├── cat.f08 ├── cat.fernando ├── cat.fet ├── cat.ffmpeg ├── cat.fish ├── cat.fish2d ├── cat.floater.png ├── cat.floating ├── cat.fs ├── cat.function ├── cat.functional ├── cat.gaia ├── cat.glass ├── cat.go ├── cat.golfish ├── cat.gp ├── cat.grb ├── cat.gs ├── cat.gs2 ├── cat.hanoi ├── cat.hs ├── cat.htms ├── cat.husk ├── cat.hxg ├── cat.hyp ├── cat.i4004.asm ├── cat.intercal ├── cat.iwashi ├── cat.japt ├── cat.java ├── cat.jelly ├── cat.jellyfish ├── cat.jq ├── cat.js ├── cat.kt ├── cat.kuso ├── cat.labyrinth ├── cat.lazyk ├── cat.ll ├── cat.lolcode ├── cat.lua ├── cat.m4 ├── cat.magick ├── cat.make ├── cat.mao ├── cat.matlab ├── cat.maybelater ├── cat.mines ├── cat.ml ├── cat.moo ├── cat.nako3 ├── cat.nim ├── cat.notenglish ├── cat.nuts ├── cat.ogc ├── cat.oh ├── cat.ose ├── cat.p6 ├── cat.php ├── cat.picfunge.png ├── cat.piet.png ├── cat.pl ├── cat.ppap ├── cat.ps1 ├── cat.pxem ├── cat.pyramid-scheme ├── cat.python2.py ├── cat.python3.py ├── cat.qlb ├── cat.r ├── cat.rail ├── cat.rapira ├── cat.rb ├── cat.rdr ├── cat.res ├── cat.rev-c ├── cat.rhino.js ├── cat.ring ├── cat.riscv.elf ├── cat.riscv.elf.asm ├── cat.rkt ├── cat.rprogn ├── cat.rs ├── cat.ruby049.rb ├── cat.sceql ├── cat.seclusion ├── cat.sed ├── cat.serenity ├── cat.sno ├── cat.snowman ├── cat.snusp ├── cat.sqlite3.sql ├── cat.squared-cool ├── cat.stackcats ├── cat.standback ├── cat.stk ├── cat.stop ├── cat.strm ├── cat.suzy ├── cat.swift ├── cat.taxi ├── cat.tcl ├── cat.tetris ├── cat.tex ├── cat.transceternal ├── cat.triangularity ├── cat.tsp ├── cat.typhon ├── cat.unlambda ├── cat.v ├── cat.v-vim ├── cat.vb ├── cat.vim ├── cat.vlang.v ├── cat.wake ├── cat.wat ├── cat.width ├── cat.wierd ├── cat.wordcpu ├── cat.wren ├── cat.wy ├── cat.wysi ├── cat.x86.asm ├── cat.xsl ├── cat.z8b ├── cat.zig ├── cat.zsh ├── cat.zucchini ├── greet.adb ├── hello.2sable ├── hello.3var ├── hello.Blc ├── hello.abc ├── hello.abe ├── hello.adb ├── hello.adjust ├── hello.aheui ├── hello.alice ├── hello.alif ├── hello.alphabeta ├── hello.apache2-rewrite.conf ├── hello.apl ├── hello.arc ├── hello.arithmetic ├── hello.arnoidc ├── hello.ask ├── hello.aubergine ├── hello.autovim ├── hello.awk ├── hello.axo ├── hello.b93 ├── hello.b98 ├── hello.backhand ├── hello.bal ├── hello.bash ├── hello.bat ├── hello.beam ├── hello.beatnik ├── hello.bf ├── hello.bfi.bf ├── hello.bots ├── hello.braille ├── hello.bsl ├── hello.bst ├── hello.bt ├── hello.c ├── hello.calc.csv ├── hello.canvas ├── hello.cardinal ├── hello.cat ├── hello.cbl ├── hello.cjam ├── hello.cl ├── hello.cmsfp ├── hello.codemania ├── hello.compile-time.cpp ├── hello.compile-time.ts ├── hello.concise-folders.tar ├── hello.convex ├── hello.copos-rb ├── hello.coq.v ├── hello.cpp ├── hello.cr ├── hello.cs ├── hello.csd ├── hello.cubically ├── hello.cubix ├── hello.cy ├── hello.cyclicbf ├── hello.d ├── hello.dis ├── hello.dots ├── hello.doubleplusungood ├── hello.ed ├── hello.egi ├── hello.element ├── hello.emacs ├── hello.emmental ├── hello.emoji ├── hello.emojic ├── hello.emojifunge ├── hello.encapsulation ├── hello.erl ├── hello.evil ├── hello.exif ├── hello.exs ├── hello.ezhil.n ├── hello.f08 ├── hello.fernando ├── hello.fet ├── hello.ffb ├── hello.ffmpeg ├── hello.fish ├── hello.fish2d ├── hello.floater.png ├── hello.floating ├── hello.fs ├── hello.fugue.mid ├── hello.function ├── hello.functional ├── hello.gaia ├── hello.glass ├── hello.go ├── hello.golfish ├── hello.goto10 ├── hello.gp ├── hello.grass ├── hello.grb ├── hello.gs ├── hello.gs2 ├── hello.hanoi ├── hello.haystack ├── hello.hbcht ├── hello.hs ├── hello.htms ├── hello.husk ├── hello.hxg ├── hello.hyp ├── hello.i4004.asm ├── hello.intercal ├── hello.irc ├── hello.iwashi ├── hello.japt ├── hello.java ├── hello.jelly ├── hello.jellyfish ├── hello.jq ├── hello.js ├── hello.kt ├── hello.kuso ├── hello.labyrinth ├── hello.lazyk ├── hello.ll ├── hello.logicode ├── hello.lolcode ├── hello.lua ├── hello.m4 ├── hello.magick ├── hello.make ├── hello.malbolge ├── hello.mao ├── hello.matl ├── hello.matlab ├── hello.maybelater ├── hello.mines ├── hello.minimal2d ├── hello.minus ├── hello.ml ├── hello.modan ├── hello.moo ├── hello.nako3 ├── hello.nim ├── hello.notenglish ├── hello.nuts ├── hello.ogc ├── hello.oh ├── hello.ose ├── hello.p6 ├── hello.path ├── hello.php ├── hello.picfunge.png ├── hello.piet.png ├── hello.pl ├── hello.ps1 ├── hello.pure-folders.tar ├── hello.pxem ├── hello.py ├── hello.pyramid-scheme ├── hello.qlb ├── hello.r ├── hello.rail ├── hello.rapira ├── hello.rb ├── hello.rdr ├── hello.recurse ├── hello.res ├── hello.rev-c ├── hello.rhino.js ├── hello.ring ├── hello.riscv.elf ├── hello.riscv.elf.asm ├── hello.rkt ├── hello.rprogn ├── hello.rs ├── hello.ruby049.rb ├── hello.sceql ├── hello.seclusion ├── hello.sed ├── hello.seed ├── hello.serenity ├── hello.sim ├── hello.slashes ├── hello.sno ├── hello.snowman ├── hello.snusp ├── hello.spl ├── hello.sqlite3.sql ├── hello.squared-cool ├── hello.stackcats ├── hello.standback ├── hello.starry ├── hello.stk ├── hello.stop ├── hello.strm ├── hello.suzy ├── hello.swift ├── hello.taxi ├── hello.tcl ├── hello.tetris ├── hello.tex ├── hello.toadskin ├── hello.tr ├── hello.transceternal ├── hello.triangularity ├── hello.tsp ├── hello.typhon ├── hello.ubergenes ├── hello.unicue ├── hello.unlambda ├── hello.unreadable ├── hello.v ├── hello.v-vim ├── hello.vb ├── hello.velato.mid ├── hello.vim ├── hello.vlang.v ├── hello.wake ├── hello.wat ├── hello.whenever ├── hello.width ├── hello.wierd ├── hello.wordcpu ├── hello.wren ├── hello.ws ├── hello.wy ├── hello.wysi ├── hello.x86.asm ├── hello.xsl ├── hello.z8b ├── hello.zig ├── hello.zombie ├── hello.zsh └── hello.zucchini ├── boxes_spec.rb └── spec_helper.rb /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/.gitignore -------------------------------------------------------------------------------- /.rspec: -------------------------------------------------------------------------------- 1 | --format documentation 2 | --color 3 | --order rand 4 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/.travis.yml -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/Gemfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/README.md -------------------------------------------------------------------------------- /box_readme.md.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/box_readme.md.erb -------------------------------------------------------------------------------- /boxes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes.yml -------------------------------------------------------------------------------- /boxes/05ab1e/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/05ab1e/Dockerfile -------------------------------------------------------------------------------- /boxes/05ab1e/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/05ab1e/script -------------------------------------------------------------------------------- /boxes/2sable/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/2sable/Dockerfile -------------------------------------------------------------------------------- /boxes/2sable/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/2sable/script -------------------------------------------------------------------------------- /boxes/3var/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/3var/Dockerfile -------------------------------------------------------------------------------- /boxes/3var/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | ~/3var "$1" 4 | -------------------------------------------------------------------------------- /boxes/abc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/abc/Dockerfile -------------------------------------------------------------------------------- /boxes/abc/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/abc/script -------------------------------------------------------------------------------- /boxes/ada/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ada/Dockerfile -------------------------------------------------------------------------------- /boxes/ada/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ada/script -------------------------------------------------------------------------------- /boxes/adjust/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/adjust/Dockerfile -------------------------------------------------------------------------------- /boxes/adjust/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/adjust/script -------------------------------------------------------------------------------- /boxes/aheui/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/aheui/Dockerfile -------------------------------------------------------------------------------- /boxes/aheui/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/aheui/script -------------------------------------------------------------------------------- /boxes/alice/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/alice/Dockerfile -------------------------------------------------------------------------------- /boxes/alice/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/alice/script -------------------------------------------------------------------------------- /boxes/alif/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/alif/Dockerfile -------------------------------------------------------------------------------- /boxes/alif/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/alif/script -------------------------------------------------------------------------------- /boxes/alphabeta/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/alphabeta/Dockerfile -------------------------------------------------------------------------------- /boxes/alphabeta/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | /root/ab "$1" 4 | -------------------------------------------------------------------------------- /boxes/apache2-rewrite/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/apache2-rewrite/Dockerfile -------------------------------------------------------------------------------- /boxes/apache2-rewrite/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/apache2-rewrite/script -------------------------------------------------------------------------------- /boxes/apl/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/apl/Dockerfile -------------------------------------------------------------------------------- /boxes/apl/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/apl/script -------------------------------------------------------------------------------- /boxes/arcyou/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/arcyou/Dockerfile -------------------------------------------------------------------------------- /boxes/arcyou/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/arcyou/script -------------------------------------------------------------------------------- /boxes/arithmetic/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/arithmetic/Dockerfile -------------------------------------------------------------------------------- /boxes/arithmetic/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/arithmetic/script -------------------------------------------------------------------------------- /boxes/arnoidc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/arnoidc/Dockerfile -------------------------------------------------------------------------------- /boxes/arnoidc/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/arnoidc/script -------------------------------------------------------------------------------- /boxes/asciidots/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/asciidots/Dockerfile -------------------------------------------------------------------------------- /boxes/asciidots/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/asciidots/script -------------------------------------------------------------------------------- /boxes/aubergine/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/aubergine/Dockerfile -------------------------------------------------------------------------------- /boxes/aubergine/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/aubergine/script -------------------------------------------------------------------------------- /boxes/autovim/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/autovim/Dockerfile -------------------------------------------------------------------------------- /boxes/autovim/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/autovim/script -------------------------------------------------------------------------------- /boxes/awk/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/awk/Dockerfile -------------------------------------------------------------------------------- /boxes/awk/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/awk/script -------------------------------------------------------------------------------- /boxes/axo/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/axo/Dockerfile -------------------------------------------------------------------------------- /boxes/axo/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | ~/axopp "$1" 4 | -------------------------------------------------------------------------------- /boxes/backhand/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/backhand/Dockerfile -------------------------------------------------------------------------------- /boxes/backhand/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/backhand/script -------------------------------------------------------------------------------- /boxes/ballerina/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ballerina/Dockerfile -------------------------------------------------------------------------------- /boxes/ballerina/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ballerina/script -------------------------------------------------------------------------------- /boxes/base/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/base/Dockerfile -------------------------------------------------------------------------------- /boxes/base/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/base/script -------------------------------------------------------------------------------- /boxes/bash-busybox/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bash-busybox/Dockerfile -------------------------------------------------------------------------------- /boxes/bash-busybox/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bash-busybox/script -------------------------------------------------------------------------------- /boxes/bash-pure/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bash-pure/Dockerfile -------------------------------------------------------------------------------- /boxes/bash-pure/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bash-pure/script -------------------------------------------------------------------------------- /boxes/beam/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/beam/Dockerfile -------------------------------------------------------------------------------- /boxes/beam/beam-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/beam/beam-cli.js -------------------------------------------------------------------------------- /boxes/beam/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/beam/script -------------------------------------------------------------------------------- /boxes/beatnik/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/beatnik/Dockerfile -------------------------------------------------------------------------------- /boxes/beatnik/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/beatnik/script -------------------------------------------------------------------------------- /boxes/befunge93/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/befunge93/Dockerfile -------------------------------------------------------------------------------- /boxes/befunge93/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/befunge93/script -------------------------------------------------------------------------------- /boxes/befunge98/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/befunge98/Dockerfile -------------------------------------------------------------------------------- /boxes/befunge98/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | ~/cfunge "$1" 4 | -------------------------------------------------------------------------------- /boxes/bibtex/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bibtex/Dockerfile -------------------------------------------------------------------------------- /boxes/bibtex/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bibtex/script -------------------------------------------------------------------------------- /boxes/bibtex/source.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bibtex/source.aux -------------------------------------------------------------------------------- /boxes/blc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/blc/Dockerfile -------------------------------------------------------------------------------- /boxes/blc/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/blc/script -------------------------------------------------------------------------------- /boxes/bots/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bots/Dockerfile -------------------------------------------------------------------------------- /boxes/bots/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bots/script -------------------------------------------------------------------------------- /boxes/braille/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/braille/Dockerfile -------------------------------------------------------------------------------- /boxes/braille/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/braille/script -------------------------------------------------------------------------------- /boxes/brainfuck-bfi/BFI.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/brainfuck-bfi/BFI.patch -------------------------------------------------------------------------------- /boxes/brainfuck-bfi/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/brainfuck-bfi/Dockerfile -------------------------------------------------------------------------------- /boxes/brainfuck-bfi/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/brainfuck-bfi/script -------------------------------------------------------------------------------- /boxes/brainfuck-esomer/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/brainfuck-esomer/Dockerfile -------------------------------------------------------------------------------- /boxes/brainfuck-esomer/disasm: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | esomer disassemble "$1" 4 | -------------------------------------------------------------------------------- /boxes/brainfuck-esomer/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/brainfuck-esomer/script -------------------------------------------------------------------------------- /boxes/brainfuck-esotope/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/brainfuck-esotope/disasm -------------------------------------------------------------------------------- /boxes/brainfuck-esotope/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/brainfuck-esotope/script -------------------------------------------------------------------------------- /boxes/brainfuck-moratorium/bf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/brainfuck-moratorium/bf.py -------------------------------------------------------------------------------- /boxes/brainfuck-moratorium/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/brainfuck-moratorium/script -------------------------------------------------------------------------------- /boxes/braintwist/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/braintwist/Dockerfile -------------------------------------------------------------------------------- /boxes/braintwist/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/braintwist/script -------------------------------------------------------------------------------- /boxes/bubble-sort/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bubble-sort/Dockerfile -------------------------------------------------------------------------------- /boxes/bubble-sort/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/bubble-sort/script -------------------------------------------------------------------------------- /boxes/build-base/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/build-base/Dockerfile -------------------------------------------------------------------------------- /boxes/c-gcc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/c-gcc/Dockerfile -------------------------------------------------------------------------------- /boxes/c-gcc/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/c-gcc/script -------------------------------------------------------------------------------- /boxes/calc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/calc/Dockerfile -------------------------------------------------------------------------------- /boxes/calc/calc-postprocess.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/calc/calc-postprocess.mjs -------------------------------------------------------------------------------- /boxes/calc/calc-preprocess.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/calc/calc-preprocess.mjs -------------------------------------------------------------------------------- /boxes/calc/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/calc/script -------------------------------------------------------------------------------- /boxes/canvas/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/canvas/Dockerfile -------------------------------------------------------------------------------- /boxes/canvas/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/canvas/script -------------------------------------------------------------------------------- /boxes/cardinal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cardinal/Dockerfile -------------------------------------------------------------------------------- /boxes/cardinal/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cardinal/script -------------------------------------------------------------------------------- /boxes/cjam/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cjam/Dockerfile -------------------------------------------------------------------------------- /boxes/cjam/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cjam/script -------------------------------------------------------------------------------- /boxes/classic-music-theory/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/classic-music-theory/script -------------------------------------------------------------------------------- /boxes/clisp-sbcl/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/clisp-sbcl/Dockerfile -------------------------------------------------------------------------------- /boxes/clisp-sbcl/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/clisp-sbcl/script -------------------------------------------------------------------------------- /boxes/cmd/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cmd/Dockerfile -------------------------------------------------------------------------------- /boxes/cmd/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cmd/script -------------------------------------------------------------------------------- /boxes/cmm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cmm/Dockerfile -------------------------------------------------------------------------------- /boxes/cmm/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cmm/script -------------------------------------------------------------------------------- /boxes/cobol/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cobol/Dockerfile -------------------------------------------------------------------------------- /boxes/cobol/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cobol/script -------------------------------------------------------------------------------- /boxes/codemania/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/codemania/Dockerfile -------------------------------------------------------------------------------- /boxes/codemania/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/codemania/script -------------------------------------------------------------------------------- /boxes/concise-folders/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/concise-folders/Dockerfile -------------------------------------------------------------------------------- /boxes/concise-folders/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/concise-folders/disasm -------------------------------------------------------------------------------- /boxes/concise-folders/folders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/concise-folders/folders.cs -------------------------------------------------------------------------------- /boxes/concise-folders/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/concise-folders/script -------------------------------------------------------------------------------- /boxes/convex/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/convex/Dockerfile -------------------------------------------------------------------------------- /boxes/convex/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/convex/script -------------------------------------------------------------------------------- /boxes/copos-rb/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/copos-rb/Dockerfile -------------------------------------------------------------------------------- /boxes/copos-rb/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/copos-rb/disasm -------------------------------------------------------------------------------- /boxes/copos-rb/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/copos-rb/script -------------------------------------------------------------------------------- /boxes/coq/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/coq/Dockerfile -------------------------------------------------------------------------------- /boxes/coq/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/coq/script -------------------------------------------------------------------------------- /boxes/coq/tail.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/coq/tail.v -------------------------------------------------------------------------------- /boxes/cpp-clang/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cpp-clang/Dockerfile -------------------------------------------------------------------------------- /boxes/cpp-clang/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cpp-clang/script -------------------------------------------------------------------------------- /boxes/crystal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/crystal/Dockerfile -------------------------------------------------------------------------------- /boxes/crystal/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/crystal/script -------------------------------------------------------------------------------- /boxes/csharp-dotnet/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/csharp-dotnet/Dockerfile -------------------------------------------------------------------------------- /boxes/csharp-dotnet/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/csharp-dotnet/script -------------------------------------------------------------------------------- /boxes/csharp/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/csharp/Dockerfile -------------------------------------------------------------------------------- /boxes/csharp/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/csharp/script -------------------------------------------------------------------------------- /boxes/csound/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/csound/Dockerfile -------------------------------------------------------------------------------- /boxes/csound/rmsil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/csound/rmsil.c -------------------------------------------------------------------------------- /boxes/csound/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/csound/script -------------------------------------------------------------------------------- /boxes/cubically/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cubically/Dockerfile -------------------------------------------------------------------------------- /boxes/cubically/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cubically/script -------------------------------------------------------------------------------- /boxes/cubix/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cubix/Dockerfile -------------------------------------------------------------------------------- /boxes/cubix/cubix-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cubix/cubix-cli.js -------------------------------------------------------------------------------- /boxes/cubix/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cubix/script -------------------------------------------------------------------------------- /boxes/cy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cy/Dockerfile -------------------------------------------------------------------------------- /boxes/cy/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cy/script -------------------------------------------------------------------------------- /boxes/cyclicbrainfuck/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/cyclicbrainfuck/Dockerfile -------------------------------------------------------------------------------- /boxes/cyclicbrainfuck/script: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cat - | /root/cyclicbrainfuck "$1" 4 | -------------------------------------------------------------------------------- /boxes/d-dmd/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/d-dmd/Dockerfile -------------------------------------------------------------------------------- /boxes/d-dmd/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/d-dmd/script -------------------------------------------------------------------------------- /boxes/d-gdc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/d-gdc/Dockerfile -------------------------------------------------------------------------------- /boxes/d-gdc/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/d-gdc/script -------------------------------------------------------------------------------- /boxes/dis/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/dis/Dockerfile -------------------------------------------------------------------------------- /boxes/dis/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | ~/dis "$1" 4 | -------------------------------------------------------------------------------- /boxes/dotnet-base/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/dotnet-base/Dockerfile -------------------------------------------------------------------------------- /boxes/dotnet-base/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/dotnet-base/script -------------------------------------------------------------------------------- /boxes/doubleplusungood/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/doubleplusungood/Dockerfile -------------------------------------------------------------------------------- /boxes/doubleplusungood/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/doubleplusungood/script -------------------------------------------------------------------------------- /boxes/ed/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ed/Dockerfile -------------------------------------------------------------------------------- /boxes/ed/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ed/script -------------------------------------------------------------------------------- /boxes/egison/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/egison/Dockerfile -------------------------------------------------------------------------------- /boxes/egison/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/egison/script -------------------------------------------------------------------------------- /boxes/element/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/element/Dockerfile -------------------------------------------------------------------------------- /boxes/element/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/element/script -------------------------------------------------------------------------------- /boxes/elixir/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/elixir/Dockerfile -------------------------------------------------------------------------------- /boxes/elixir/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/elixir/script -------------------------------------------------------------------------------- /boxes/emacs/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/emacs/Dockerfile -------------------------------------------------------------------------------- /boxes/emacs/execute-macro.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/emacs/execute-macro.el -------------------------------------------------------------------------------- /boxes/emacs/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/emacs/script -------------------------------------------------------------------------------- /boxes/emoji/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/emoji/Dockerfile -------------------------------------------------------------------------------- /boxes/emoji/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/emoji/script -------------------------------------------------------------------------------- /boxes/emojicode/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/emojicode/Dockerfile -------------------------------------------------------------------------------- /boxes/emojicode/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/emojicode/script -------------------------------------------------------------------------------- /boxes/emojifunge/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/emojifunge/Dockerfile -------------------------------------------------------------------------------- /boxes/emojifunge/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/emojifunge/script -------------------------------------------------------------------------------- /boxes/encapsulation/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/encapsulation/Dockerfile -------------------------------------------------------------------------------- /boxes/encapsulation/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/encapsulation/script -------------------------------------------------------------------------------- /boxes/erlang/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/erlang/Dockerfile -------------------------------------------------------------------------------- /boxes/erlang/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/erlang/script -------------------------------------------------------------------------------- /boxes/evil/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/evil/Dockerfile -------------------------------------------------------------------------------- /boxes/evil/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/evil/script -------------------------------------------------------------------------------- /boxes/exchangeif/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/exchangeif/Dockerfile -------------------------------------------------------------------------------- /boxes/exchangeif/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/exchangeif/script -------------------------------------------------------------------------------- /boxes/ezhil/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ezhil/Dockerfile -------------------------------------------------------------------------------- /boxes/ezhil/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ezhil/script -------------------------------------------------------------------------------- /boxes/fernando/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fernando/Dockerfile -------------------------------------------------------------------------------- /boxes/fernando/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fernando/script -------------------------------------------------------------------------------- /boxes/fetlang/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fetlang/Dockerfile -------------------------------------------------------------------------------- /boxes/fetlang/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fetlang/script -------------------------------------------------------------------------------- /boxes/ffb/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ffb/Dockerfile -------------------------------------------------------------------------------- /boxes/ffb/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ffb/script -------------------------------------------------------------------------------- /boxes/ffmpeg/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ffmpeg/Dockerfile -------------------------------------------------------------------------------- /boxes/ffmpeg/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ffmpeg/script -------------------------------------------------------------------------------- /boxes/fish-shell-pure/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fish-shell-pure/Dockerfile -------------------------------------------------------------------------------- /boxes/fish-shell-pure/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fish-shell-pure/script -------------------------------------------------------------------------------- /boxes/fish/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fish/Dockerfile -------------------------------------------------------------------------------- /boxes/fish/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fish/script -------------------------------------------------------------------------------- /boxes/floater/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/floater/Dockerfile -------------------------------------------------------------------------------- /boxes/floater/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/floater/script -------------------------------------------------------------------------------- /boxes/floating/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/floating/Dockerfile -------------------------------------------------------------------------------- /boxes/floating/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/floating/script -------------------------------------------------------------------------------- /boxes/fortran/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fortran/Dockerfile -------------------------------------------------------------------------------- /boxes/fortran/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fortran/script -------------------------------------------------------------------------------- /boxes/fsharp-dotnet/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fsharp-dotnet/Dockerfile -------------------------------------------------------------------------------- /boxes/fsharp-dotnet/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fsharp-dotnet/script -------------------------------------------------------------------------------- /boxes/fugue/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fugue/Dockerfile -------------------------------------------------------------------------------- /boxes/fugue/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fugue/disasm -------------------------------------------------------------------------------- /boxes/fugue/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/fugue/script -------------------------------------------------------------------------------- /boxes/function2d/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/function2d/Dockerfile -------------------------------------------------------------------------------- /boxes/function2d/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/function2d/script -------------------------------------------------------------------------------- /boxes/functional/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/functional/Dockerfile -------------------------------------------------------------------------------- /boxes/functional/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/functional/script -------------------------------------------------------------------------------- /boxes/gaia/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/gaia/Dockerfile -------------------------------------------------------------------------------- /boxes/gaia/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/gaia/script -------------------------------------------------------------------------------- /boxes/glass/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/glass/Dockerfile -------------------------------------------------------------------------------- /boxes/glass/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | ~/glass "$1" 4 | -------------------------------------------------------------------------------- /boxes/gnuplot/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/gnuplot/Dockerfile -------------------------------------------------------------------------------- /boxes/gnuplot/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/gnuplot/script -------------------------------------------------------------------------------- /boxes/golang/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/golang/Dockerfile -------------------------------------------------------------------------------- /boxes/golang/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/golang/script -------------------------------------------------------------------------------- /boxes/golfish/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/golfish/Dockerfile -------------------------------------------------------------------------------- /boxes/golfish/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/golfish/script -------------------------------------------------------------------------------- /boxes/golfscript/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/golfscript/Dockerfile -------------------------------------------------------------------------------- /boxes/golfscript/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/golfscript/script -------------------------------------------------------------------------------- /boxes/goruby/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/goruby/Dockerfile -------------------------------------------------------------------------------- /boxes/goruby/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | ~/goruby "$1" 4 | -------------------------------------------------------------------------------- /boxes/grass/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/grass/Dockerfile -------------------------------------------------------------------------------- /boxes/grass/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/grass/script -------------------------------------------------------------------------------- /boxes/gs2/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/gs2/Dockerfile -------------------------------------------------------------------------------- /boxes/gs2/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/gs2/script -------------------------------------------------------------------------------- /boxes/hack/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hack/Dockerfile -------------------------------------------------------------------------------- /boxes/hack/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hack/script -------------------------------------------------------------------------------- /boxes/hakerh-base/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hakerh-base/Dockerfile -------------------------------------------------------------------------------- /boxes/hanoi_stack/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hanoi_stack/Dockerfile -------------------------------------------------------------------------------- /boxes/hanoi_stack/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hanoi_stack/script -------------------------------------------------------------------------------- /boxes/haskell/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/haskell/Dockerfile -------------------------------------------------------------------------------- /boxes/haskell/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/haskell/script -------------------------------------------------------------------------------- /boxes/haystack/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/haystack/Dockerfile -------------------------------------------------------------------------------- /boxes/haystack/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/haystack/script -------------------------------------------------------------------------------- /boxes/hbcht/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hbcht/Dockerfile -------------------------------------------------------------------------------- /boxes/hbcht/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hbcht/script -------------------------------------------------------------------------------- /boxes/hexagony/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hexagony/Dockerfile -------------------------------------------------------------------------------- /boxes/hexagony/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hexagony/disasm -------------------------------------------------------------------------------- /boxes/hexagony/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hexagony/script -------------------------------------------------------------------------------- /boxes/htms/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/htms/Dockerfile -------------------------------------------------------------------------------- /boxes/htms/htms-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/htms/htms-cli.js -------------------------------------------------------------------------------- /boxes/htms/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/htms/script -------------------------------------------------------------------------------- /boxes/husk/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/husk/Dockerfile -------------------------------------------------------------------------------- /boxes/husk/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/husk/script -------------------------------------------------------------------------------- /boxes/hypertorus/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hypertorus/Dockerfile -------------------------------------------------------------------------------- /boxes/hypertorus/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/hypertorus/script -------------------------------------------------------------------------------- /boxes/i4004asm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/i4004asm/Dockerfile -------------------------------------------------------------------------------- /boxes/i4004asm/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/i4004asm/script -------------------------------------------------------------------------------- /boxes/imagemagick/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/imagemagick/Dockerfile -------------------------------------------------------------------------------- /boxes/imagemagick/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/imagemagick/script -------------------------------------------------------------------------------- /boxes/intercal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/intercal/Dockerfile -------------------------------------------------------------------------------- /boxes/intercal/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/intercal/script -------------------------------------------------------------------------------- /boxes/irc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/irc/Dockerfile -------------------------------------------------------------------------------- /boxes/irc/main.irc: -------------------------------------------------------------------------------- 1 | /nick main 2 | /join #code 3 | /quit "Something went wrong." 4 | -------------------------------------------------------------------------------- /boxes/irc/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/irc/script -------------------------------------------------------------------------------- /boxes/iwashi/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/iwashi/Dockerfile -------------------------------------------------------------------------------- /boxes/iwashi/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/iwashi/script -------------------------------------------------------------------------------- /boxes/japt/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/japt/Dockerfile -------------------------------------------------------------------------------- /boxes/japt/japt-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/japt/japt-cli.js -------------------------------------------------------------------------------- /boxes/japt/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/japt/script -------------------------------------------------------------------------------- /boxes/java/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/java/Dockerfile -------------------------------------------------------------------------------- /boxes/java/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/java/script -------------------------------------------------------------------------------- /boxes/jelly/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/jelly/Dockerfile -------------------------------------------------------------------------------- /boxes/jelly/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/jelly/script -------------------------------------------------------------------------------- /boxes/jellyfish/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/jellyfish/Dockerfile -------------------------------------------------------------------------------- /boxes/jellyfish/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/jellyfish/script -------------------------------------------------------------------------------- /boxes/jq/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/jq/Dockerfile -------------------------------------------------------------------------------- /boxes/jq/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/jq/script -------------------------------------------------------------------------------- /boxes/js-rhino/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/js-rhino/Dockerfile -------------------------------------------------------------------------------- /boxes/js-rhino/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/js-rhino/script -------------------------------------------------------------------------------- /boxes/kotlin/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/kotlin/Dockerfile -------------------------------------------------------------------------------- /boxes/kotlin/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/kotlin/script -------------------------------------------------------------------------------- /boxes/labyrinth/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/labyrinth/Dockerfile -------------------------------------------------------------------------------- /boxes/labyrinth/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/labyrinth/script -------------------------------------------------------------------------------- /boxes/lazyk/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/lazyk/Dockerfile -------------------------------------------------------------------------------- /boxes/lazyk/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/lazyk/script -------------------------------------------------------------------------------- /boxes/llvm-ir/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/llvm-ir/Dockerfile -------------------------------------------------------------------------------- /boxes/llvm-ir/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/llvm-ir/script -------------------------------------------------------------------------------- /boxes/logicode/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/logicode/Dockerfile -------------------------------------------------------------------------------- /boxes/logicode/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/logicode/script -------------------------------------------------------------------------------- /boxes/lolcode/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/lolcode/Dockerfile -------------------------------------------------------------------------------- /boxes/lolcode/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/lolcode/script -------------------------------------------------------------------------------- /boxes/lua/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/lua/Dockerfile -------------------------------------------------------------------------------- /boxes/lua/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/lua/script -------------------------------------------------------------------------------- /boxes/m4/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/m4/Dockerfile -------------------------------------------------------------------------------- /boxes/m4/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/m4/script -------------------------------------------------------------------------------- /boxes/make/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/make/Dockerfile -------------------------------------------------------------------------------- /boxes/make/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/make/script -------------------------------------------------------------------------------- /boxes/malbolge/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/malbolge/Dockerfile -------------------------------------------------------------------------------- /boxes/malbolge/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | ~/malbolge "$1" 4 | -------------------------------------------------------------------------------- /boxes/mao/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/mao/Dockerfile -------------------------------------------------------------------------------- /boxes/mao/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/mao/script -------------------------------------------------------------------------------- /boxes/matl/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/matl/Dockerfile -------------------------------------------------------------------------------- /boxes/matl/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/matl/script -------------------------------------------------------------------------------- /boxes/maybelater/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/maybelater/Dockerfile -------------------------------------------------------------------------------- /boxes/maybelater/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/maybelater/script -------------------------------------------------------------------------------- /boxes/mines/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/mines/Dockerfile -------------------------------------------------------------------------------- /boxes/mines/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/mines/script -------------------------------------------------------------------------------- /boxes/minimal2d/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/minimal2d/Dockerfile -------------------------------------------------------------------------------- /boxes/minimal2d/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/minimal2d/script -------------------------------------------------------------------------------- /boxes/minus/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/minus/Dockerfile -------------------------------------------------------------------------------- /boxes/minus/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/minus/script -------------------------------------------------------------------------------- /boxes/modanshogi/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/modanshogi/Dockerfile -------------------------------------------------------------------------------- /boxes/modanshogi/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/modanshogi/script -------------------------------------------------------------------------------- /boxes/moo/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/moo/Dockerfile -------------------------------------------------------------------------------- /boxes/moo/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/moo/script -------------------------------------------------------------------------------- /boxes/multi-reader/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/multi-reader/Dockerfile -------------------------------------------------------------------------------- /boxes/multi-reader/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/multi-reader/script -------------------------------------------------------------------------------- /boxes/nadesiko/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/nadesiko/Dockerfile -------------------------------------------------------------------------------- /boxes/nadesiko/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/nadesiko/script -------------------------------------------------------------------------------- /boxes/nim-lang/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/nim-lang/Dockerfile -------------------------------------------------------------------------------- /boxes/nim-lang/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/nim-lang/script -------------------------------------------------------------------------------- /boxes/node/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/node/Dockerfile -------------------------------------------------------------------------------- /boxes/node/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/node/script -------------------------------------------------------------------------------- /boxes/nuts/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/nuts/Dockerfile -------------------------------------------------------------------------------- /boxes/nuts/nuts-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/nuts/nuts-cli.js -------------------------------------------------------------------------------- /boxes/nuts/nuts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/nuts/nuts.js -------------------------------------------------------------------------------- /boxes/nuts/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/nuts/script -------------------------------------------------------------------------------- /boxes/ocaml/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ocaml/Dockerfile -------------------------------------------------------------------------------- /boxes/ocaml/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ocaml/script -------------------------------------------------------------------------------- /boxes/octave/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/octave/Dockerfile -------------------------------------------------------------------------------- /boxes/octave/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/octave/script -------------------------------------------------------------------------------- /boxes/oh/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/oh/Dockerfile -------------------------------------------------------------------------------- /boxes/oh/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/oh/script -------------------------------------------------------------------------------- /boxes/olang/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/olang/Dockerfile -------------------------------------------------------------------------------- /boxes/olang/script: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cat - | /root/o "$1" 4 | -------------------------------------------------------------------------------- /boxes/osecpu-aska/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/osecpu-aska/Dockerfile -------------------------------------------------------------------------------- /boxes/osecpu-aska/osecpu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/osecpu-aska/osecpu.patch -------------------------------------------------------------------------------- /boxes/osecpu-aska/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/osecpu-aska/script -------------------------------------------------------------------------------- /boxes/osecpu/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/osecpu/Dockerfile -------------------------------------------------------------------------------- /boxes/osecpu/osecpu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/osecpu/osecpu.patch -------------------------------------------------------------------------------- /boxes/osecpu/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/osecpu/script -------------------------------------------------------------------------------- /boxes/path/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/path/Dockerfile -------------------------------------------------------------------------------- /boxes/path/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/path/script -------------------------------------------------------------------------------- /boxes/perl/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/perl/Dockerfile -------------------------------------------------------------------------------- /boxes/perl/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/perl/script -------------------------------------------------------------------------------- /boxes/perl1/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/perl1/Dockerfile -------------------------------------------------------------------------------- /boxes/perl1/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/perl1/script -------------------------------------------------------------------------------- /boxes/perl6/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/perl6/Dockerfile -------------------------------------------------------------------------------- /boxes/perl6/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/perl6/script -------------------------------------------------------------------------------- /boxes/php/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/php/Dockerfile -------------------------------------------------------------------------------- /boxes/php/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/php/script -------------------------------------------------------------------------------- /boxes/picfunge/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/picfunge/Dockerfile -------------------------------------------------------------------------------- /boxes/picfunge/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/picfunge/script -------------------------------------------------------------------------------- /boxes/piet/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/piet/Dockerfile -------------------------------------------------------------------------------- /boxes/piet/script: -------------------------------------------------------------------------------- 1 | #sh!/bin/sh 2 | 3 | cat - | ~/npiet -v11 -q "$1" 4 | -------------------------------------------------------------------------------- /boxes/powershell/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/powershell/Dockerfile -------------------------------------------------------------------------------- /boxes/powershell/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/powershell/script -------------------------------------------------------------------------------- /boxes/ppap/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ppap/Dockerfile -------------------------------------------------------------------------------- /boxes/ppap/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ppap/script -------------------------------------------------------------------------------- /boxes/produire/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/produire/Dockerfile -------------------------------------------------------------------------------- /boxes/produire/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/produire/disasm -------------------------------------------------------------------------------- /boxes/produire/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/produire/script -------------------------------------------------------------------------------- /boxes/pure-folders/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/pure-folders/Dockerfile -------------------------------------------------------------------------------- /boxes/pure-folders/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/pure-folders/disasm -------------------------------------------------------------------------------- /boxes/pure-folders/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/pure-folders/script -------------------------------------------------------------------------------- /boxes/pxem/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/pxem/Dockerfile -------------------------------------------------------------------------------- /boxes/pxem/pxem-cli.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/pxem/pxem-cli.rb -------------------------------------------------------------------------------- /boxes/pxem/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/pxem/script -------------------------------------------------------------------------------- /boxes/pyramid-scheme/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/pyramid-scheme/script -------------------------------------------------------------------------------- /boxes/python1/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/python1/Dockerfile -------------------------------------------------------------------------------- /boxes/python1/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/python1/script -------------------------------------------------------------------------------- /boxes/python2/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/python2/Dockerfile -------------------------------------------------------------------------------- /boxes/python2/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/python2/script -------------------------------------------------------------------------------- /boxes/python3/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/python3/Dockerfile -------------------------------------------------------------------------------- /boxes/python3/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/python3/script -------------------------------------------------------------------------------- /boxes/qlb/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/qlb/Dockerfile -------------------------------------------------------------------------------- /boxes/qlb/qlb-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/qlb/qlb-cli.js -------------------------------------------------------------------------------- /boxes/qlb/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/qlb/script -------------------------------------------------------------------------------- /boxes/r/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/r/Dockerfile -------------------------------------------------------------------------------- /boxes/r/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | Rscript "$1" -------------------------------------------------------------------------------- /boxes/racket/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/racket/Dockerfile -------------------------------------------------------------------------------- /boxes/racket/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/racket/script -------------------------------------------------------------------------------- /boxes/rail/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/rail/Dockerfile -------------------------------------------------------------------------------- /boxes/rail/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/rail/script -------------------------------------------------------------------------------- /boxes/rapira/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/rapira/Dockerfile -------------------------------------------------------------------------------- /boxes/rapira/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | /root/rapira "$1" 4 | -------------------------------------------------------------------------------- /boxes/recurse/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/recurse/Dockerfile -------------------------------------------------------------------------------- /boxes/recurse/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/recurse/script -------------------------------------------------------------------------------- /boxes/rescript/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/rescript/Dockerfile -------------------------------------------------------------------------------- /boxes/rescript/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/rescript/script -------------------------------------------------------------------------------- /boxes/reversed-c/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/reversed-c/Dockerfile -------------------------------------------------------------------------------- /boxes/reversed-c/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/reversed-c/disasm -------------------------------------------------------------------------------- /boxes/reversed-c/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/reversed-c/script -------------------------------------------------------------------------------- /boxes/ring/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ring/Dockerfile -------------------------------------------------------------------------------- /boxes/ring/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ring/script -------------------------------------------------------------------------------- /boxes/riscv/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/riscv/Dockerfile -------------------------------------------------------------------------------- /boxes/riscv/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/riscv/script -------------------------------------------------------------------------------- /boxes/rprogn/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/rprogn/Dockerfile -------------------------------------------------------------------------------- /boxes/rprogn/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/rprogn/script -------------------------------------------------------------------------------- /boxes/ruby-trunk/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ruby-trunk/Dockerfile -------------------------------------------------------------------------------- /boxes/ruby-trunk/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ruby-trunk/script -------------------------------------------------------------------------------- /boxes/ruby/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ruby/Dockerfile -------------------------------------------------------------------------------- /boxes/ruby/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ruby/script -------------------------------------------------------------------------------- /boxes/ruby0.49/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ruby0.49/Dockerfile -------------------------------------------------------------------------------- /boxes/ruby0.49/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ruby0.49/script -------------------------------------------------------------------------------- /boxes/ruby1/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ruby1/Dockerfile -------------------------------------------------------------------------------- /boxes/ruby1/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ruby1/script -------------------------------------------------------------------------------- /boxes/rust/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/rust/Dockerfile -------------------------------------------------------------------------------- /boxes/rust/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/rust/script -------------------------------------------------------------------------------- /boxes/sceql/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/sceql/Dockerfile -------------------------------------------------------------------------------- /boxes/sceql/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/sceql/script -------------------------------------------------------------------------------- /boxes/seclusion/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/seclusion/Dockerfile -------------------------------------------------------------------------------- /boxes/seclusion/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/seclusion/script -------------------------------------------------------------------------------- /boxes/sed/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/sed/Dockerfile -------------------------------------------------------------------------------- /boxes/sed/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/sed/script -------------------------------------------------------------------------------- /boxes/seed/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/seed/Dockerfile -------------------------------------------------------------------------------- /boxes/seed/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/seed/script -------------------------------------------------------------------------------- /boxes/seed/seed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/seed/seed.py -------------------------------------------------------------------------------- /boxes/serenity/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/serenity/Dockerfile -------------------------------------------------------------------------------- /boxes/serenity/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/serenity/script -------------------------------------------------------------------------------- /boxes/simula/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/simula/Dockerfile -------------------------------------------------------------------------------- /boxes/simula/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/simula/script -------------------------------------------------------------------------------- /boxes/slashes/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/slashes/Dockerfile -------------------------------------------------------------------------------- /boxes/slashes/script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat - | perl /root/slashes.pl "$1" 4 | -------------------------------------------------------------------------------- /boxes/slashes/slashes.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/slashes/slashes.pl -------------------------------------------------------------------------------- /boxes/snobol/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/snobol/Dockerfile -------------------------------------------------------------------------------- /boxes/snobol/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/snobol/script -------------------------------------------------------------------------------- /boxes/snowman/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/snowman/Dockerfile -------------------------------------------------------------------------------- /boxes/snowman/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/snowman/script -------------------------------------------------------------------------------- /boxes/snusp/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/snusp/Dockerfile -------------------------------------------------------------------------------- /boxes/snusp/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/snusp/script -------------------------------------------------------------------------------- /boxes/spl/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/spl/Dockerfile -------------------------------------------------------------------------------- /boxes/spl/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/spl/script -------------------------------------------------------------------------------- /boxes/sqlite3/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/sqlite3/Dockerfile -------------------------------------------------------------------------------- /boxes/sqlite3/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/sqlite3/script -------------------------------------------------------------------------------- /boxes/squared-cool/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/squared-cool/Dockerfile -------------------------------------------------------------------------------- /boxes/squared-cool/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/squared-cool/script -------------------------------------------------------------------------------- /boxes/stackcats/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/stackcats/Dockerfile -------------------------------------------------------------------------------- /boxes/stackcats/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/stackcats/script -------------------------------------------------------------------------------- /boxes/standback/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/standback/Dockerfile -------------------------------------------------------------------------------- /boxes/standback/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/standback/script -------------------------------------------------------------------------------- /boxes/starry/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/starry/Dockerfile -------------------------------------------------------------------------------- /boxes/starry/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/starry/disasm -------------------------------------------------------------------------------- /boxes/starry/disasm.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/starry/disasm.rb -------------------------------------------------------------------------------- /boxes/starry/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/starry/script -------------------------------------------------------------------------------- /boxes/stop/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/stop/Dockerfile -------------------------------------------------------------------------------- /boxes/stop/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/stop/script -------------------------------------------------------------------------------- /boxes/stop/stop-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/stop/stop-cli.js -------------------------------------------------------------------------------- /boxes/streem/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/streem/Dockerfile -------------------------------------------------------------------------------- /boxes/streem/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/streem/script -------------------------------------------------------------------------------- /boxes/stuck/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/stuck/Dockerfile -------------------------------------------------------------------------------- /boxes/stuck/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/stuck/script -------------------------------------------------------------------------------- /boxes/suzy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/suzy/Dockerfile -------------------------------------------------------------------------------- /boxes/suzy/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/suzy/script -------------------------------------------------------------------------------- /boxes/swift/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/swift/Dockerfile -------------------------------------------------------------------------------- /boxes/swift/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/swift/script -------------------------------------------------------------------------------- /boxes/taxi/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/taxi/Dockerfile -------------------------------------------------------------------------------- /boxes/taxi/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/taxi/script -------------------------------------------------------------------------------- /boxes/tcl/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/tcl/Dockerfile -------------------------------------------------------------------------------- /boxes/tcl/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/tcl/script -------------------------------------------------------------------------------- /boxes/tetris/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/tetris/Dockerfile -------------------------------------------------------------------------------- /boxes/tetris/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/tetris/script -------------------------------------------------------------------------------- /boxes/tetris/tetris.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/tetris/tetris.js -------------------------------------------------------------------------------- /boxes/tex/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/tex/Dockerfile -------------------------------------------------------------------------------- /boxes/tex/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/tex/script -------------------------------------------------------------------------------- /boxes/transceternal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/transceternal/Dockerfile -------------------------------------------------------------------------------- /boxes/transceternal/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/transceternal/script -------------------------------------------------------------------------------- /boxes/triangularity/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/triangularity/Dockerfile -------------------------------------------------------------------------------- /boxes/triangularity/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/triangularity/script -------------------------------------------------------------------------------- /boxes/trumpscript/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/trumpscript/Dockerfile -------------------------------------------------------------------------------- /boxes/trumpscript/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/trumpscript/script -------------------------------------------------------------------------------- /boxes/tsp/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/tsp/Dockerfile -------------------------------------------------------------------------------- /boxes/tsp/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/tsp/script -------------------------------------------------------------------------------- /boxes/typhon/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/typhon/Dockerfile -------------------------------------------------------------------------------- /boxes/typhon/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/typhon/script -------------------------------------------------------------------------------- /boxes/ubergenes/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ubergenes/Dockerfile -------------------------------------------------------------------------------- /boxes/ubergenes/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ubergenes/script -------------------------------------------------------------------------------- /boxes/ubuntu-base/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ubuntu-base/Dockerfile -------------------------------------------------------------------------------- /boxes/ubuntu-base/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/ubuntu-base/script -------------------------------------------------------------------------------- /boxes/unicat/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unicat/Dockerfile -------------------------------------------------------------------------------- /boxes/unicat/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unicat/script -------------------------------------------------------------------------------- /boxes/unicue/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unicue/Dockerfile -------------------------------------------------------------------------------- /boxes/unicue/beam-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unicue/beam-cli.js -------------------------------------------------------------------------------- /boxes/unicue/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unicue/script -------------------------------------------------------------------------------- /boxes/unlambda/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unlambda/Dockerfile -------------------------------------------------------------------------------- /boxes/unlambda/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unlambda/script -------------------------------------------------------------------------------- /boxes/unreadable/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unreadable/Dockerfile -------------------------------------------------------------------------------- /boxes/unreadable/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unreadable/disasm -------------------------------------------------------------------------------- /boxes/unreadable/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unreadable/script -------------------------------------------------------------------------------- /boxes/unreadable/unreadable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/unreadable/unreadable.py -------------------------------------------------------------------------------- /boxes/v-vim/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/v-vim/Dockerfile -------------------------------------------------------------------------------- /boxes/v-vim/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/v-vim/script -------------------------------------------------------------------------------- /boxes/velato/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/velato/Dockerfile -------------------------------------------------------------------------------- /boxes/velato/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/velato/script -------------------------------------------------------------------------------- /boxes/verilog/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/verilog/Dockerfile -------------------------------------------------------------------------------- /boxes/verilog/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/verilog/script -------------------------------------------------------------------------------- /boxes/vim/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/vim/Dockerfile -------------------------------------------------------------------------------- /boxes/vim/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/vim/disasm -------------------------------------------------------------------------------- /boxes/vim/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/vim/script -------------------------------------------------------------------------------- /boxes/vlang/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/vlang/Dockerfile -------------------------------------------------------------------------------- /boxes/vlang/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/vlang/script -------------------------------------------------------------------------------- /boxes/wake/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wake/Dockerfile -------------------------------------------------------------------------------- /boxes/wake/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wake/script -------------------------------------------------------------------------------- /boxes/wat/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wat/Dockerfile -------------------------------------------------------------------------------- /boxes/wat/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wat/script -------------------------------------------------------------------------------- /boxes/wat/wasm-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wat/wasm-cli.js -------------------------------------------------------------------------------- /boxes/wenyan/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wenyan/Dockerfile -------------------------------------------------------------------------------- /boxes/wenyan/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wenyan/script -------------------------------------------------------------------------------- /boxes/whenever/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/whenever/Dockerfile -------------------------------------------------------------------------------- /boxes/whenever/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/whenever/script -------------------------------------------------------------------------------- /boxes/whitespace/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/whitespace/Dockerfile -------------------------------------------------------------------------------- /boxes/whitespace/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/whitespace/disasm -------------------------------------------------------------------------------- /boxes/whitespace/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/whitespace/script -------------------------------------------------------------------------------- /boxes/width/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/width/Dockerfile -------------------------------------------------------------------------------- /boxes/width/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/width/script -------------------------------------------------------------------------------- /boxes/wierd/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wierd/Dockerfile -------------------------------------------------------------------------------- /boxes/wierd/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wierd/script -------------------------------------------------------------------------------- /boxes/wordcpu/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wordcpu/Dockerfile -------------------------------------------------------------------------------- /boxes/wordcpu/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wordcpu/script -------------------------------------------------------------------------------- /boxes/wren/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wren/Dockerfile -------------------------------------------------------------------------------- /boxes/wren/script: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cat - | /root/wren "$1" 4 | -------------------------------------------------------------------------------- /boxes/wysiscript/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wysiscript/Dockerfile -------------------------------------------------------------------------------- /boxes/wysiscript/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/wysiscript/script -------------------------------------------------------------------------------- /boxes/x86asm-nasm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/x86asm-nasm/Dockerfile -------------------------------------------------------------------------------- /boxes/x86asm-nasm/gcc.spec: -------------------------------------------------------------------------------- 1 | *link_libgcc: -L/dev/null 2 | -------------------------------------------------------------------------------- /boxes/x86asm-nasm/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/x86asm-nasm/script -------------------------------------------------------------------------------- /boxes/xslt/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/xslt/Dockerfile -------------------------------------------------------------------------------- /boxes/xslt/preprocess.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/xslt/preprocess.xsl -------------------------------------------------------------------------------- /boxes/xslt/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/xslt/script -------------------------------------------------------------------------------- /boxes/z80/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/z80/Dockerfile -------------------------------------------------------------------------------- /boxes/z80/disasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/z80/disasm -------------------------------------------------------------------------------- /boxes/z80/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/z80/script -------------------------------------------------------------------------------- /boxes/zig/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/zig/Dockerfile -------------------------------------------------------------------------------- /boxes/zig/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/zig/script -------------------------------------------------------------------------------- /boxes/zombie/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/zombie/Dockerfile -------------------------------------------------------------------------------- /boxes/zombie/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/zombie/script -------------------------------------------------------------------------------- /boxes/zsh-pure/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/zsh-pure/Dockerfile -------------------------------------------------------------------------------- /boxes/zsh-pure/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/zsh-pure/script -------------------------------------------------------------------------------- /boxes/zucchini/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/zucchini/Dockerfile -------------------------------------------------------------------------------- /boxes/zucchini/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/zucchini/script -------------------------------------------------------------------------------- /boxes/zucchini/zucchini.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/boxes/zucchini/zucchini.py -------------------------------------------------------------------------------- /dobi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/dobi.yaml -------------------------------------------------------------------------------- /push.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/push.rb -------------------------------------------------------------------------------- /spec/assets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/README.md -------------------------------------------------------------------------------- /spec/assets/cat.2sable: -------------------------------------------------------------------------------- 1 | I -------------------------------------------------------------------------------- /spec/assets/cat.3var: -------------------------------------------------------------------------------- 1 | a_['<@U(O)] -------------------------------------------------------------------------------- /spec/assets/cat.Blc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.Blc -------------------------------------------------------------------------------- /spec/assets/cat.abc: -------------------------------------------------------------------------------- 1 | READ in RAW 2 | WRITE in 3 | -------------------------------------------------------------------------------- /spec/assets/cat.abe: -------------------------------------------------------------------------------- 1 | I -------------------------------------------------------------------------------- /spec/assets/cat.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.adb -------------------------------------------------------------------------------- /spec/assets/cat.alice: -------------------------------------------------------------------------------- 1 | / 2 | I 3 | O 4 | @ -------------------------------------------------------------------------------- /spec/assets/cat.alphabeta: -------------------------------------------------------------------------------- 1 | AJCLO -------------------------------------------------------------------------------- /spec/assets/cat.apl: -------------------------------------------------------------------------------- 1 | ⊃⎕ARG[6] 2 | )OFF -------------------------------------------------------------------------------- /spec/assets/cat.arc: -------------------------------------------------------------------------------- 1 | (q -------------------------------------------------------------------------------- /spec/assets/cat.arithmetic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.arithmetic -------------------------------------------------------------------------------- /spec/assets/cat.ask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.ask -------------------------------------------------------------------------------- /spec/assets/cat.aubergine: -------------------------------------------------------------------------------- 1 | =ii=oo=ib -------------------------------------------------------------------------------- /spec/assets/cat.autovim: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spec/assets/cat.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.awk -------------------------------------------------------------------------------- /spec/assets/cat.b93: -------------------------------------------------------------------------------- 1 | ~:1+!#@_, -------------------------------------------------------------------------------- /spec/assets/cat.backhand: -------------------------------------------------------------------------------- 1 | io -------------------------------------------------------------------------------- /spec/assets/cat.bal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.bal -------------------------------------------------------------------------------- /spec/assets/cat.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.bash -------------------------------------------------------------------------------- /spec/assets/cat.bat: -------------------------------------------------------------------------------- 1 | MORE -------------------------------------------------------------------------------- /spec/assets/cat.beam: -------------------------------------------------------------------------------- 1 | >r@nH 2 | ^ < -------------------------------------------------------------------------------- /spec/assets/cat.bf: -------------------------------------------------------------------------------- 1 | ,+[-.,+] -------------------------------------------------------------------------------- /spec/assets/cat.bots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.bots -------------------------------------------------------------------------------- /spec/assets/cat.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.bsl -------------------------------------------------------------------------------- /spec/assets/cat.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.bst -------------------------------------------------------------------------------- /spec/assets/cat.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.bt -------------------------------------------------------------------------------- /spec/assets/cat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.c -------------------------------------------------------------------------------- /spec/assets/cat.calc.csv: -------------------------------------------------------------------------------- 1 | =A1 -------------------------------------------------------------------------------- /spec/assets/cat.canvas: -------------------------------------------------------------------------------- 1 | ╶ -------------------------------------------------------------------------------- /spec/assets/cat.cbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.cbl -------------------------------------------------------------------------------- /spec/assets/cat.cjam: -------------------------------------------------------------------------------- 1 | q -------------------------------------------------------------------------------- /spec/assets/cat.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.cl -------------------------------------------------------------------------------- /spec/assets/cat.cmsfp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.cmsfp -------------------------------------------------------------------------------- /spec/assets/cat.codemania: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.codemania -------------------------------------------------------------------------------- /spec/assets/cat.convex: -------------------------------------------------------------------------------- 1 | q -------------------------------------------------------------------------------- /spec/assets/cat.copos-rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.copos-rb -------------------------------------------------------------------------------- /spec/assets/cat.coq.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.coq.v -------------------------------------------------------------------------------- /spec/assets/cat.cr: -------------------------------------------------------------------------------- 1 | puts STDIN.gets(Int32::MAX) -------------------------------------------------------------------------------- /spec/assets/cat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.cs -------------------------------------------------------------------------------- /spec/assets/cat.csd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.csd -------------------------------------------------------------------------------- /spec/assets/cat.cubically: -------------------------------------------------------------------------------- 1 | (~-1/1=?&@7) 2 | -------------------------------------------------------------------------------- /spec/assets/cat.cubix: -------------------------------------------------------------------------------- 1 | @ 2 | _ i ? o 3 | . 4 | -------------------------------------------------------------------------------- /spec/assets/cat.cy: -------------------------------------------------------------------------------- 1 | :> print -------------------------------------------------------------------------------- /spec/assets/cat.cyclicbf: -------------------------------------------------------------------------------- 1 | ,*Y**'%7#"!]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+;[D 2 | -------------------------------------------------------------------------------- /spec/assets/cat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.d -------------------------------------------------------------------------------- /spec/assets/cat.dis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.dis -------------------------------------------------------------------------------- /spec/assets/cat.dots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.dots -------------------------------------------------------------------------------- /spec/assets/cat.ed: -------------------------------------------------------------------------------- 1 | q 2 | 3 | -------------------------------------------------------------------------------- /spec/assets/cat.egi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.egi -------------------------------------------------------------------------------- /spec/assets/cat.element: -------------------------------------------------------------------------------- 1 | _` -------------------------------------------------------------------------------- /spec/assets/cat.emacs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spec/assets/cat.emmental: -------------------------------------------------------------------------------- 1 | ;#44#46#35#52#50#63#42!* -------------------------------------------------------------------------------- /spec/assets/cat.emoji: -------------------------------------------------------------------------------- 1 | ➡ -------------------------------------------------------------------------------- /spec/assets/cat.emojifunge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.emojifunge -------------------------------------------------------------------------------- /spec/assets/cat.encapsulation: -------------------------------------------------------------------------------- 1 | // noop 2 | -------------------------------------------------------------------------------- /spec/assets/cat.erl: -------------------------------------------------------------------------------- 1 | %%! 2 | main(_) -> io:format(io:get_line("")). -------------------------------------------------------------------------------- /spec/assets/cat.exif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.exif -------------------------------------------------------------------------------- /spec/assets/cat.exs: -------------------------------------------------------------------------------- 1 | IO.write IO.read :stdio, :all -------------------------------------------------------------------------------- /spec/assets/cat.ezhil.n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.ezhil.n -------------------------------------------------------------------------------- /spec/assets/cat.f08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.f08 -------------------------------------------------------------------------------- /spec/assets/cat.fernando: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.fernando -------------------------------------------------------------------------------- /spec/assets/cat.fet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.fet -------------------------------------------------------------------------------- /spec/assets/cat.ffmpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.ffmpeg -------------------------------------------------------------------------------- /spec/assets/cat.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.fish -------------------------------------------------------------------------------- /spec/assets/cat.fish2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.fish2d -------------------------------------------------------------------------------- /spec/assets/cat.floater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.floater.png -------------------------------------------------------------------------------- /spec/assets/cat.floating: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.floating -------------------------------------------------------------------------------- /spec/assets/cat.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.fs -------------------------------------------------------------------------------- /spec/assets/cat.function: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.function -------------------------------------------------------------------------------- /spec/assets/cat.functional: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.functional -------------------------------------------------------------------------------- /spec/assets/cat.gaia: -------------------------------------------------------------------------------- 1 | @ -------------------------------------------------------------------------------- /spec/assets/cat.glass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.glass -------------------------------------------------------------------------------- /spec/assets/cat.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.go -------------------------------------------------------------------------------- /spec/assets/cat.golfish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.golfish -------------------------------------------------------------------------------- /spec/assets/cat.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.gp -------------------------------------------------------------------------------- /spec/assets/cat.grb: -------------------------------------------------------------------------------- 1 | print while gets 1 -------------------------------------------------------------------------------- /spec/assets/cat.gs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spec/assets/cat.gs2: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spec/assets/cat.hanoi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.hanoi -------------------------------------------------------------------------------- /spec/assets/cat.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.hs -------------------------------------------------------------------------------- /spec/assets/cat.htms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.htms -------------------------------------------------------------------------------- /spec/assets/cat.husk: -------------------------------------------------------------------------------- 1 | ⁰ -------------------------------------------------------------------------------- /spec/assets/cat.hxg: -------------------------------------------------------------------------------- 1 | ~/;,@~ -------------------------------------------------------------------------------- /spec/assets/cat.hyp: -------------------------------------------------------------------------------- 1 | 0j1<. -------------------------------------------------------------------------------- /spec/assets/cat.i4004.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.i4004.asm -------------------------------------------------------------------------------- /spec/assets/cat.intercal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.intercal -------------------------------------------------------------------------------- /spec/assets/cat.iwashi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.iwashi -------------------------------------------------------------------------------- /spec/assets/cat.japt: -------------------------------------------------------------------------------- 1 | N -------------------------------------------------------------------------------- /spec/assets/cat.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.java -------------------------------------------------------------------------------- /spec/assets/cat.jelly: -------------------------------------------------------------------------------- 1 | ɠ 2 | -------------------------------------------------------------------------------- /spec/assets/cat.jellyfish: -------------------------------------------------------------------------------- 1 | PJ0 2 | -------------------------------------------------------------------------------- /spec/assets/cat.jq: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /spec/assets/cat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.js -------------------------------------------------------------------------------- /spec/assets/cat.kt: -------------------------------------------------------------------------------- 1 | fun main() { 2 | println(readLine()) 3 | } 4 | -------------------------------------------------------------------------------- /spec/assets/cat.kuso: -------------------------------------------------------------------------------- 1 | |a#@C>; 2 | -------------------------------------------------------------------------------- /spec/assets/cat.ppap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.ppap -------------------------------------------------------------------------------- /spec/assets/cat.ps1: -------------------------------------------------------------------------------- 1 | $Input -------------------------------------------------------------------------------- /spec/assets/cat.pxem: -------------------------------------------------------------------------------- 1 | 1.w.o.i.c12.-.+.a.s.pxe -------------------------------------------------------------------------------- /spec/assets/cat.pyramid-scheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.pyramid-scheme -------------------------------------------------------------------------------- /spec/assets/cat.python2.py: -------------------------------------------------------------------------------- 1 | print(raw_input()) 2 | -------------------------------------------------------------------------------- /spec/assets/cat.python3.py: -------------------------------------------------------------------------------- 1 | print(input()) 2 | -------------------------------------------------------------------------------- /spec/assets/cat.qlb: -------------------------------------------------------------------------------- 1 | (قول المدخلات) -------------------------------------------------------------------------------- /spec/assets/cat.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.r -------------------------------------------------------------------------------- /spec/assets/cat.rail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.rail -------------------------------------------------------------------------------- /spec/assets/cat.rapira: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/cat.rapira -------------------------------------------------------------------------------- /spec/assets/cat.rb: -------------------------------------------------------------------------------- 1 | $><:#,_@ -------------------------------------------------------------------------------- /spec/assets/hello.b98: -------------------------------------------------------------------------------- 1 | <>>#;>:#,_@;"Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.backhand: -------------------------------------------------------------------------------- 1 | "ol!,ld elWHro" -------------------------------------------------------------------------------- /spec/assets/hello.bal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.bal -------------------------------------------------------------------------------- /spec/assets/hello.bash: -------------------------------------------------------------------------------- 1 | echo "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.bat: -------------------------------------------------------------------------------- 1 | ECHO Hello, World! -------------------------------------------------------------------------------- /spec/assets/hello.beam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.beam -------------------------------------------------------------------------------- /spec/assets/hello.beatnik: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.beatnik -------------------------------------------------------------------------------- /spec/assets/hello.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.bf -------------------------------------------------------------------------------- /spec/assets/hello.bfi.bf: -------------------------------------------------------------------------------- 1 | <+]<[.<-]"emspx!-pmmfH -------------------------------------------------------------------------------- /spec/assets/hello.bots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.bots -------------------------------------------------------------------------------- /spec/assets/hello.braille: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.braille -------------------------------------------------------------------------------- /spec/assets/hello.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.bsl -------------------------------------------------------------------------------- /spec/assets/hello.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.bst -------------------------------------------------------------------------------- /spec/assets/hello.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.bt -------------------------------------------------------------------------------- /spec/assets/hello.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, World!"); 5 | return 0; 6 | } -------------------------------------------------------------------------------- /spec/assets/hello.calc.csv: -------------------------------------------------------------------------------- 1 | "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.canvas: -------------------------------------------------------------------------------- 1 | Hello, World! -------------------------------------------------------------------------------- /spec/assets/hello.cardinal: -------------------------------------------------------------------------------- 1 | %"Hello, World!";x -------------------------------------------------------------------------------- /spec/assets/hello.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.cat -------------------------------------------------------------------------------- /spec/assets/hello.cbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.cbl -------------------------------------------------------------------------------- /spec/assets/hello.cjam: -------------------------------------------------------------------------------- 1 | "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.cl -------------------------------------------------------------------------------- /spec/assets/hello.cmsfp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.cmsfp -------------------------------------------------------------------------------- /spec/assets/hello.codemania: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.codemania -------------------------------------------------------------------------------- /spec/assets/hello.convex: -------------------------------------------------------------------------------- 1 | "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.copos-rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.copos-rb -------------------------------------------------------------------------------- /spec/assets/hello.coq.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.coq.v -------------------------------------------------------------------------------- /spec/assets/hello.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.cpp -------------------------------------------------------------------------------- /spec/assets/hello.cr: -------------------------------------------------------------------------------- 1 | puts "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.cs -------------------------------------------------------------------------------- /spec/assets/hello.csd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.csd -------------------------------------------------------------------------------- /spec/assets/hello.cubically: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.cubically -------------------------------------------------------------------------------- /spec/assets/hello.cubix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.cubix -------------------------------------------------------------------------------- /spec/assets/hello.cy: -------------------------------------------------------------------------------- 1 | "Hello, World!" print -------------------------------------------------------------------------------- /spec/assets/hello.cyclicbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.cyclicbf -------------------------------------------------------------------------------- /spec/assets/hello.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.d -------------------------------------------------------------------------------- /spec/assets/hello.dis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.dis -------------------------------------------------------------------------------- /spec/assets/hello.dots: -------------------------------------------------------------------------------- 1 | .-$"Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.ed: -------------------------------------------------------------------------------- 1 | a 2 | Hello, World! 3 | . 4 | w 5 | q 6 | -------------------------------------------------------------------------------- /spec/assets/hello.egi: -------------------------------------------------------------------------------- 1 | def main args := 2 | write "Hello, World!\n" 3 | -------------------------------------------------------------------------------- /spec/assets/hello.element: -------------------------------------------------------------------------------- 1 | Hello\,\ World\!` -------------------------------------------------------------------------------- /spec/assets/hello.emacs: -------------------------------------------------------------------------------- 1 | Hello, SPC World! 2 | y -------------------------------------------------------------------------------- /spec/assets/hello.emmental: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.emmental -------------------------------------------------------------------------------- /spec/assets/hello.emoji: -------------------------------------------------------------------------------- 1 | 💬Hello, World!💬➡ -------------------------------------------------------------------------------- /spec/assets/hello.emojic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.emojic -------------------------------------------------------------------------------- /spec/assets/hello.emojifunge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.emojifunge -------------------------------------------------------------------------------- /spec/assets/hello.erl: -------------------------------------------------------------------------------- 1 | %%! 2 | main(_) -> io:format("Hello, World!"). -------------------------------------------------------------------------------- /spec/assets/hello.evil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.evil -------------------------------------------------------------------------------- /spec/assets/hello.exif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.exif -------------------------------------------------------------------------------- /spec/assets/hello.exs: -------------------------------------------------------------------------------- 1 | IO.puts "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.ezhil.n: -------------------------------------------------------------------------------- 1 | பதிப்பி "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.f08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.f08 -------------------------------------------------------------------------------- /spec/assets/hello.fernando: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.fernando -------------------------------------------------------------------------------- /spec/assets/hello.fet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.fet -------------------------------------------------------------------------------- /spec/assets/hello.ffb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.ffb -------------------------------------------------------------------------------- /spec/assets/hello.ffmpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.ffmpeg -------------------------------------------------------------------------------- /spec/assets/hello.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.fish -------------------------------------------------------------------------------- /spec/assets/hello.fish2d: -------------------------------------------------------------------------------- 1 | "!dlroW ,olleH"l?!;oe0. -------------------------------------------------------------------------------- /spec/assets/hello.floater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.floater.png -------------------------------------------------------------------------------- /spec/assets/hello.floating: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.floating -------------------------------------------------------------------------------- /spec/assets/hello.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.fs -------------------------------------------------------------------------------- /spec/assets/hello.fugue.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.fugue.mid -------------------------------------------------------------------------------- /spec/assets/hello.function: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.function -------------------------------------------------------------------------------- /spec/assets/hello.functional: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.functional -------------------------------------------------------------------------------- /spec/assets/hello.gaia: -------------------------------------------------------------------------------- 1 | “Hello, World!” -------------------------------------------------------------------------------- /spec/assets/hello.glass: -------------------------------------------------------------------------------- 1 | {M[m(_o)O!"Hello, World!\n"(_o)o.?]} -------------------------------------------------------------------------------- /spec/assets/hello.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.go -------------------------------------------------------------------------------- /spec/assets/hello.golfish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.golfish -------------------------------------------------------------------------------- /spec/assets/hello.goto10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.goto10 -------------------------------------------------------------------------------- /spec/assets/hello.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.gp -------------------------------------------------------------------------------- /spec/assets/hello.grass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.grass -------------------------------------------------------------------------------- /spec/assets/hello.grb: -------------------------------------------------------------------------------- 1 | h -------------------------------------------------------------------------------- /spec/assets/hello.gs: -------------------------------------------------------------------------------- 1 | "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.gs2: -------------------------------------------------------------------------------- 1 | Hello, World! 2 | -------------------------------------------------------------------------------- /spec/assets/hello.hanoi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.hanoi -------------------------------------------------------------------------------- /spec/assets/hello.haystack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.haystack -------------------------------------------------------------------------------- /spec/assets/hello.hbcht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.hbcht -------------------------------------------------------------------------------- /spec/assets/hello.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.hs -------------------------------------------------------------------------------- /spec/assets/hello.htms: -------------------------------------------------------------------------------- 1 | 2 | Hello, World! 3 | 4 | -------------------------------------------------------------------------------- /spec/assets/hello.husk: -------------------------------------------------------------------------------- 1 | ¨H◄⁰,ω]! -------------------------------------------------------------------------------- /spec/assets/hello.hxg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.hxg -------------------------------------------------------------------------------- /spec/assets/hello.hyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.hyp -------------------------------------------------------------------------------- /spec/assets/hello.i4004.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.i4004.asm -------------------------------------------------------------------------------- /spec/assets/hello.intercal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.intercal -------------------------------------------------------------------------------- /spec/assets/hello.irc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.irc -------------------------------------------------------------------------------- /spec/assets/hello.iwashi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.iwashi -------------------------------------------------------------------------------- /spec/assets/hello.japt: -------------------------------------------------------------------------------- 1 | `HÁM, WŽld! -------------------------------------------------------------------------------- /spec/assets/hello.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.java -------------------------------------------------------------------------------- /spec/assets/hello.jelly: -------------------------------------------------------------------------------- 1 | “Hello, World!” 2 | -------------------------------------------------------------------------------- /spec/assets/hello.jellyfish: -------------------------------------------------------------------------------- 1 | P"Hello, World!" 2 | -------------------------------------------------------------------------------- /spec/assets/hello.jq: -------------------------------------------------------------------------------- 1 | "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.js: -------------------------------------------------------------------------------- 1 | console.log('Hello, World!'); -------------------------------------------------------------------------------- /spec/assets/hello.kt: -------------------------------------------------------------------------------- 1 | fun main() { 2 | println("Hello, World!") 3 | } -------------------------------------------------------------------------------- /spec/assets/hello.kuso: -------------------------------------------------------------------------------- 1 | cG/ V 2 | 6G*^ 3 | /C@ -------------------------------------------------------------------------------- /spec/assets/hello.labyrinth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.labyrinth -------------------------------------------------------------------------------- /spec/assets/hello.lazyk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.lazyk -------------------------------------------------------------------------------- /spec/assets/hello.ll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.ll -------------------------------------------------------------------------------- /spec/assets/hello.logicode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.logicode -------------------------------------------------------------------------------- /spec/assets/hello.lolcode: -------------------------------------------------------------------------------- 1 | HAI 1.2 2 | CAN HAS STDIO? 3 | VISIBLE "Hello, World!" 4 | KTHXBYE 5 | -------------------------------------------------------------------------------- /spec/assets/hello.lua: -------------------------------------------------------------------------------- 1 | print("Hello, World!") -------------------------------------------------------------------------------- /spec/assets/hello.m4: -------------------------------------------------------------------------------- 1 | Hello, World! -------------------------------------------------------------------------------- /spec/assets/hello.magick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.magick -------------------------------------------------------------------------------- /spec/assets/hello.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.make -------------------------------------------------------------------------------- /spec/assets/hello.malbolge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.malbolge -------------------------------------------------------------------------------- /spec/assets/hello.mao: -------------------------------------------------------------------------------- 1 | ::Hello, World!\n 2 | -------------------------------------------------------------------------------- /spec/assets/hello.matl: -------------------------------------------------------------------------------- 1 | 'Hello, World!' -------------------------------------------------------------------------------- /spec/assets/hello.matlab: -------------------------------------------------------------------------------- 1 | printf("Hello, World!\n"); -------------------------------------------------------------------------------- /spec/assets/hello.maybelater: -------------------------------------------------------------------------------- 1 | print "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.mines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.mines -------------------------------------------------------------------------------- /spec/assets/hello.minimal2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.minimal2d -------------------------------------------------------------------------------- /spec/assets/hello.minus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.minus -------------------------------------------------------------------------------- /spec/assets/hello.ml: -------------------------------------------------------------------------------- 1 | print_string "Hello, World!";; -------------------------------------------------------------------------------- /spec/assets/hello.modan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.modan -------------------------------------------------------------------------------- /spec/assets/hello.moo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.moo -------------------------------------------------------------------------------- /spec/assets/hello.nako3: -------------------------------------------------------------------------------- 1 | 「Hello, World!」と表示。 -------------------------------------------------------------------------------- /spec/assets/hello.nim: -------------------------------------------------------------------------------- 1 | echo "Hello, World!" 2 | -------------------------------------------------------------------------------- /spec/assets/hello.notenglish: -------------------------------------------------------------------------------- 1 | Display "Hello, World!" and a newline. 2 | Stop the program. -------------------------------------------------------------------------------- /spec/assets/hello.nuts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.nuts -------------------------------------------------------------------------------- /spec/assets/hello.ogc: -------------------------------------------------------------------------------- 1 | "Hello, World! -------------------------------------------------------------------------------- /spec/assets/hello.oh: -------------------------------------------------------------------------------- 1 | echo "Hello, World!" 2 | -------------------------------------------------------------------------------- /spec/assets/hello.ose: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.ose -------------------------------------------------------------------------------- /spec/assets/hello.p6: -------------------------------------------------------------------------------- 1 | say "Hello, World!"; -------------------------------------------------------------------------------- /spec/assets/hello.path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.path -------------------------------------------------------------------------------- /spec/assets/hello.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spec/assets/hello.picfunge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.picfunge.png -------------------------------------------------------------------------------- /spec/assets/hello.piet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.piet.png -------------------------------------------------------------------------------- /spec/assets/hello.pl: -------------------------------------------------------------------------------- 1 | print "Hello, World!"; -------------------------------------------------------------------------------- /spec/assets/hello.ps1: -------------------------------------------------------------------------------- 1 | "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.pxem: -------------------------------------------------------------------------------- 1 | Hello, World!.pxe -------------------------------------------------------------------------------- /spec/assets/hello.py: -------------------------------------------------------------------------------- 1 | print('Hello, World!') -------------------------------------------------------------------------------- /spec/assets/hello.qlb: -------------------------------------------------------------------------------- 1 | (قول "Hello, World!") -------------------------------------------------------------------------------- /spec/assets/hello.r: -------------------------------------------------------------------------------- 1 | write("Hello, World!","") 2 | -------------------------------------------------------------------------------- /spec/assets/hello.rail: -------------------------------------------------------------------------------- 1 | $ 'main' (--): 2 | \ 3 | \-[Hello, World!]o-# -------------------------------------------------------------------------------- /spec/assets/hello.rapira: -------------------------------------------------------------------------------- 1 | вывод: "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.rb: -------------------------------------------------------------------------------- 1 | puts 'Hello, World!' 2 | -------------------------------------------------------------------------------- /spec/assets/hello.rdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.rdr -------------------------------------------------------------------------------- /spec/assets/hello.recurse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.recurse -------------------------------------------------------------------------------- /spec/assets/hello.res: -------------------------------------------------------------------------------- 1 | Js.log("Hello, World!") 2 | -------------------------------------------------------------------------------- /spec/assets/hello.rev-c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.rev-c -------------------------------------------------------------------------------- /spec/assets/hello.rhino.js: -------------------------------------------------------------------------------- 1 | print('Hello, World!'); -------------------------------------------------------------------------------- /spec/assets/hello.ring: -------------------------------------------------------------------------------- 1 | See "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.riscv.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.riscv.elf -------------------------------------------------------------------------------- /spec/assets/hello.rkt: -------------------------------------------------------------------------------- 1 | #lang racket/base 2 | (display "Hello, World!") -------------------------------------------------------------------------------- /spec/assets/hello.rprogn: -------------------------------------------------------------------------------- 1 | "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.rs: -------------------------------------------------------------------------------- 1 | fn main() { 2 | println!("Hello, World!"); 3 | } 4 | -------------------------------------------------------------------------------- /spec/assets/hello.ruby049.rb: -------------------------------------------------------------------------------- 1 | print("Hello, World!") 2 | -------------------------------------------------------------------------------- /spec/assets/hello.sceql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.sceql -------------------------------------------------------------------------------- /spec/assets/hello.seclusion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.seclusion -------------------------------------------------------------------------------- /spec/assets/hello.sed: -------------------------------------------------------------------------------- 1 | s/.*/Hello, World!/ 2 | -------------------------------------------------------------------------------- /spec/assets/hello.seed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.seed -------------------------------------------------------------------------------- /spec/assets/hello.serenity: -------------------------------------------------------------------------------- 1 | {insts: [ 2 | "Hello, World!" out 3 | ]} 4 | 5 | -------------------------------------------------------------------------------- /spec/assets/hello.sim: -------------------------------------------------------------------------------- 1 | Begin 2 | outtext("Hello, World!"); 3 | End; -------------------------------------------------------------------------------- /spec/assets/hello.slashes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.slashes -------------------------------------------------------------------------------- /spec/assets/hello.sno: -------------------------------------------------------------------------------- 1 | OUTPUT = 'Hello, World!' 2 | END -------------------------------------------------------------------------------- /spec/assets/hello.snowman: -------------------------------------------------------------------------------- 1 | ("Hello, World!"sP -------------------------------------------------------------------------------- /spec/assets/hello.snusp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.snusp -------------------------------------------------------------------------------- /spec/assets/hello.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.spl -------------------------------------------------------------------------------- /spec/assets/hello.sqlite3.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO o VALUES ('Hello, World!'); -------------------------------------------------------------------------------- /spec/assets/hello.squared-cool: -------------------------------------------------------------------------------- 1 | 💬🔤👋🗺️🔤 -------------------------------------------------------------------------------- /spec/assets/hello.stackcats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.stackcats -------------------------------------------------------------------------------- /spec/assets/hello.standback: -------------------------------------------------------------------------------- 1 | S//Hello, world!/ 2 | -------------------------------------------------------------------------------- /spec/assets/hello.starry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.starry -------------------------------------------------------------------------------- /spec/assets/hello.stk: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spec/assets/hello.stop: -------------------------------------------------------------------------------- 1 | WRITE "Hello, World!" 2 | -------------------------------------------------------------------------------- /spec/assets/hello.strm: -------------------------------------------------------------------------------- 1 | ["Hello, World!"] | stdout -------------------------------------------------------------------------------- /spec/assets/hello.suzy: -------------------------------------------------------------------------------- 1 | 100,1,1 2 | }!"Hello, World!"@ -------------------------------------------------------------------------------- /spec/assets/hello.swift: -------------------------------------------------------------------------------- 1 | print("Hello, World!") -------------------------------------------------------------------------------- /spec/assets/hello.taxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.taxi -------------------------------------------------------------------------------- /spec/assets/hello.tcl: -------------------------------------------------------------------------------- 1 | puts "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.tetris: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.tetris -------------------------------------------------------------------------------- /spec/assets/hello.tex: -------------------------------------------------------------------------------- 1 | \write0{Hello, World!} 2 | \end -------------------------------------------------------------------------------- /spec/assets/hello.toadskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.toadskin -------------------------------------------------------------------------------- /spec/assets/hello.tr: -------------------------------------------------------------------------------- 1 | tell "hello, world!" 2 | America is great. -------------------------------------------------------------------------------- /spec/assets/hello.tsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.tsp -------------------------------------------------------------------------------- /spec/assets/hello.typhon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.typhon -------------------------------------------------------------------------------- /spec/assets/hello.ubergenes: -------------------------------------------------------------------------------- 1 | Hello, World! -------------------------------------------------------------------------------- /spec/assets/hello.unicue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.unicue -------------------------------------------------------------------------------- /spec/assets/hello.unlambda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.unlambda -------------------------------------------------------------------------------- /spec/assets/hello.unreadable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.unreadable -------------------------------------------------------------------------------- /spec/assets/hello.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.v -------------------------------------------------------------------------------- /spec/assets/hello.v-vim: -------------------------------------------------------------------------------- 1 | iHello, World! -------------------------------------------------------------------------------- /spec/assets/hello.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.vb -------------------------------------------------------------------------------- /spec/assets/hello.velato.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.velato.mid -------------------------------------------------------------------------------- /spec/assets/hello.vim: -------------------------------------------------------------------------------- 1 | :execute "normal! iHello, World!\e" 2 | :wq 3 | -------------------------------------------------------------------------------- /spec/assets/hello.vlang.v: -------------------------------------------------------------------------------- 1 | println('Hello, World!') 2 | -------------------------------------------------------------------------------- /spec/assets/hello.wake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.wake -------------------------------------------------------------------------------- /spec/assets/hello.wat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.wat -------------------------------------------------------------------------------- /spec/assets/hello.whenever: -------------------------------------------------------------------------------- 1 | 1 print("Hello, World!"); -------------------------------------------------------------------------------- /spec/assets/hello.width: -------------------------------------------------------------------------------- 1 | GZiwWOwQROWIkilBAQWmkOCDmifG -------------------------------------------------------------------------------- /spec/assets/hello.wierd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.wierd -------------------------------------------------------------------------------- /spec/assets/hello.wordcpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.wordcpu -------------------------------------------------------------------------------- /spec/assets/hello.wren: -------------------------------------------------------------------------------- 1 | System.print("Hello, World!") -------------------------------------------------------------------------------- /spec/assets/hello.ws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.ws -------------------------------------------------------------------------------- /spec/assets/hello.wy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.wy -------------------------------------------------------------------------------- /spec/assets/hello.wysi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.wysi -------------------------------------------------------------------------------- /spec/assets/hello.x86.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.x86.asm -------------------------------------------------------------------------------- /spec/assets/hello.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.xsl -------------------------------------------------------------------------------- /spec/assets/hello.z8b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.z8b -------------------------------------------------------------------------------- /spec/assets/hello.zig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.zig -------------------------------------------------------------------------------- /spec/assets/hello.zombie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.zombie -------------------------------------------------------------------------------- /spec/assets/hello.zsh: -------------------------------------------------------------------------------- 1 | echo "Hello, World!" -------------------------------------------------------------------------------- /spec/assets/hello.zucchini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/assets/hello.zucchini -------------------------------------------------------------------------------- /spec/boxes_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/boxes_spec.rb -------------------------------------------------------------------------------- /spec/spec_helper.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakatashi/esolang-box/HEAD/spec/spec_helper.rb --------------------------------------------------------------------------------