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
class Password { static void Main(string[] args) { console.Write("The password is: ") for (int i = 0; i < 6; i++) Console.Write(GetChar(i,i*i)); Console.readKay();
...
-
1
dsddvvsd
-
1 2 3 4 5 6 7 8 9
eb04afc2bfa381ec 0cfec175f931c0ba d0c1ca088a1c0c8a fec175e8e95c0000 005c583d41414141 753b5a89d189e689 d189df29cf31c031 8a14068a341e8834 8a1c168a1730da88
...
-
1 2 3 4 5 6 7 8 9
00 01 00 00 31 c9 88 0c ef be ad de 02 04 0c 00 3c 04 88 1c 04 88 3c 0c 00 89 e3 81 c3 04 00 00 75 43 58 3d 42 42 42 42 df 29 cf f3 a4 89 de 89 db 31 d2 fe c0 02 1c 06 06 88 14 1e 00 f2 30 f6 17 47 49 75 de 31 db 89
-
1 2 3 4 5 6 7 8 9
eb04afc2bfa381ec 0cfec175f931c0ba d0c1ca088a1c0c8a fec175e8e95c0000 005c583d41414141 753b5a89d189e689 d189df29cf31c031 8a14068a341e8834 8a1c168a1730da88
...
-
1 2 3 4 5 6 7 8 9
eb 04 af c2 bf a3 81 ec 00 01 00 00 31 c9 88 0c 0c fe c1 75 f9 31 c0 ba ef be ad de 02 04 0c 00 d0 c1 ca 08 8a 1c 0c 8a 3c 04 88 1c 04 88 3c 0c fe c1 75 e8 e9 5c 00 00 00 89 e3 81 c3 04 00 00 00 5c 58 3d 41 41 41 41 75 43 58 3d 42 42 42 42 75 3b 5a 89 d1 89 e6 89 df 29 cf f3 a4 89 de 89 d1 89 df 29 cf 31 c0 31 db 31 d2 fe c0 02 1c 06 8a 14 06 8a 34 1e 88 34 06 88 14 1e 00 f2 30 f6 8a 1c 16 8a 17 30 da 88 17 47 49 75 de 31 db 89
-
1 2 3 4 5 6 7 8 9
eb 04 af c2 bf a3 81 ec 0c fe c1 75 f9 31 c0 ba d0 c1 ca 08 8a 1c 0c 8a fe c1 75 e8 e9 5c 00 00 00 5c 58 3d 41 41 41 41 75 3b 5a 89 d1 89 e6 89 d1 89 df 29 cf 31 c0 31 8a 14 06 8a 34 1e 88 34 8a 1c 16 8a 17 30 da 88
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> int main(){ int max = 10000,count=1, last =0,i,num,div; std::cout<<"The prime numbers between 1 and 10000 are: 2"; for(num=max;last==0;num--){ for(i=1;(i<=sqrt(num))&&(div ==0);num++){ div = (ceil(num/i)==floor(num/i)) ? 1:0;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> int main(){ int max = 10000,count=1, last =0,i,num,div; std::cout<<"The prime numbers between 1 and 10000 are: 2"; for(num=max;last==0;num--){ for(i=1;(i<=sqrt(num))&&(div ==0);num++){ div = (ceil(num/i)==floor(num/i)) ? 1:0;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<conio.h> #include<graphics.h> #include<process.h> int drawhouse(float hx[],float hy[]) { int i; int cx=getmaxx()/2; int cy=getmaxy()/2;
...
-
1 2 3 4
procedure main () while (l := read()) ~= 42 do write(l); end
-
1 2 3 4
procedure main () while (l := read()) ~= 42 do write(l); end
-
1
-
1 2 3 4
procedure main () while (l := read()) ~= 42 do write(l); end
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := to do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n ; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum );
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 10 to 50 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n ; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum );
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 10 to 50 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n -1; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum );
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 10 to 50 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum );
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 1 to 5 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum );
-
1 2 3 4 5 6 7 8
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 71 to 72 to 73 do # sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum ); end
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 71 to 72 to 73 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum ); end
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 71 to 72 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum ); end
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 1 to 5 do # For n equal to 1, 2, 3, 10, 5 ... sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum ); end
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 1 to 5 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum ); end
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := # Set the sum to zero every n := 1 to 5 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum ); end
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0;70;71;72 # Set the sum to zero every n := 1 to 5 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 to 5 is ", sum ); end
-
1 2 3 4
procedure main() local n, sum # Declare two local variables sum := 0;70;71;72 # Set the sum to zero
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 60 every n := 61 # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n; # ...add n to the sum
...
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 1 to 5 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 and 5 is ", sum );
-
1 2 3 4 5 6 7 8 9
procedure main() local n, sum # Declare two local variables sum := 0; # Set the sum to zero every n := 1 and 5 do # For n equal to 1, 2, 3, 4, 5 ... sum := sum + n; # ...add n to the sum write ( "The sum of all numbers from 1 and 5 is ", sum );


