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
{for (i=3,i<=4,i++) {print $(3+4*i)}}
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int teiler (int teil, unsigned long int teile) {int result=0; do {++result ; teile/=teil;}
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int teiler (int teil, unsigned long int teile) {int result=0; do {++result ; teile/=teil;}
...
-
1 2 3 4 5 6 7 8
#include <iostream> #ifdef INT_2_BYTES typedef char int8; typedef int int16; typedef long int32;
...
-
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
public class ZeByVysledek { private int a; private int b; private int c; private int d; private int e; public ZeByVysledek(int e, int d, int c, int b, int a) { setA(a);
...
-
1 2 3 4 5 6 7 8 9
random.adb 0000644 0001750 0001750 00000002756 10777751105 011420 0 ustar adam adam with Ada.Text_IO, Calendar; use Ada.Text_IO, Calendar; package body Random is X_initial : FLOAT_ITEM := 0.0; M : FLOAT_ITEM := 1.0; A : FLOAT_ITEM := 7.0;
...
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7 8 9
1 f8 b08 0814 cbc14 c00032 3000b0e 71747735 b452f0533
...
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5
for(int i=0;i<100;i++) { Console.WriteLine(i.ToString()); }
-
1 2 3 4 5 6
int main(void) { int z[2][3] = {{1,2,3}{4,5,6}}; int *p = z[0]; printf("%d\n", *(p + 1)); return 0; }
-
1 2 3
#include<cstdio> main(){int a;while(scanf("%d",&a)==1) {printf("%d\n",(a*a+a)/2);}}
-
1 2
#include<cstdio> main(){int a;while(scanf("%d",&a)==1){printf("%d\n",(a*a+a)/2);}}
-
1 2
#include<cstdio> main(){int a;while(scanf("%d",&a)==1){printf("%d\n",(a*a)/2+a);}}
-
1 2 3 4 5 6 7 8 9
BEGIN \ { print "Hello."; exit; } END \ { exit(0);
-
1
Gt@.Pb—=0 haslo.rarag.Rar! s
-
1
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7 8 9
using System.Text; using System; public class Tester { public static String blee = "nazwa"; static void Main() { Console.WriteLine("Karamba!"); } }
-
1 2 3 4 5 6 7 8 9
using System.Text; using System; public class Tester { public static String String = "nazwa"; static void Main() { Console.WriteLine("Karamba!"); } }
-
1 2 3
BEGIN{; FS="INDEX | ON | [\(]+"} {print $1;print$2;print$3}
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n+3", num); }
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <math.h> int div(int x, int y) { return floor(x/y); } int main(void) { int a = -6, b = 5;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int div(int x, int y) { return floor(x/y); } int main(void) { int a = -6, b = 5; printf("%d", div(a, b));
...
-
1 2 3 4
{ printf("Hello World"); }


