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
/* 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 6
begin 0666 restricted M2&4@9&EE9"!A="!T:&4@8V]N<V]L92P-"D]F(&AU;F=E<B!A;F0@=&AI<G-T M+@T*3F5X="!D87D@:&4@=V%S(&)U<FEE9"P-"D9A8V4@9&]W;BP@;FEN92UE *9&=E(&9I<G-T+GD@ ` end
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main(){ int x =7; cout << !(cin >> x); cin.clear(); cout << !(cin >> x);
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main(){ int x =7; cout << !(cin >> x); cin.clear()' cout << !(cin >> x);
...
-
1 2 3
#include<iostream.h> Void main(){ Cout<<"9768";}
-
1 2 3
#include<iostream.h> void main(){ Cout<<"9768";}
-
1 2 3
#include<iostream.h> Void main(){ Cout<<"9768";}
-
1 2 3
#include<iostream.h> Int main(){ Cout<<"9768";}
-
1 2 3 4 5 6 7 8 9
import javax.swing.JFrame; class emil{ public static void main(Sring[] args){ JFrame frame = new JFrame("Emil"); frame.setSize(200,175); frame.setVisible(true); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
...
-
1 2 3 4 5 6 7 8 9
import javax.swing.JFrame; class emil{ public static void main(Sring[] args){ JFrame frame = new JFrame("Emil"); frame.setSize(200,175); frame.setVisible(true); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
...
-
1 2 3 4 5 6 7 8 9
xb1lIHRvIG5lYnlsbyB0xJvFvmvDqT8gSmVuIHBybyDDunBsbm9zdCBwcm8gbm9ybcOhbG7DrSAo dGVkeSBuZXBvxI3DrXRhxI1vdsO9KSAgbGlkIC0gcHJvxI0gUG/FoXRvdm7DrT8gIEvDs2QgQmFz ZTY0LCBrdGVyw71tIGplIHRlbmhsZSB0ZXh0IHpha8OzZG92w6FuLCBwb3XFvsOtdsOhdGUgbWou ICAoYW5pxb4gdG8gdMWZZWJhIHbDrXRlKSB2ZSB2xaFlY2ggdmHFoWljaCBlbWFpbG92w71jaCB6 cHLDoXbDoWNoIGsgdG9tdSwgYWJ5IHNlIGsgdsOhbSBuZWJvIG9kIHbDoXMgZG9ixZllIHDFmWVu ZXNseSB2xaFlY2hueSBWYcWhZSBmb3RreSwgdmlkZWEsIHRleHR5IHMgxI1lc2tvdSBkaWFrcml0 aWtvdSBhIGppbsOpIHZ5Y2h5dMOhdmt5IChvYmVjbsOhIGJpbsOhcm7DrSBkYXRhIHNlIGvDs2R1 asOtIHBvIDYgYml0ZWNoIGRvIHRpc2tudXRlbG7DvWNoIDY0IHpuYWvFrywga3RlcsOpIGpzb3Ug cMWZZW5vc2l0ZWxuw6EgcG/FoXRvdm7DrW0gIE1JTUUgcHJvdG9rb2xlbSkuIFRha8W+ZSAgdGFr
...
-
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 6 7 8 9
class example2{ public static void main (String args[]){ int num; num=100; System.out.println("this is num:"+num); num=num*2; System.out.print("the value of num * 2 is "); System.out.println(num); }
-
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 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
1=x x+3
-
1 2 3
x=1 x+3
-
1
2 - 1
-
1 2 3 4 5 6 7 8 9
1 f8 b08 08e7 9a4f4 e02032 30073f3 f473f4b1 52f05330b
...
-
1 2 3 4 5 6 7 8 9
1 f8 b08 08e7 9a4f4 e02032 30073f3 f473f4b1 52f05330b
...
-
1 2 3 4 5 6 7 8 9
proc GetBottleNumber(n: int): string = var bs: string if n == 0: bs = "No more bottles" elif n == 1: bs = "1 bottle" else: bs = $n & " bottles" return bs & " of beer"
...
-
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 6 7 8 9
30/* 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
вавіаів
-
1
-
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();
...


