Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4 5 6 7
local read, write = io.read, io.write local num, nl = '*n', '\n' local i, j, sum sum = 0 for i = 5, 11, 0.5 do print(i) end
-
1 2 3 4 5 6 7
local read, write = io.read, io.write local num, nl = '*n', '\n' local i, j, sum sum = 0 for i = 1, 10000, 1 do print i end
-
1 2 3 4 5 6 7
local read, write = io.read, io.write local num, nl = '*n', '\n' local i,j,sum sum=0 for i = 1, 10000, 1 do print i end
-
1 2 3 4 5 6 7
local read, write = io.read, io.write local num, nl = '*n', '\n' local i,j,sum sum=0 for i=1,10000,1 do print i end
-
1 2 3 4 5 6 7 8 9
--left lift --back push lift = false push = false if lift = true then rs.setOutput("left", true)
...
-
1 2 3 4 5 6 7 8 9
--left lift --back push lift = false push = false if lift = true then
...
-
1 2 3 4 5 6 7 8 9
--left lift --back push lift = ("false") push = ("false") if lift = ("true") then
...
-
1 2 3 4 5 6 7 8 9
--left lift --back push lift = ("false") push = ("false") if lift = ("true") then
...
-
1 2 3 4 5 6 7 8 9
--left lift --back push lift = ("false") push = "(false") if lift = ("true") then
...
-
1 2 3 4 5 6 7 8 9
--left lift --back push lift = false push = false ( if lift = true
...
-
1 2 3 4 5 6 7 8 9
--left lift --back push lift = false push = false if lift = true
...
-
1 2 3 4 5 6 7 8 9
--left lift --back push lift = false push = false if lift = true
...
-
1 2
local t=io.read() print(t)
-
1
print("hi")
-
1
a = {} –a[1] = "AAA" –a[2] = "BBB" –a[3] = "CCC"for i,v in ipairs(a) do print("i="..i.." v="..v) end
-
1
System.out.println("Hello");
-
1 2 3 4 5 6 7 8 9
function add(n, acc) acc = acc or 0 if n == 0 then return acc end return add(n-1, 1+acc) end print(add(1000000))
-
1 2
x = 45 print x
-
1 2 3 4
local x = y while true do y = 2 end
-
1 2 3
local x = y while true do y = 2
-
1 2 3 4 5 6 7 8 9
a="malayalam\0" i=0 digits=0 while(a[i]!='\0'): i=i+1 digits=i j=digits-1 flag=1 while(i<j):
...
-
1
print "Kode Multus"
-
1
print "Kode Multus"
-
1 2 3 4 5 6 7 8 9
local read = io.read local num, nl = '*n', '\n' local t = read(num) local arr = {} print(t) while (t > 0) do local a = 1234 local b = a
...
-
1 2 3 4 5 6 7 8 9
local read = io.read local num, nl = '*n', '\n' local t = read(num) local arr = {} print(t) while (t > 0) do local a = 1234 local b = a
...
-
1 2 3 4 5 6 7 8 9
local n n=io.read() local j=0 while j<tonumber(n) do local num num=io.read() print(string.byte (num,j)) end
-
1 2 3 4 5 6 7 8 9
local read, write = io.read, io.write local num, nl = '*n', '\n' local t t = read(num) while t > 0 do t = t-1 local str
...
-
1 2
read(i) print("Hello World")
-
1 2 3
io.open("stdin") io.read(a) print(a)
-
1 2 3
io.open(stdin) io.read(a) print(a)


