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 8 9
|i j n a| i:=j:=1. n:=10. a:=1. [i<=n] whileTrue:[ [j<=i] whileTrue:[ Transcript tab; show: a printString. a:=a+1. j:=j+1
...
-
1 2 3 4 5 6 7 8 9
|i j n a| i:=j:=1. n:=10. a:=1. [i<=n] whileTrue:[ [j<=i] whileTrue:[ Transcript tab; show: a printString. j:=j+1 ].
...
-
1 2 3 4 5 6 7 8 9
|i j n a| i:=j:=1. n:=10. a:=1. [i<=n] whileTrue:[ [j<=i] whileTrue:[ Transcript tab; show: a printString. j:=j+1 ].
...
-
1 2 3 4 5 6 7 8 9
|i j n| i:=j:=1. n:=10. [i<=n] whileTrue:[ [j<=i] whileTrue:[ Transcript tab; show: i printString. j:=j+1 ]. Transcript cr.
...
-
1 2 3 4 5 6 7 8 9
|i j n| i:=j:=1. n:=10. [i<=n] whileTrue:[ [j<=i] whileTrue:[ Transcript tab; show: i printString. j:=j+1 ]. Transcript cr.
...
-
1 2 3 4 5 6 7 8 9
|i j n| i:=j:=0. n:=10. [i<=n] whileTrue:[ [j<=i] whileTrue:[ Transcript tab; show: j printString. j:=j+1 ]. Transcript cr.
...
-
1 2 3
|a| a:=0. Transcript show: a printString
-
1 2 3 4 5 6 7 8 9
|a c b res| a:='hai'. res:=''. c:=a size. [c~=0] whileTrue:[ b:=(a at: c) asString. res:=res,b. c:=c-1. ].
...
-
1 2 3 4 5 6 7 8 9
|a c b res| a:='madam'. res:=''. c:=a size. [c~=0] whileTrue:[ b:=(a at: c) asString. res:=res,b. c:=c-1. ].
...
-
1 2 3 4 5 6 7 8 9
|a c b res| a:='hai'. res:=''. c:=a size. [c~=0] whileTrue:[ b:=(a at: c) asString. res:=res,b. c:=c-1. ].
...
-
1 2 3 4 5 6 7
|a c b res| a:='hai'. res:='a'. c:=a size. b:=(a at: c) asString. res:=res,b. Transcript show: res
-
1 2 3 4 5 6 7
|a c b res| a:='hai'. res:='a'. c:=a size. b:=(a at: c) asString. res:=res,b. Transcript show: b
-
1 2 3 4 5 6 7
|a c b res| a:='hai'. res:='a'. c:=a size. b:=a at: c asString. res:=res,b. Transcript show: b
-
1 2 3 4 5 6 7
|a c b res| a:='hai'. res:='a'. c:=a size. b:=a at: c. res:=res,b. Transcript show: b printString
-
1 2 3 4 5 6 7
|a c b res| a:='hai'. res:='a'. c:=a size. b:=a at: c. res:=res,b. Transcript show: b
-
1 2 3 4 5 6 7
|a c b res| a:='hai'. res:='a'. c:=a size. b:=a at: c. res:=res,b. Transcript show: c printString
-
1 2 3 4 5 6 7
|a c b res| a:='hai'. res:='a'. c:=a size. b:=a at: c. res:=res,b. Transcript show: res
-
1 2 3 4 5 6
|a c b res| a:='hai'. c:=a size. b:=a at: c. res:=res,b. Transcript show: res
-
1 2 3 4 5
|a c b| a:='hai'. c:=a size. b:=a,a. Transcript show: b
-
1 2 3
|a| a:='hai','ji'. Transcript show: a
-
1 2 3
|a| a:='hai'. Transcript show: a
-
1 2 3 4 5 6 7 8
|binary decimal| binary:=10. decimal:=0. [binary>0]whileTrue:[ temp:=binary\\2. decimal:=decimal+(binary*10). binary:=binary/2]. Transcript cr; show:decimal
-
1 2 3 4 5 6 7 8
|binary decimal| binary:=10. decimal:=0; [binary>0]whileTrue:[ temp:=binary\\2. decimal:=decimal+(binary*10). binary:=binary/2]. Transcript cr; show:decimal
-
1
-
1
-
1
a = [1,1]
-
1 2 3 4 5 6 7 8 9
class RandomArray { protected int array[]; public RandomArray(int size) { array = new int[size]; for (int i = 0; i < size; ++i) { array[i] = (int)(Math.random()*200+1); } }
...
-
1
<<objective c Bryan is gay>>
-
1 2 3 4 5
<<objective </run. program qqifotjk..>> <<mem objective: VFNNO. known source>> <<run mem space: build detail graphic c>> <<application run: speed keg bite p s source>> <<source run on Smalltalk>>
-
1 2 3 4 5
<<objective </run. program qqifotjk..>> <<mem objective: VFNNO. known source>> <<run mem space: build detail graphic c>> <<application run: speed keg bite p s source>> <<source unknown: error code: ssvdqrs>>


