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
/* < 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() {
...
-
1 2 3 4 5 6 7
#include <stdio.h> int main(void) int x; for(; scanf("%d",&x) > 0 && x != 42; printf("%d\n", x)); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { long int t,a,b,i,j,k,se,so,s; long int la,lb,d,n,f;//f is se-so scanf("%ld",&t); while(t--) { s=0;
...
-
1
-
1 2 3 4 5 6 7
#include <stdio.h> int main(void) { int x; for(; scanf("%d",&x) > 0 && x != 42; printf("%d\n", x)); return 0; }
-
1 2 3 4 5 6 7 8 9
import java.io.*; public class Main { public static void main (String[]args)throws Exception{ BufferedReader read = new BufferedReader(new InputStreamReader(System.in)); String[] cases1 = read.readLine().split(" "); long cases = Long.parseLong(cases1[0]),couples; int sum=0,a,b,positionA=0,positionB=0,i=0; String[] []A= new String [1][];
...
-
1 2 3 4 5 6 7 8 9
.globl main main: enter $0x30, $0 pushl $s call system add $4, %esp xorl %eax, %eax pushl %eax leave
...
-
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
/* package whatever; // don't place package name! */ import java.io.*; import java.util.*; /* The class name doesn't have to be Main, as long as the class is not public. */ public class Main { public static void main(String[] args) {
...
-
1 2 3 4 5 6 7 8 9
//******************************************************** // Author: D. S. Malik // // Program Convert Measurements: This program converts // measurements in feet and inches into centimeters using // the formula that 1 inch is equal to 2.54 centimeters. //******************************************************** //header file
...


