language_templates 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (518) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +5 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +21 -0
  6. data/README.md +53 -0
  7. data/Rakefile +6 -0
  8. data/bin/console +14 -0
  9. data/bin/languages/#/0815.0815 +4 -0
  10. data/bin/languages/#/1c-enterprise +2 -0
  11. data/bin/languages/#/2B.2b +1 -0
  12. data/bin/languages/#/4gl.4gl +3 -0
  13. data/bin/languages/#/4test +2 -0
  14. data/bin/languages/#/4thdimension.4dd +4 -0
  15. data/bin/languages/#/~English.ext +2 -0
  16. data/bin/languages/a/ACIDIC.acidic +2 -0
  17. data/bin/languages/a/ACRONYM.acronym +8 -0
  18. data/bin/languages/a/ALAGUF.alaguf +1 -0
  19. data/bin/languages/a/ALGOL-W.algol +3 -0
  20. data/bin/languages/a/Aeolbonn.aeo +2 -0
  21. data/bin/languages/a/Amiga-E.amiga-e +1 -0
  22. data/bin/languages/a/AntLang.ant +1 -0
  23. data/bin/languages/a/abap.abap +6 -0
  24. data/bin/languages/a/abc.abc +1 -0
  25. data/bin/languages/a/acpi +6 -0
  26. data/bin/languages/a/acs.acs +6 -0
  27. data/bin/languages/a/actionscript.as +15 -0
  28. data/bin/languages/a/actionscript2.as +1 -0
  29. data/bin/languages/a/actionscript3.as +32 -0
  30. data/bin/languages/a/actionscript_flashmx.as +12 -0
  31. data/bin/languages/a/ada.ada +5 -0
  32. data/bin/languages/a/advpl +5 -0
  33. data/bin/languages/a/aeolbonn.aeolbonn +2 -0
  34. data/bin/languages/a/agda.agda +4 -0
  35. data/bin/languages/a/aheui.aheui +8 -0
  36. data/bin/languages/a/aime.aime +7 -0
  37. data/bin/languages/a/aiml.aiml +6 -0
  38. data/bin/languages/a/alda.alda +1 -0
  39. data/bin/languages/a/algae.algae +1 -0
  40. data/bin/languages/a/algol60.algol60 +6 -0
  41. data/bin/languages/a/algol68.algol68 +3 -0
  42. data/bin/languages/a/alore.alore +1 -0
  43. data/bin/languages/a/amos +1 -0
  44. data/bin/languages/a/android.java +16 -0
  45. data/bin/languages/a/angelscript +1 -0
  46. data/bin/languages/a/angular.js +2 -0
  47. data/bin/languages/a/ante.ante +1 -0
  48. data/bin/languages/a/apc.apc +4 -0
  49. data/bin/languages/a/apl.apl +2 -0
  50. data/bin/languages/a/applescript.scpt +1 -0
  51. data/bin/languages/a/arduino.ino +4 -0
  52. data/bin/languages/a/arena.are +1 -0
  53. data/bin/languages/a/argh.agh +3 -0
  54. data/bin/languages/a/arnoldc.arnoldc +3 -0
  55. data/bin/languages/a/ash.ash +5 -0
  56. data/bin/languages/a/asp.asp +4 -0
  57. data/bin/languages/a/assembler_6502.asm +22 -0
  58. data/bin/languages/a/assembler_6502appleII.asm +6 -0
  59. data/bin/languages/a/assembler_6502c64.asm +11 -0
  60. data/bin/languages/a/assembler_6809vectrex.asm +33 -0
  61. data/bin/languages/a/assembler_8048_videopac.asm +50 -0
  62. data/bin/languages/a/assembler_DCPU16.asm +45 -0
  63. data/bin/languages/a/assembler_arm.s +14 -0
  64. data/bin/languages/a/assembler_atari2600.asm +194 -0
  65. data/bin/languages/a/assembler_fasm_dos.asm +16 -0
  66. data/bin/languages/a/assembler_ibm360.asm +8 -0
  67. data/bin/languages/a/assembler_intel.asm +24 -0
  68. data/bin/languages/a/assembler_lc-3.asm +6 -0
  69. data/bin/languages/a/assembler_m68000_amigaos.asm +33 -0
  70. data/bin/languages/a/assembler_masm_dos.asm +17 -0
  71. data/bin/languages/a/assembler_masm_win32.asm +35 -0
  72. data/bin/languages/a/assembler_masm_win64.asm +33 -0
  73. data/bin/languages/a/assembler_mips.asm +9 -0
  74. data/bin/languages/a/assembler_mmix.asm +9 -0
  75. data/bin/languages/a/assembler_nasm_freebsd.asm +31 -0
  76. data/bin/languages/a/assembler_nasm_linux.asm +20 -0
  77. data/bin/languages/a/assembler_nasm_linux64.asm +20 -0
  78. data/bin/languages/a/assembler_tasm_dos.asm +20 -0
  79. data/bin/languages/a/assembler_tms9900_ti99_4a.asm +44 -0
  80. data/bin/languages/a/assembler_vax_ultrix.asm +13 -0
  81. data/bin/languages/a/assembler_z80_knightos.asm +18 -0
  82. data/bin/languages/a/assembler_z80_ti83calculator.asm +20 -0
  83. data/bin/languages/a/assembler_z80_zxspectrum.asm +21 -0
  84. data/bin/languages/a/autohotkey.ahk +1 -0
  85. data/bin/languages/a/autoit.au3 +1 -0
  86. data/bin/languages/a/awk.awk +2 -0
  87. data/bin/languages/b/B.b +10 -0
  88. data/bin/languages/b/BCPL.bcl +6 -0
  89. data/bin/languages/b/BIT.bit +81 -0
  90. data/bin/languages/b/BLC.Blc +1 -0
  91. data/bin/languages/b/BRZRK.brzrk +1 -0
  92. data/bin/languages/b/BennuGD +6 -0
  93. data/bin/languages/b/BitBitJump.bbj +13 -0
  94. data/bin/languages/b/BlackRum.br +1 -0
  95. data/bin/languages/b/Brainloller.png +0 -0
  96. data/bin/languages/b/bash.bash +3 -0
  97. data/bin/languages/b/basic.bas +2 -0
  98. data/bin/languages/b/batch.bat +3 -0
  99. data/bin/languages/b/batsh.batsh +1 -0
  100. data/bin/languages/b/battlestar.bts +3 -0
  101. data/bin/languages/b/beatnik.beatnik +89 -0
  102. data/bin/languages/b/befunge.be +1 -0
  103. data/bin/languages/b/beta.bet +4 -0
  104. data/bin/languages/b/blitz3d.bb +4 -0
  105. data/bin/languages/b/blub.blub +13 -0
  106. data/bin/languages/b/boo.boo +1 -0
  107. data/bin/languages/b/brainf-ck-2d.bf2d +94 -0
  108. data/bin/languages/b/brainf-ck.bf +1 -0
  109. data/bin/languages/b/broccoli.brocc +1 -0
  110. data/bin/languages/b/burlesque.burlesque +1 -0
  111. data/bin/languages/b/byter.byter +16 -0
  112. data/bin/languages/c/Casio BASIC +1 -0
  113. data/bin/languages/c/ContinuesEquation.ce +1 -0
  114. data/bin/languages/c/c++.cpp +9 -0
  115. data/bin/languages/c/c.c +6 -0
  116. data/bin/languages/c/caml.ml +1 -0
  117. data/bin/languages/c/cardinal.cardinal +1 -0
  118. data/bin/languages/c/cat.cat +1 -0
  119. data/bin/languages/c/centura.centura +10 -0
  120. data/bin/languages/c/ceylon.ceylon +3 -0
  121. data/bin/languages/c/cgi.c +16 -0
  122. data/bin/languages/c/chapel.chpl +1 -0
  123. data/bin/languages/c/cheddar.cheddar +1 -0
  124. data/bin/languages/c/chef.ch +65 -0
  125. data/bin/languages/c/chicken.chicken +59 -0
  126. data/bin/languages/c/cil.il +10 -0
  127. data/bin/languages/c/clean.icl +3 -0
  128. data/bin/languages/c/clipper.clipper +1 -0
  129. data/bin/languages/c/clipper.prg +1 -0
  130. data/bin/languages/c/clips.clips +8 -0
  131. data/bin/languages/c/clisp.lisp +1 -0
  132. data/bin/languages/c/clojure.clj +1 -0
  133. data/bin/languages/c/cobol.cbl +6 -0
  134. data/bin/languages/c/coconut.coc +1 -0
  135. data/bin/languages/c/coffeescript.coffee +1 -0
  136. data/bin/languages/c/coldfusion.cfm +2 -0
  137. data/bin/languages/c/common-lisp.lisp +4 -0
  138. data/bin/languages/c/cool.cl +5 -0
  139. data/bin/languages/c/cor.cor +1 -0
  140. data/bin/languages/c/crystal.cr +1 -0
  141. data/bin/languages/c/csh.csh +2 -0
  142. data/bin/languages/c/csharp.cs +5 -0
  143. data/bin/languages/c/css.css +3 -0
  144. data/bin/languages/c/cypherNeo4j.cypher +3 -0
  145. data/bin/languages/c/hello-world.curry +7 -0
  146. data/bin/languages/d/DCL +1 -0
  147. data/bin/languages/d/DNA#.dna +124 -0
  148. data/bin/languages/d/DNA-Sharp.dna +125 -0
  149. data/bin/languages/d/DOGO.dogo +32 -0
  150. data/bin/languages/d/DUP.dup +2 -0
  151. data/bin/languages/d/Dart.dart +3 -0
  152. data/bin/languages/d/Decimal.dec +18 -0
  153. data/bin/languages/d/Drive-In Window.diw +41 -0
  154. data/bin/languages/d/Dyvil.dyv +4 -0
  155. data/bin/languages/d/d.d +7 -0
  156. data/bin/languages/d/dark.txt +12 -0
  157. data/bin/languages/d/db2.sql +1 -0
  158. data/bin/languages/d/dc.dc +2 -0
  159. data/bin/languages/d/dd_dd.dd +1 -0
  160. data/bin/languages/d/delphi.delphi +8 -0
  161. data/bin/languages/d/delphi.pas +6 -0
  162. data/bin/languages/d/dis.dis +11 -0
  163. data/bin/languages/d/divzeros.dz +1 -0
  164. data/bin/languages/d/dogescript.djs +3 -0
  165. data/bin/languages/d/dos.bat +1 -0
  166. data/bin/languages/d/dtrace.d +5 -0
  167. data/bin/languages/d/dylan.dl +5 -0
  168. data/bin/languages/e/EOOOL.eoool +1 -0
  169. data/bin/languages/e/Eiffel.eiff +18 -0
  170. data/bin/languages/e/EmacsLisp.el +3 -0
  171. data/bin/languages/e/ebuild.ebuild +19 -0
  172. data/bin/languages/e/elixir.ex +1 -0
  173. data/bin/languages/e/elixir.exs +2 -0
  174. data/bin/languages/e/emmental.emmental +1 -0
  175. data/bin/languages/e/emojicode.emojic +6 -0
  176. data/bin/languages/e/emoticon.emoticon +1 -0
  177. data/bin/languages/e/erlang_hw.erl +5 -0
  178. data/bin/languages/e/hello-html.elm +4 -0
  179. data/bin/languages/f/factor.factor +3 -0
  180. data/bin/languages/f/falcon.fal +3 -0
  181. data/bin/languages/f/false.f +2 -0
  182. data/bin/languages/f/fancy.fy +1 -0
  183. data/bin/languages/f/fantom.fan +6 -0
  184. data/bin/languages/f/ferite.fe +2 -0
  185. data/bin/languages/f/fish.fish +2 -0
  186. data/bin/languages/f/fjoelnir.fjo +11 -0
  187. data/bin/languages/f/fob.fob +1 -0
  188. data/bin/languages/f/focal.fc +1 -0
  189. data/bin/languages/f/fog.fog.md +1 -0
  190. data/bin/languages/f/foo.foo +1 -0
  191. data/bin/languages/f/forobj.forobj +1 -0
  192. data/bin/languages/f/forth.fth +1 -0
  193. data/bin/languages/f/fortob.fortob +2 -0
  194. data/bin/languages/f/fortran.f90 +3 -0
  195. data/bin/languages/f/fortran77.f77 +3 -0
  196. data/bin/languages/f/fourier.fourier +1 -0
  197. data/bin/languages/f/fsharp.fs +1 -0
  198. data/bin/languages/g/GASOIL.gasoil +2 -0
  199. data/bin/languages/g/Green-Marl.gm +3 -0
  200. data/bin/languages/g/GridScript.gridscript +7 -0
  201. data/bin/languages/g/gammaplex.gammaplex +1 -0
  202. data/bin/languages/g/gecho.gecho +1 -0
  203. data/bin/languages/g/gentzen.gentzen +5 -0
  204. data/bin/languages/g/geojson.geojson +1 -0
  205. data/bin/languages/g/gibberish.gibberish +2 -0
  206. data/bin/languages/g/glass.glass +1 -0
  207. data/bin/languages/g/go.go +7 -0
  208. data/bin/languages/g/golfscript.golfscript +1 -0
  209. data/bin/languages/g/golo.golo +5 -0
  210. data/bin/languages/g/googleappscript.gs +3 -0
  211. data/bin/languages/g/gosu.gosu +1 -0
  212. data/bin/languages/g/gosu.gs +1 -0
  213. data/bin/languages/g/gri.gri +1 -0
  214. data/bin/languages/g/grin.grin +1 -0
  215. data/bin/languages/g/groovy.groovy +1 -0
  216. data/bin/languages/h/HEX.hex +4 -0
  217. data/bin/languages/h/HOP +6 -0
  218. data/bin/languages/h/Higher Subleq.higher_subleq +5 -0
  219. data/bin/languages/h/hack.hh +2 -0
  220. data/bin/languages/h/haskell.hs +3 -0
  221. data/bin/languages/h/haxe.hx +5 -0
  222. data/bin/languages/h/hexish.hexish +1 -0
  223. data/bin/languages/h/hodor.hd +1 -0
  224. data/bin/languages/h/hollow.hollow +1 -0
  225. data/bin/languages/h/homespring.homespring +3 -0
  226. data/bin/languages/h/hq9+.h +1 -0
  227. data/bin/languages/h/html.html +9 -0
  228. data/bin/languages/h/hy.hy +1 -0
  229. data/bin/languages/h/hypertalk.ht +1 -0
  230. data/bin/languages/i/IDL +2 -0
  231. data/bin/languages/i/INCAL.incal +2 -0
  232. data/bin/languages/i/ISLISP.lisp +1 -0
  233. data/bin/languages/i/IcedCoffeeScript.ics +1 -0
  234. data/bin/languages/i/InDec.indec +17 -0
  235. data/bin/languages/i/Io.Io +1 -0
  236. data/bin/languages/i/ibm1401 +2 -0
  237. data/bin/languages/i/ici.ici +1 -0
  238. data/bin/languages/i/icon.icn +3 -0
  239. data/bin/languages/i/idris.idr +4 -0
  240. data/bin/languages/i/il.il +52 -0
  241. data/bin/languages/i/inform.inform +5 -0
  242. data/bin/languages/i/ink.ink +1 -0
  243. data/bin/languages/i/intercal.i +16 -0
  244. data/bin/languages/i/ioke.ik +1 -0
  245. data/bin/languages/i/irc +1 -0
  246. data/bin/languages/i/iscom.iscom +1 -0
  247. data/bin/languages/j/JSF*ck.js +1 -0
  248. data/bin/languages/j/JSONiq +1 -0
  249. data/bin/languages/j/Jasmin.j +10 -0
  250. data/bin/languages/j/Java.java +5 -0
  251. data/bin/languages/j/j.ijs +3 -0
  252. data/bin/languages/j/jade.jade +5 -0
  253. data/bin/languages/j/jai.jai +7 -0
  254. data/bin/languages/j/jason.mas2j +2 -0
  255. data/bin/languages/j/javascript.js +1 -0
  256. data/bin/languages/j/jess.cpl +1 -0
  257. data/bin/languages/j/json.json +1 -0
  258. data/bin/languages/j/jsx.js +8 -0
  259. data/bin/languages/j/julia.jl +1 -0
  260. data/bin/languages/k/KimL.kiml +1 -0
  261. data/bin/languages/k/k.k +1 -0
  262. data/bin/languages/k/karel.kl +4 -0
  263. data/bin/languages/k/kipple.kipple +1 -0
  264. data/bin/languages/k/kitten.ktn +1 -0
  265. data/bin/languages/k/kotlin.kt +5 -0
  266. data/bin/languages/k/ksh.ksh +2 -0
  267. data/bin/languages/l/LNUSP.lnusp +51 -0
  268. data/bin/languages/l/LOLA.lola +23 -0
  269. data/bin/languages/l/LaTeX.tex +4 -0
  270. data/bin/languages/l/LazyK.lazy +10 -0
  271. data/bin/languages/l/labyrinth.labyrinth +2 -0
  272. data/bin/languages/l/leszek.leszek +1 -0
  273. data/bin/languages/l/limbo.b +16 -0
  274. data/bin/languages/l/lisaac.li +15 -0
  275. data/bin/languages/l/lisp.lsp +6 -0
  276. data/bin/languages/l/livescript.ls +1 -0
  277. data/bin/languages/l/llvm.ll +14 -0
  278. data/bin/languages/l/logical.logical +1 -0
  279. data/bin/languages/l/logo.lg +1 -0
  280. data/bin/languages/l/lolcode.lol +4 -0
  281. data/bin/languages/l/lolpython.lol +1 -0
  282. data/bin/languages/l/lsl.lsl +7 -0
  283. data/bin/languages/l/lua.lua +1 -0
  284. data/bin/languages/m/Mmmm().mmmm +60 -0
  285. data/bin/languages/m/m4.m4 +1 -0
  286. data/bin/languages/m/macsyma.mac +2 -0
  287. data/bin/languages/m/magic +3 -0
  288. data/bin/languages/m/malbolge.mbg +2 -0
  289. data/bin/languages/m/markdown.md +1 -0
  290. data/bin/languages/m/mathematica-online.nb +3 -0
  291. data/bin/languages/m/matlab.m +1 -0
  292. data/bin/languages/m/maxscript.ms +7 -0
  293. data/bin/languages/m/mel.mel +4 -0
  294. data/bin/languages/m/meq.meq +1 -0
  295. data/bin/languages/m/mercury.m +8 -0
  296. data/bin/languages/m/mirc.mrc +1 -0
  297. data/bin/languages/m/modula-2.mod +10 -0
  298. data/bin/languages/m/modula-3.m3 +5 -0
  299. data/bin/languages/m/mongo.shell +1 -0
  300. data/bin/languages/m/moonscript.moon +1 -0
  301. data/bin/languages/m/morsecode +1 -0
  302. data/bin/languages/m/mouse.mse +3 -0
  303. data/bin/languages/m/move.mv +1 -0
  304. data/bin/languages/m/mozart.oz +8 -0
  305. data/bin/languages/m/muf.muf +3 -0
  306. data/bin/languages/m/mumps.m +1 -0
  307. data/bin/languages/m/mushcode.mush +1 -0
  308. data/bin/languages/m/myrddin.myr +6 -0
  309. data/bin/languages/m/mysql.sql +1 -0
  310. data/bin/languages/n/neko.neko +1 -0
  311. data/bin/languages/n/nemerle.n +7 -0
  312. data/bin/languages/n/newtonscript.nwt +15 -0
  313. data/bin/languages/n/nice.nice +3 -0
  314. data/bin/languages/n/nim.nim +1 -0
  315. data/bin/languages/n/nit.nit +2 -0
  316. data/bin/languages/n/node.js +1 -0
  317. data/bin/languages/n/nodejs.js +3 -0
  318. data/bin/languages/n/novice.novice +3 -0
  319. data/bin/languages/n/nu.nu +1 -0
  320. data/bin/languages/n/nxc.nxc +4 -0
  321. data/bin/languages/o/ObjectStar +1 -0
  322. data/bin/languages/o/OpenLaszlo.lzx +3 -0
  323. data/bin/languages/o/Orc.orc +10 -0
  324. data/bin/languages/o/oberon-2.obn +6 -0
  325. data/bin/languages/o/oberon.o +8 -0
  326. data/bin/languages/o/obix.osc +1 -0
  327. data/bin/languages/o/obj.st +1 -0
  328. data/bin/languages/o/objc.m +14 -0
  329. data/bin/languages/o/objective-j.j +1 -0
  330. data/bin/languages/o/ocaml.ml +1 -0
  331. data/bin/languages/o/octave.octave +2 -0
  332. data/bin/languages/o/omgrofl.omgrofl +23 -0
  333. data/bin/languages/o/ooc.ooc +4 -0
  334. data/bin/languages/o/ook.ok +19 -0
  335. data/bin/languages/o/opa.opa +1 -0
  336. data/bin/languages/o/oraclesql.sql +1 -0
  337. data/bin/languages/o/oz.oz +1 -0
  338. data/bin/languages/p/hello_world.pl1 +4 -0
  339. data/bin/languages/p/parenthetic.p +13 -0
  340. data/bin/languages/p/pascal.p +5 -0
  341. data/bin/languages/p/pawn.p +5 -0
  342. data/bin/languages/p/pb.pwr +5 -0
  343. data/bin/languages/p/pbwin.bas +8 -0
  344. data/bin/languages/p/pebble.c +51 -0
  345. data/bin/languages/p/perl.cgi +9 -0
  346. data/bin/languages/p/perl.pl +2 -0
  347. data/bin/languages/p/perl6.p6 +6 -0
  348. data/bin/languages/p/perseus.p++ +10 -0
  349. data/bin/languages/p/pharo.st +1 -0
  350. data/bin/languages/p/php.php +3 -0
  351. data/bin/languages/p/picat.pi +2 -0
  352. data/bin/languages/p/piet.png +0 -0
  353. data/bin/languages/p/pig.pig +1 -0
  354. data/bin/languages/p/pike.pike +4 -0
  355. data/bin/languages/p/pit.pit +326 -0
  356. data/bin/languages/p/pizza.pizza +5 -0
  357. data/bin/languages/p/please_porige_hot.pph +1 -0
  358. data/bin/languages/p/plsql.sql +4 -0
  359. data/bin/languages/p/pluvo.pvo +1 -0
  360. data/bin/languages/p/polynomial.pol +1 -0
  361. data/bin/languages/p/pony.pony +3 -0
  362. data/bin/languages/p/postgresql.sql +1 -0
  363. data/bin/languages/p/postscript.ps +2 -0
  364. data/bin/languages/p/postscript_page.ps +11 -0
  365. data/bin/languages/p/posxml.posxml +1 -0
  366. data/bin/languages/p/potigol.poti +1 -0
  367. data/bin/languages/p/powershell.ps1 +1 -0
  368. data/bin/languages/p/processing.pde +5 -0
  369. data/bin/languages/p/prolog.pro +4 -0
  370. data/bin/languages/p/purebasic.pb +3 -0
  371. data/bin/languages/p/purescript.purs +5 -0
  372. data/bin/languages/p/pyret.arr +1 -0
  373. data/bin/languages/p/python.py +2 -0
  374. data/bin/languages/p/python3.py +2 -0
  375. data/bin/languages/q/Qbasic.bas +2 -0
  376. data/bin/languages/q/QuakeC.qc +1 -0
  377. data/bin/languages/q/QuartzComposer.qtz +233 -0
  378. data/bin/languages/q/q.q +1 -0
  379. data/bin/languages/q/qore.q +13 -0
  380. data/bin/languages/q/qu.qu +2 -0
  381. data/bin/languages/q/qugord.qugord +2 -0
  382. data/bin/languages/q/qwerty.qwerty +6 -0
  383. data/bin/languages/r/R.R +1 -0
  384. data/bin/languages/r/racket.rkt +2 -0
  385. data/bin/languages/r/radixal.radixal +2 -0
  386. data/bin/languages/r/ratfor.ratfor +2 -0
  387. data/bin/languages/r/reStructuredText.rst +4 -0
  388. data/bin/languages/r/react.js +3 -0
  389. data/bin/languages/r/reason.re +1 -0
  390. data/bin/languages/r/rebol.r +1 -0
  391. data/bin/languages/r/recurse.recurse +30 -0
  392. data/bin/languages/r/rexx.rexx +2 -0
  393. data/bin/languages/r/richtea.tea +1 -0
  394. data/bin/languages/r/roco.roco +14 -0
  395. data/bin/languages/r/roy.roy +1 -0
  396. data/bin/languages/r/ruby.rb +2 -0
  397. data/bin/languages/r/rust.rs +3 -0
  398. data/bin/languages/s/S-algol +2 -0
  399. data/bin/languages/s/SIL.SIL +1 -0
  400. data/bin/languages/s/SendStuff.ss +13 -0
  401. data/bin/languages/s/hello.st +1 -0
  402. data/bin/languages/s/sacred.sacred +1 -0
  403. data/bin/languages/s/sal.s +5 -0
  404. data/bin/languages/s/sas.sas +5 -0
  405. data/bin/languages/s/sather.sa +7 -0
  406. data/bin/languages/s/scala.scala +3 -0
  407. data/bin/languages/s/scheme.scm +1 -0
  408. data/bin/languages/s/schwift.y +1 -0
  409. data/bin/languages/s/scilab.scilab +3 -0
  410. data/bin/languages/s/scratch.sb +0 -0
  411. data/bin/languages/s/sed.sed +4 -0
  412. data/bin/languages/s/self.self +1 -0
  413. data/bin/languages/s/semicolon +13 -0
  414. data/bin/languages/s/shakespeare.spl +89 -0
  415. data/bin/languages/s/shell.sh +2 -0
  416. data/bin/languages/s/shen.shen +1 -0
  417. data/bin/languages/s/simpl+.usp +5 -0
  418. data/bin/languages/s/simula.sim +4 -0
  419. data/bin/languages/s/slashes.slashes +1 -0
  420. data/bin/languages/s/smali.smali +15 -0
  421. data/bin/languages/s/smalltalk.sm +1 -0
  422. data/bin/languages/s/smil.smil +13 -0
  423. data/bin/languages/s/sml.sml +1 -0
  424. data/bin/languages/s/snowman.sm +1 -0
  425. data/bin/languages/s/soupscript.script +3 -0
  426. data/bin/languages/s/sparql.sparql +3 -0
  427. data/bin/languages/s/spoon.spoon +1 -0
  428. data/bin/languages/s/spss.spss +3 -0
  429. data/bin/languages/s/sql.sql +4 -0
  430. data/bin/languages/s/squirrel.nut +1 -0
  431. data/bin/languages/s/standard-ml.sml +3 -0
  432. data/bin/languages/s/stanza.stanza +2 -0
  433. data/bin/languages/s/streem.strm +1 -0
  434. data/bin/languages/s/stuck.stuck +1 -0
  435. data/bin/languages/s/stuck_0byte.stuck +1 -0
  436. data/bin/languages/s/subleq.sq +8 -0
  437. data/bin/languages/s/supercollider.sc +1 -0
  438. data/bin/languages/s/svg.svg +9 -0
  439. data/bin/languages/s/swift.swift +1 -0
  440. data/bin/languages/s/systemtap.stp +1 -0
  441. data/bin/languages/t/TTCN3.ttcn +7 -0
  442. data/bin/languages/t/Tao-Presentations.ddd +68 -0
  443. data/bin/languages/t/TapeBagel.tb +8 -0
  444. data/bin/languages/t/TeX.tex +2 -0
  445. data/bin/languages/t/TrumpScript.py +2 -0
  446. data/bin/languages/t/Turing.t +1 -0
  447. data/bin/languages/t/images/earth.bmp +0 -0
  448. data/bin/languages/t/images/milkyway.jpg +0 -0
  449. data/bin/languages/t/plain-text.txt +1 -0
  450. data/bin/languages/t/tcl.tcl +1 -0
  451. data/bin/languages/t/tcsh.tcsh +2 -0
  452. data/bin/languages/t/telephone +2 -0
  453. data/bin/languages/t/thp.hrp +6 -0
  454. data/bin/languages/t/thue.th +4 -0
  455. data/bin/languages/t/tibasic.ti +3 -0
  456. data/bin/languages/t/tk.tk +2 -0
  457. data/bin/languages/t/tri.tri +10 -0
  458. data/bin/languages/t/trollscript.troll +2 -0
  459. data/bin/languages/t/tsql.sql +3 -0
  460. data/bin/languages/t/turing.oot +1 -0
  461. data/bin/languages/t/typescript.ts +1 -0
  462. data/bin/languages/u/Ubercode.cls +8 -0
  463. data/bin/languages/u/ubiquity.ubiquity +3 -0
  464. data/bin/languages/u/umajin.u +2 -0
  465. data/bin/languages/u/unicomal.lst +1 -0
  466. data/bin/languages/u/unlambda.unl +1 -0
  467. data/bin/languages/v/V +1 -0
  468. data/bin/languages/v/Vowels.vw +17 -0
  469. data/bin/languages/v/vala.vala +5 -0
  470. data/bin/languages/v/vbnet.vb +5 -0
  471. data/bin/languages/v/verbose.verbose +25 -0
  472. data/bin/languages/v/verbosefuck.vbfk +160 -0
  473. data/bin/languages/v/verilog.v +7 -0
  474. data/bin/languages/v/verve.vrv +1 -0
  475. data/bin/languages/v/vhdl.vhdl +13 -0
  476. data/bin/languages/v/vi +15 -0
  477. data/bin/languages/v/vimscript.vim +1 -0
  478. data/bin/languages/v/virgil.v3 +3 -0
  479. data/bin/languages/v/visualbasic.vb +5 -0
  480. data/bin/languages/v/visualbasicscript.vbs +1 -0
  481. data/bin/languages/v/visualfoxpro.prg +17 -0
  482. data/bin/languages/v/vms.vms +4 -0
  483. data/bin/languages/v/vrml.wrl +6 -0
  484. data/bin/languages/w/wheat.wheat +6 -0
  485. data/bin/languages/w/whenever.whenever +1 -0
  486. data/bin/languages/w/whirl.wr +12 -0
  487. data/bin/languages/w/whitespace.ws +26 -0
  488. data/bin/languages/w/wml.wml +6 -0
  489. data/bin/languages/w/wolframlanguage.wl +1 -0
  490. data/bin/languages/w/wren.wren +1 -0
  491. data/bin/languages/w/wsh.vbs +2 -0
  492. data/bin/languages/x/XRF.xrf +12 -0
  493. data/bin/languages/x/x-D.xd +2 -0
  494. data/bin/languages/x/xbase++.prg +3 -0
  495. data/bin/languages/x/xbase.dbf +3 -0
  496. data/bin/languages/x/xl.xl +2 -0
  497. data/bin/languages/x/xlogo.lgo +53 -0
  498. data/bin/languages/x/xml.xml +2 -0
  499. data/bin/languages/x/xpl0.xpl +2 -0
  500. data/bin/languages/x/xquery.xq +2 -0
  501. data/bin/languages/x/xslt.xslt +6 -0
  502. data/bin/languages/x/xul.xul +4 -0
  503. data/bin/languages/y/Y.y +10 -0
  504. data/bin/languages/y/yaml.yaml +1 -0
  505. data/bin/languages/y/yolang.yo +1 -0
  506. data/bin/languages/z/zbd +1 -0
  507. data/bin/languages/z/zepto.zp +1 -0
  508. data/bin/languages/z/zetaplex.zeta +9 -0
  509. data/bin/languages/z/zim.zim +1 -0
  510. data/bin/languages/z/zimbu.zu +4 -0
  511. data/bin/languages/z/zombie.zombie +6 -0
  512. data/bin/languages/z/zonnon.znn +4 -0
  513. data/bin/languages/z/zsh.zsh +2 -0
  514. data/bin/setup +8 -0
  515. data/language_templates.gemspec +36 -0
  516. data/lib/language_templates/version.rb +3 -0
  517. data/lib/language_templates.rb +529 -0
  518. metadata +604 -0
@@ -0,0 +1,81 @@
1
+
2
+ LINENUMBERZEROCODEPRINTZEROGOTOONELINENUMBERONECODEPRINTONEGOTOONEZEROLINENUMBE
3
+ RONEZEROCODEPRINTZEROGOTOONEONELINENUMBERONEONECODEPRINTZEROGOTOONEZEROZEROLINE
4
+ NUMBERONEZEROZEROCODEPRINTONEGOTOONEZEROONELINENUMBERONEZEROONECODEPRINTZEROGOT
5
+ OONEONEZEROLINENUMBERONEONEZEROCODEPRINTZEROGOTOONEONEONELINENUMBERONEONEONECOD
6
+ EPRINTZEROGOTOONEZEROZEROZEROLINENUMBERONEZEROZEROZEROCODEPRINTZEROGOTOONEZEROZ
7
+ EROONELINENUMBERONEZEROZEROONECODEPRINTONEGOTOONEZEROONEZEROLINENUMBERONEZEROON
8
+ EZEROCODEPRINTONEGOTOONEZEROONEONELINENUMBERONEZEROONEONECODEPRINTZEROGOTOONEON
9
+ EZEROZEROLINENUMBERONEONEZEROZEROCODEPRINTZEROGOTOONEONEZEROONELINENUMBERONEONE
10
+ ZEROONECODEPRINTONEGOTOONEONEONEZEROLINENUMBERONEONEONEZEROCODEPRINTZEROGOTOONE
11
+ ONEONEONELINENUMBERONEONEONEONECODEPRINTONEGOTOONEZEROZEROZEROZEROLINENUMBERONE
12
+ ZEROZEROZEROZEROCODEPRINTZEROGOTOONEZEROZEROZEROONELINENUMBERONEZEROZEROZEROONE
13
+ CODEPRINTONEGOTOONEZEROZEROONEZEROLINENUMBERONEZEROZEROONEZEROCODEPRINTONEGOTOO
14
+ NEZEROZEROONEONELINENUMBERONEZEROZEROONEONECODEPRINTZEROGOTOONEZEROONEZEROZEROL
15
+ INENUMBERONEZEROONEZEROZEROCODEPRINTONEGOTOONEZEROONEZEROONELINENUMBERONEZEROON
16
+ EZEROONECODEPRINTONEGOTOONEZEROONEONEZEROLINENUMBERONEZEROONEONEZEROCODEPRINTZE
17
+ ROGOTOONEZEROONEONEONELINENUMBERONEZEROONEONEONECODEPRINTZEROGOTOONEONEZEROZERO
18
+ ZEROLINENUMBERONEONEZEROZEROZEROCODEPRINTZEROGOTOONEONEZEROZEROONELINENUMBERONE
19
+ ONEZEROZEROONECODEPRINTONEGOTOONEONEZEROONEZEROLINENUMBERONEONEZEROONEZEROCODEP
20
+ RINTONEGOTOONEONEZEROONEONELINENUMBERONEONEZEROONEONECODEPRINTZEROGOTOONEONEONE
21
+ ZEROZEROLINENUMBERONEONEONEZEROZEROCODEPRINTONEGOTOONEONEONEZEROONELINENUMBERON
22
+ EONEONEZEROONECODEPRINTONEGOTOONEONEONEONEZEROLINENUMBERONEONEONEONEZEROCODEPRI
23
+ NTZEROGOTOONEONEONEONEONELINENUMBERONEONEONEONEONECODEPRINTZEROGOTOONEZEROZEROZ
24
+ EROZEROZEROLINENUMBERONEZEROZEROZEROZEROZEROCODEPRINTZEROGOTOONEZEROZEROZEROZER
25
+ OONELINENUMBERONEZEROZEROZEROZEROONECODEPRINTONEGOTOONEZEROZEROZEROONEZEROLINEN
26
+ UMBERONEZEROZEROZEROONEZEROCODEPRINTONEGOTOONEZEROZEROZEROONEONELINENUMBERONEZE
27
+ ROZEROZEROONEONECODEPRINTZEROGOTOONEZEROZEROONEZEROZEROLINENUMBERONEZEROZEROONE
28
+ ZEROZEROCODEPRINTONEGOTOONEZEROZEROONEZEROONELINENUMBERONEZEROZEROONEZEROONECOD
29
+ EPRINTONEGOTOONEZEROZEROONEONEZEROLINENUMBERONEZEROZEROONEONEZEROCODEPRINTONEGO
30
+ TOONEZEROZEROONEONEONELINENUMBERONEZEROZEROONEONEONECODEPRINTONEGOTOONEZEROONEZ
31
+ EROZEROZEROLINENUMBERONEZEROONEZEROZEROZEROCODEPRINTZEROGOTOONEZEROONEZEROZEROO
32
+ NELINENUMBERONEZEROONEZEROZEROONECODEPRINTZEROGOTOONEZEROONEZEROONEZEROLINENUMB
33
+ ERONEZEROONEZEROONEZEROCODEPRINTONEGOTOONEZEROONEZEROONEONELINENUMBERONEZEROONE
34
+ ZEROONEONECODEPRINTZEROGOTOONEZEROONEONEZEROZEROLINENUMBERONEZEROONEONEZEROZERO
35
+ CODEPRINTZEROGOTOONEZEROONEONEZEROONELINENUMBERONEZEROONEONEZEROONECODEPRINTZER
36
+ OGOTOONEZEROONEONEONEZEROLINENUMBERONEZEROONEONEONEZEROCODEPRINTZEROGOTOONEZERO
37
+ ONEONEONEONELINENUMBERONEZEROONEONEONEONECODEPRINTZEROGOTOONEONEZEROZEROZEROZER
38
+ OLINENUMBERONEONEZEROZEROZEROZEROCODEPRINTZEROGOTOONEONEZEROZEROZEROONELINENUMB
39
+ ERONEONEZEROZEROZEROONECODEPRINTONEGOTOONEONEZEROZEROONEZEROLINENUMBERONEONEZER
40
+ OZEROONEZEROCODEPRINTONEGOTOONEONEZEROZEROONEONELINENUMBERONEONEZEROZEROONEONEC
41
+ ODEPRINTONEGOTOONEONEZEROONEZEROZEROLINENUMBERONEONEZEROONEZEROZEROCODEPRINTZER
42
+ OGOTOONEONEZEROONEZEROONELINENUMBERONEONEZEROONEZEROONECODEPRINTONEGOTOONEONEZE
43
+ ROONEONEZEROLINENUMBERONEONEZEROONEONEZEROCODEPRINTONEGOTOONEONEZEROONEONEONELI
44
+ NENUMBERONEONEZEROONEONEONECODEPRINTONEGOTOONEONEONEZEROZEROZEROLINENUMBERONEON
45
+ EONEZEROZEROZEROCODEPRINTZEROGOTOONEONEONEZEROZEROONELINENUMBERONEONEONEZEROZER
46
+ OONECODEPRINTONEGOTOONEONEONEZEROONEZEROLINENUMBERONEONEONEZEROONEZEROCODEPRINT
47
+ ONEGOTOONEONEONEZEROONEONELINENUMBERONEONEONEZEROONEONECODEPRINTZEROGOTOONEONEO
48
+ NEONEZEROZEROLINENUMBERONEONEONEONEZEROZEROCODEPRINTONEGOTOONEONEONEONEZEROONEL
49
+ INENUMBERONEONEONEONEZEROONECODEPRINTONEGOTOONEONEONEONEONEZEROLINENUMBERONEONE
50
+ ONEONEONEZEROCODEPRINTONEGOTOONEONEONEONEONEONELINENUMBERONEONEONEONEONEONECODE
51
+ PRINTONEGOTOONEZEROZEROZEROZEROZEROZEROLINENUMBERONEZEROZEROZEROZEROZEROZEROCOD
52
+ EPRINTZEROGOTOONEZEROZEROZEROZEROZEROONELINENUMBERONEZEROZEROZEROZEROZEROONECOD
53
+ EPRINTONEGOTOONEZEROZEROZEROZEROONEZEROLINENUMBERONEZEROZEROZEROZEROONEZEROCODE
54
+ PRINTONEGOTOONEZEROZEROZEROZEROONEONELINENUMBERONEZEROZEROZEROZEROONEONECODEPRI
55
+ NTONEGOTOONEZEROZEROZEROONEZEROZEROLINENUMBERONEZEROZEROZEROONEZEROZEROCODEPRIN
56
+ TZEROGOTOONEZEROZEROZEROONEZEROONELINENUMBERONEZEROZEROZEROONEZEROONECODEPRINTZ
57
+ EROGOTOONEZEROZEROZEROONEONEZEROLINENUMBERONEZEROZEROZEROONEONEZEROCODEPRINTONE
58
+ GOTOONEZEROZEROZEROONEONEONELINENUMBERONEZEROZEROZEROONEONEONECODEPRINTZEROGOTO
59
+ ONEZEROZEROONEZEROZEROZEROLINENUMBERONEZEROZEROONEZEROZEROZEROCODEPRINTZEROGOTO
60
+ ONEZEROZEROONEZEROZEROONELINENUMBERONEZEROZEROONEZEROZEROONECODEPRINTONEGOTOONE
61
+ ZEROZEROONEZEROONEZEROLINENUMBERONEZEROZEROONEZEROONEZEROCODEPRINTONEGOTOONEZER
62
+ OZEROONEZEROONEONELINENUMBERONEZEROZEROONEZEROONEONECODEPRINTZEROGOTOONEZEROZER
63
+ OONEONEZEROZEROLINENUMBERONEZEROZEROONEONEZEROZEROCODEPRINTONEGOTOONEZEROZEROON
64
+ EONEZEROONELINENUMBERONEZEROZEROONEONEZEROONECODEPRINTONEGOTOONEZEROZEROONEONEO
65
+ NEZEROLINENUMBERONEZEROZEROONEONEONEZEROCODEPRINTZEROGOTOONEZEROZEROONEONEONEON
66
+ ELINENUMBERONEZEROZEROONEONEONEONECODEPRINTZEROGOTOONEZEROONEZEROZEROZEROZEROLI
67
+ NENUMBERONEZEROONEZEROZEROZEROZEROCODEPRINTZEROGOTOONEZEROONEZEROZEROZEROONELIN
68
+ ENUMBERONEZEROONEZEROZEROZEROONECODEPRINTONEGOTOONEZEROONEZEROZEROONEZEROLINENU
69
+ MBERONEZEROONEZEROZEROONEZEROCODEPRINTONEGOTOONEZEROONEZEROZEROONEONELINENUMBER
70
+ ONEZEROONEZEROZEROONEONECODEPRINTZEROGOTOONEZEROONEZEROONEZEROZEROLINENUMBERONE
71
+ ZEROONEZEROONEZEROZEROCODEPRINTZEROGOTOONEZEROONEZEROONEZEROONELINENUMBERONEZER
72
+ OONEZEROONEZEROONECODEPRINTONEGOTOONEZEROONEZEROONEONEZEROLINENUMBERONEZEROONEZ
73
+ EROONEONEZEROCODEPRINTZEROGOTOONEZEROONEZEROONEONEONELINENUMBERONEZEROONEZEROON
74
+ EONEONECODEPRINTZEROGOTOONEZEROONEONEZEROZEROZEROLINENUMBERONEZEROONEONEZEROZER
75
+ OZEROCODEPRINTZEROGOTOONEZEROONEONEZEROZEROONELINENUMBERONEZEROONEONEZEROZEROON
76
+ ECODEPRINTZEROGOTOONEZEROONEONEZEROONEZEROLINENUMBERONEZEROONEONEZEROONEZEROCOD
77
+ EPRINTONEGOTOONEZEROONEONEZEROONEONELINENUMBERONEZEROONEONEZEROONEONECODEPRINTZ
78
+ EROGOTOONEZEROONEONEONEZEROZEROLINENUMBERONEZEROONEONEONEZEROZEROCODEPRINTZEROG
79
+ OTOONEZEROONEONEONEZEROONELINENUMBERONEZEROONEONEONEZEROONECODEPRINTZEROGOTOONE
80
+ ZEROONEONEONEONEZEROLINENUMBERONEZEROONEONEONEONEZEROCODEPRINTZEROGOTOONEZEROON
81
+ EONEONEONEONELINENUMBERONEZEROONEONEONEONEONECODEPRINTONE
@@ -0,0 +1 @@
1
+ Hello, world
@@ -0,0 +1 @@
1
+ $"Hello, World!"
@@ -0,0 +1,6 @@
1
+ import "mod_say"
2
+
3
+ Process Main()
4
+ Begin
5
+ say("Hello World!");
6
+ End
@@ -0,0 +1,13 @@
1
+ Z0:0 Z1:0
2
+ start: .deref p X
3
+ .testH X print -1
4
+ print: .out X
5
+ .add p (w+1) p
6
+ 0 0 start
7
+ p:H X:0
8
+ H:72 101 108
9
+ 108 111 44
10
+ 32 87 111
11
+ 114 108 100
12
+ 33 10 -1
13
+ .include lib
@@ -0,0 +1 @@
1
+ slur "Hello World"
Binary file
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ echo "Hello World!"
@@ -0,0 +1,2 @@
1
+ 10 REM Hello World in BASIC
2
+ 20 PRINT "Hello World"
@@ -0,0 +1,3 @@
1
+ @echo off
2
+ echo Hello, World!
3
+ pause
@@ -0,0 +1 @@
1
+ println("Hello world");
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/bts
2
+ const hello = "Hello, world!\n"
3
+ print(hello)
@@ -0,0 +1,89 @@
1
+ Soars, larkspurs, rains.
2
+ Indistinctness.
3
+ Mario snarl (nurses, natures, rules...) sensuously retries goal.
4
+ Agribusinesses' costs par lain ropes (mopes) autos' cores.
5
+ Tuner ambitiousness.
6
+ Flit.
7
+ Dour entombment.
8
+ Legals' saner kinking lapse.
9
+ Nests glint.
10
+ Dread, tied futures, dourer usual tumor grunts alter atonal
11
+ garb tries shouldered coins.
12
+ Taste a vast lustiness.
13
+ Stile stuns gad subgroup gram lanes.
14
+ Draftee insurer road: cuckold blunt, strut sunnier.
15
+ Rely enure pantheism: arty gain groups (genies, pan) titters, tattles, nears.
16
+ Bluffer tapes? Idle diatom stooge!
17
+ Feted antes anklets ague? Remit goiter gout!
18
+ Doubtless teared toed alohas will dull gangs' aerials' tails' sluices;
19
+ Gusset ends! Gawkier halo!
20
+
21
+ Enter abstruse rested loser beer guy louts.
22
+ Curtain roams lasso weir lupus stunt.
23
+ Truant bears animate talon. Entire torte originally timer.
24
+ Redo stilt gobs.
25
+
26
+ Utter centaurs;
27
+ Urgent stars;
28
+ Usurers (dilute);
29
+ Noses;
30
+ Bones;
31
+ Brig sonar graders;
32
+ Utensil silts;
33
+ Lazies.
34
+ Fret arson veterinary rows.
35
+
36
+ Atlas grunted: "Pates, slues, sulfuric manor liaising tines,
37
+ trailers, rep... unfair! Instant snots!"
38
+
39
+ Sled rested until eatery fail.
40
+ Ergs fortitude
41
+ Indent spotter
42
+ Euros enter egg.
43
+ Curious tenures.
44
+ Torus cutlasses.
45
+ Sarong torso earns cruel lags it reeled.
46
+
47
+ Engineer: "Erase handbag -- unite ratification!"
48
+
49
+ oaring oaten donkeys unsold, surer rapid saltest tags
50
+ BUTTERED TIBIA LUGS REWIRING TOILETS
51
+ anion festers raring edit epilogues.
52
+ DIRGE ROTOR.
53
+ linnet oaring.
54
+ GORE BOOTIES.
55
+ Ironed goon lists tallest sublets --
56
+ Riots,
57
+ Raucous onset.
58
+
59
+ Ignobly, runners' diet anguishes sunrise loner.
60
+ Erode mob, slier switcher!
61
+ Loaners stilt drudge pearl atoll, risking hats' ends.
62
+
63
+ Rebind sitters.
64
+
65
+ Toga epistles -- crud lard. (Pager purse dons souls.)
66
+
67
+ glob title a curio hired rites shed suds lade grease strut arctic revs toad
68
+ unless idlers rind stilt region land GERMICIDES SULTANA GUTS gill siting leans
69
+ nice spurs
70
+ tests gloves
71
+ roused asp
72
+
73
+ Holes! Moles! (Sores!)
74
+ Hygienists! Scars! (Asses!)
75
+ Smells spell rares.
76
+
77
+ Cubs instant sing in parse goodies.
78
+ Rosin. Unhelpful sisal acres. Slope told.
79
+ MALENESS PASTA LAB. "Infirmary vine," rang illiterates (beans).
80
+ Rosin sours, insults truss abalones, nailed rules, helical atlases.
81
+ Dear remodeling stings mar rents.
82
+ Sunless shiner orb (silly idol.)
83
+ Clarity disses senna.
84
+ Vagabonds sauted; sloes performed gelds.
85
+ Alter post radial lip sectioning gums.
86
+ Saint Towellings.
87
+ Larger aeons telephone stolid char, pal!
88
+ Boats Dean forsook, rosters, tunas, terrariums -- united, traced.
89
+ Nude pagoda careens.
@@ -0,0 +1 @@
1
+ >"dlroW olleH",,,,,,,,,,,@
@@ -0,0 +1,4 @@
1
+ ORIGIN '~beta/basiclib/betaenv'
2
+ -- program: Descriptor --
3
+ (* Hello World in BETA *)
4
+ (# do 'Hello World' -> putLine #)
@@ -0,0 +1,4 @@
1
+ ;Blitz3D Hello World demo by MANIAK_dobrii
2
+ Print "Hello world"
3
+ WaitKey
4
+ End
@@ -0,0 +1,13 @@
1
+ blub. blub? blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub! blub?
2
+ blub? blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub? blub! blub!
3
+ blub? blub! blub? blub. blub! blub. blub. blub? blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub.
4
+ blub! blub? blub? blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub? blub! blub! blub? blub! blub? blub. blub. blub.
5
+ blub! blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub! blub. blub! blub. blub. blub.
6
+ blub. blub. blub. blub. blub! blub. blub. blub? blub. blub? blub. blub? blub. blub. blub. blub. blub. blub. blub. blub. blub. blub.
7
+ blub. blub. blub. blub. blub. blub. blub! blub? blub? blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub? blub! blub!
8
+ blub? blub! blub? blub. blub! blub. blub. blub? blub. blub? blub. blub? blub. blub. blub. blub. blub. blub. blub. blub. blub. blub.
9
+ blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub! blub? blub? blub. blub. blub. blub. blub. blub. blub. blub. blub.
10
+ blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub. blub? blub! blub! blub? blub! blub? blub. blub! blub! blub! blub!
11
+ blub! blub! blub! blub. blub? blub. blub? blub. blub? blub. blub? blub. blub! blub. blub. blub. blub. blub. blub. blub. blub! blub.
12
+ blub! blub! blub! blub! blub! blub! blub! blub! blub! blub! blub! blub! blub! blub. blub! blub! blub! blub! blub! blub! blub! blub!
13
+ blub! blub! blub! blub! blub! blub! blub! blub! blub! blub. blub. blub? blub. blub? blub. blub. blub! blub.
@@ -0,0 +1 @@
1
+ print "Hello World"
@@ -0,0 +1,94 @@
1
+ *
2
+ * *0**************
3
+ * * *
4
+ * * *
5
+ *9******************* * * *7***************
6
+ * * ** *
7
+ * * * * *
8
+ * * * * *
9
+ * * * * *
10
+ * **********0* * *
11
+ * ********** *
12
+ * * *
13
+ * * *
14
+ *44**************************** * *
15
+ * * *
16
+ * * *
17
+ ***********0* * 0 *
18
+ * * *3*** * *
19
+ * * * 0 *
20
+ * * 2 * *
21
+ * * *7*********** * *
22
+ * * * * *
23
+ 0 * * * *4***********
24
+ * * * * *
25
+ * * * * *0**** *
26
+ * 0 * * * * *
27
+ * ********************************************************************************
28
+ * * * * *
29
+ ********************** * * *
30
+ * *0*** *
31
+ ** *
32
+ * * *
33
+ * * *
34
+ * *********************
35
+ * * *
36
+ * * *
37
+ * * *8****************
38
+ * *26**** *
39
+ * * *
40
+ * * *0****** *
41
+ * * * * * *
42
+ * ** * * * * *
43
+ * * * * * ** * *4*******
44
+ * * * * * * * * *
45
+ * * * * * * * * *
46
+ * * * * *****0* *****************************
47
+ * * * * *
48
+ * * * * *
49
+ ******0* * * *
50
+ * * *92***********
51
+ * *3****** *
52
+ * * *
53
+ * * * *
54
+ * ** * *
55
+ * * * * *0***** *
56
+ * * * * * 0 *
57
+ * * ********* * * *5****
58
+ * * * * *
59
+ * 0 *3******** * *
60
+ * * * * *
61
+ **************************************************************
62
+ * * *
63
+ * * *****8* *
64
+ * * 0 * * *
65
+ ** * * * **
66
+ * * ***6* * * *
67
+ * * * * *
68
+ ** *0********* * *
69
+ * * * *
70
+ * * * *
71
+ * * * *
72
+ * * * *
73
+ ************************************** *
74
+ * 0
75
+ * *91*************
76
+ *2222***************************** *
77
+ * *
78
+ * *
79
+ *0************************************** *
80
+ * * * * **
81
+ * * * * * *
82
+ * * * * * *
83
+ * * * * * *
84
+ * * * ***** *
85
+ * *31******* * *
86
+ * * * *
87
+ * * ***************
88
+ * *
89
+ ***********************
90
+
91
+ /* the new BrainFuckTwoD Code
92
+ "Hello World!"
93
+ (c) DuNe & oCaS */
94
+
@@ -0,0 +1 @@
1
+ ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
@@ -0,0 +1 @@
1
+ (out "Hello World" crlf)
@@ -0,0 +1 @@
1
+ "Hello, World!"Q
@@ -0,0 +1,16 @@
1
+ >>>>>>>>>V00V00V
2
+ 0#00A00V<V00V0VV
3
+ -+>>A00VV<<0$0V>
4
+ V0AA<00V>V<<<<V0
5
+ >>V0V<<<-<000V<0
6
+ 0AV0VV<<<0000V<0
7
+ 0A>V+}>>>>>>}<V-
8
+ 0A{>>>>-000000>V
9
+ 00A0000>>>>>>>>A
10
+ V0A<<<<<<<<<<<<>
11
+ V000000000000000
12
+ V000000000000000
13
+ V000000000000000
14
+ V000000000000000
15
+ V000000000000000
16
+ >>>>>>>>>>>>V000
@@ -0,0 +1 @@
1
+ "HELLO, WORLD!"
@@ -0,0 +1 @@
1
+ 0 0 o'H'e'l'l'o',' 'w'o'r'l'd'!
@@ -0,0 +1,9 @@
1
+ #include <iostream>
2
+
3
+ using namespace std;
4
+
5
+ int main()
6
+ {
7
+ cout << "Hello World" << endl;
8
+ return 0;
9
+ }
@@ -0,0 +1,6 @@
1
+ #include <stdio.h>
2
+
3
+ int main() {
4
+ printf("Hello World\n");
5
+ return 0;
6
+ }
@@ -0,0 +1 @@
1
+ print_endline "Hello world!";;
@@ -0,0 +1 @@
1
+ %"Hello, world!";x
@@ -0,0 +1 @@
1
+ Hello World
@@ -0,0 +1,10 @@
1
+ ! Hello World in Centura
2
+
3
+ Function: HelloWorld
4
+ Description:
5
+ Returns
6
+ Parameters
7
+ Static Variables
8
+ Local variables
9
+ Actions
10
+ Call SalMessageBox( 'Hello World','Message',MB_Ok)
@@ -0,0 +1,3 @@
1
+ shared void hello() {
2
+ print("Hello, World!");
3
+ }
@@ -0,0 +1,16 @@
1
+ #include <stdio.h>
2
+
3
+ main ()
4
+ {
5
+ printf ("Content-type: text/html\n");
6
+ printf ("\n");
7
+ printf ("<html>\n");
8
+ printf ("<head>\n");
9
+ printf ("<title>Hello, world</title>\n");
10
+ printf ("</head>\n");
11
+ printf ("\n");
12
+ printf ("<body>\n");
13
+ printf ("<h1>Hello, world</h1>\n");
14
+ printf ("</body>\n");
15
+ printf ("</html>\n");
16
+ }
@@ -0,0 +1 @@
1
+ writeln("Hello World");
@@ -0,0 +1 @@
1
+ print "Hello, world!"
@@ -0,0 +1,65 @@
1
+ Hello World Cake with Chocolate sauce.
2
+
3
+ This prints hello world, while being tastier than Hello World Souffle. The main
4
+ chef makes a " world!" cake, which he puts in the baking dish. When he gets the
5
+ sous chef to make the "Hello" chocolate sauce, it gets put into the baking dish
6
+ and then the whole thing is printed when he refrigerates the sauce. When
7
+ actually cooking, I'm interpreting the chocolate sauce baking dish to be
8
+ separate from the cake one and Liquefy to mean either melt or blend depending on
9
+ context.
10
+
11
+ Ingredients.
12
+ 33 g chocolate chips
13
+ 100 g butter
14
+ 54 ml double cream
15
+ 2 pinches baking powder
16
+ 114 g sugar
17
+ 111 ml beaten eggs
18
+ 119 g flour
19
+ 32 g cocoa powder
20
+ 0 g cake mixture
21
+
22
+ Cooking time: 25 minutes.
23
+
24
+ Pre-heat oven to 180 degrees Celsius.
25
+
26
+ Method.
27
+ Put chocolate chips into the mixing bowl.
28
+ Put butter into the mixing bowl.
29
+ Put sugar into the mixing bowl.
30
+ Put beaten eggs into the mixing bowl.
31
+ Put flour into the mixing bowl.
32
+ Put baking powder into the mixing bowl.
33
+ Put cocoa powder into the mixing bowl.
34
+ Stir the mixing bowl for 1 minute.
35
+ Combine double cream into the mixing bowl.
36
+ Stir the mixing bowl for 4 minutes.
37
+ Liquefy the contents of the mixing bowl.
38
+ Pour contents of the mixing bowl into the baking dish.
39
+ bake the cake mixture.
40
+ Wait until baked.
41
+ Serve with chocolate sauce.
42
+
43
+ chocolate sauce.
44
+
45
+ Ingredients.
46
+ 111 g sugar
47
+ 108 ml hot water
48
+ 108 ml heated double cream
49
+ 101 g dark chocolate
50
+ 72 g milk chocolate
51
+
52
+ Method.
53
+ Clean the mixing bowl.
54
+ Put sugar into the mixing bowl.
55
+ Put hot water into the mixing bowl.
56
+ Put heated double cream into the mixing bowl.
57
+ dissolve the sugar.
58
+ agitate the sugar until dissolved.
59
+ Liquefy the dark chocolate.
60
+ Put dark chocolate into the mixing bowl.
61
+ Liquefy the milk chocolate.
62
+ Put milk chocolate into the mixing bowl.
63
+ Liquefy contents of the mixing bowl.
64
+ Pour contents of the mixing bowl into the baking dish.
65
+ Refrigerate for 1 hour.
@@ -0,0 +1,59 @@
1
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
2
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
3
+ chicken chicken chicken chicken
4
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken
5
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
6
+ chicken chicken chicken chicken chicken chicken chicken
7
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
8
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
9
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
10
+ chicken chicken chicken chicken
11
+ chicken chicken chicken
12
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
13
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
14
+ chicken chicken chicken
15
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
16
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
17
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
18
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
19
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
20
+ chicken chicken chicken chicken chicken chicken
21
+
22
+ chicken chicken chicken
23
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
24
+ chicken chicken chicken chicken
25
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
26
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
27
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
28
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
29
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
30
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
31
+ chicken chicken chicken chicken chicken chicken
32
+
33
+ chicken chicken chicken chicken
34
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
35
+ chicken chicken
36
+ chicken chicken
37
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken
38
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
39
+ chicken chicken chicken chicken chicken chicken
40
+
41
+ chicken chicken
42
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
43
+ chicken chicken chicken chicken chicken chicken chicken
44
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
45
+ chicken chicken chicken chicken chicken chicken
46
+
47
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
48
+ chicken chicken chicken
49
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
50
+ chicken chicken chicken chicken chicken chicken chicken
51
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
52
+ chicken chicken chicken chicken chicken chicken
53
+
54
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
55
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
56
+ chicken chicken chicken
57
+ chicken chicken chicken chicken chicken chicken chicken chicken
58
+ chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
59
+ chicken chicken chicken chicken chicken chicken
@@ -0,0 +1,10 @@
1
+ // ilasm cil.il
2
+ .assembly HelloWorld {}
3
+ .method public static void Main() cil managed
4
+ {
5
+ .entrypoint
6
+ .maxstack 1
7
+ ldstr "Hello World"
8
+ call void [mscorlib]System.Console::WriteLine(string)
9
+ ret
10
+ }
@@ -0,0 +1,3 @@
1
+ module hello
2
+ Start :: {#Char}
3
+ Start = "Hello, world!"
@@ -0,0 +1 @@
1
+ ? "Hello World"
@@ -0,0 +1 @@
1
+ ? 'Hello World'
@@ -0,0 +1,8 @@
1
+ (defrule hw
2
+ (f ?x)
3
+ =>
4
+ (printout t ?x crlf))
5
+
6
+ (assert (f "Hello World"))
7
+
8
+ (run)
@@ -0,0 +1 @@
1
+ (write-line "Hello World")
@@ -0,0 +1 @@
1
+ (println "Hello, World")
@@ -0,0 +1,6 @@
1
+ identification division.
2
+ program-id. cobol.
3
+ procedure division.
4
+ main.
5
+ display 'Hello, world.' end-display.
6
+ stop run.
@@ -0,0 +1 @@
1
+ "Hello, world!" |> print
@@ -0,0 +1 @@
1
+ alert "Hello, World!"