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
- Java7
- 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
echo have a good day | sed 's/day/night'
-
1
print "hello"
-
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.ReadKey();
...
-
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.ReadKey();
...
-
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 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 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1
3600*24*2
-
1
echo "asdasd"
-
1
5-2
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1
7-9
-
1
2+2
-
1
2+2
-
1
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5
program test integer:x read *,* x print *,* x end
-
1 2 3 4 5
program test integer:x read *,* x print *,* x end
-
1 2 3 4 5
program test integer:x read *,* x print *,* x end
-
1 2 3 4 5
program test integer:x read *,* x print *,* x end program
-
1 2 3 4 5
program test integer:x read *,* x print *,* x end program
-
1 2 3 4 5
program test integer: x read *,* x print *,* x end program test
-
1 2 3 4 5
program test integer: x,y read *,* x,y print *,* x,y end program test
-
1 2 3 4 5
program test integer: x,y read *,* x,y print *,* x,y end program test
-
1 2 3 4 5
program test integer:: x,y read *,* x,y print *,* x,y end program test
-
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
eb04afc2bfa381ec 0cfec175f931c0ba d0c1ca088a1c0c8a fec175e8e95c0000 005c583d41414141 753b5a89d189e689 d189df29cf31c031 8a14068a341e8834 8a1c168a1730da88
...
-
1
b 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 d8 fe c0 cd 80 90 90 e8 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 9d ff ff ff 41 41 41 41
-
1 2 3
char s[11] = "ASEM", i = 1; for( ; i < strlen( s ); ) printf( "%c", s[i++] + 1 );Ce extrage codul ?
-
1 2 3 4 5 6 7 8 9
Module Task Sub Main() Dim L As Integer = 4 Dim R(4) As Integer Dim N As Integer R.SetValue(6, 1) R.SetValue(9, 2) R.SetValue(6, 3) R.SetValue(2, 4)
...


