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
<?php $var; echo isset($var); ?>
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int c; long int a,b,small,i,n; scanf("%ld",&n); while(n--) { c=0;
...
-
1 2
$var; echo isset($var);
-
1 2 3 4 5
public class Test { public static void main () { System.out.print("A"); } }
-
1 2 3 4 5 6 7 8 9
<?php class test { public $a; } function p($t) { $t->a = 10;
...
-
1
I0HFAEHFGI
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...
-
1
I0HFAEHFGI
-
1 2 3 4 5 6
#include<stdio.h> int main() { printf("%c %c%c%c%c %c\n",73,76,3,86,69,85); return 0; }
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...
-
1 2 3 4 5 6
#include<stdio.h> int main() { printf("%c %c%c%c%c %c\n",73,76,79,86,69,85); return 0; }
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8
using System; public class Test { static int d ( Func<int,int> g ) { return g(g(1)); } static int p (int x) { Func<int,int> f = y => x + y; return d (f); }
...
-
1 2 3 4 5 6 7 8
using System; public class Test { static int d ( Func<int,int> g ) { return g(g(1)); } static int p (int x) { Func<int,int> f = y => x + y; return d (f); }
...
-
1 2 3 4 5 6 7 8 9
#!/usr/bin/perl print "content-type: text/html \n\n"; #HTTP HEADER # SHORTCUTS SAVE TIME @10 = (1 .. 10); @100 = (1 .. 100); @1000 = (100 .. 1000); @abc = (a .. z);
...
-
1 2 3 4 5 6 7 8
#include <iostream> using namespace std; int main() { return 0; }
-
1 2 3 4
n = int(raw_input()) while n != 42: print n n = int(raw_input())
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
Class foo { static int d ( Func<int,int> g ) { return g(g(1)); } static int p (int x) { Func<int,int> f = y => x + y;
...
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <vector> #include <string> #include <string.h> #include <stdio.h> using namespace std; int main() { int m[100];
...
-
1 2 3 4 5 6 7 8 9
#include <algorithm> #include <cassert> #include <cctype> #include <climits> #include <cmath> #include <complex> #include <cstdio> #include <cstdlib> #include <cstring>
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include<values.h> #include <iostream> #include<time.h> #include <stdlib.h> #define MAX_ELEMENTS 30000 using namespace std; void swap(int *x,int *y) {
...
-
1 2 3 4 5
static int d ( Func<int,int> g ) { return g(g(1)); } static int p (int x) { Func<int,int> f = y => x + y; return d (f); }
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
SELECT phonenumber_private.worth AS private_number , phonenumber_mobile.worth AS mobile_number FROM client AS c LEFT JOIN client_has_phonenumber AS cp ON ( c.id_client = cp.id_client ) LEFT JOIN phonenumber AS pnp ON ( cp.id_phonenumber = pnp.id_phonenumber AND pnp.type = 'private' ) LEFT JION phonenumber AS pnm ON ( cp.id_phonenumber = pnm.id_phonenumber AND pnm.type = 'mobile' ) WHERE
-
1 2 3 4 5 6 7 8 9
<?php class test { public $a; } function p($t) { $t->a = 10;
...
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...


