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 7 8 9
#include <iostream> #include <cmath> using namespace std; int main() { cout<<(int)sin(-0.5); 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 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
import java.io.*; import java.util.*; public class calculator { public static void main(String[] args) throws IOException { BufferedReader keyboard = new BufferedReader (new InputStreamReader (System.in)); String input, input1, input2;
...
-
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<stdio.h> int main() { int x,y,num; scanf("%d",&num); while(num--) { scanf("%d\t%d",&x,&y); if((x%2==0)&&(y%2==0))
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { cout<<"Amit"; for(int i=0;i<10000;i++) cout<<"."; return 0; }
-
1 2 3 4 5 6 7 8 9
//#include<conio.h> #include<stdio.h> int main() { printf("%d,%d",!(1?0:1),~(1?0:1)); return 0;
...
-
1 2 3 4 5 6 7 8 9
t = input() def calc(a, m, i, j): if m[i][j] >= 0: return m[i][j] if i == j: m[i][j] = 0 else: for k in xrange(i, j):
...
-
1 2 3 4 5 6 7 8 9
<?php class LinkedListObject { public $previous; public $next; public $data; /* Initialization of linked list object */
...
-
1 2 3 4 5 6 7 8
#include<conio.h> #include<stdio.h> void main() { printf("%d,%d",!(1?0:1),~(1?0:1));
...
-
1 2 3 4 5 6 7 8
#inclide<conio.h> #inclide<stdio.h> void main() { printf("%d,%d",!(1?0:1),~(1?0:1));
...
-
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
struct A; int f(...); A g(); decltype(f(g())) foo;
-
1 2 3 4 5 6 7 8
#inclide<conio.h> #inclide<stdio.h> void main() { printf("%d,%d",!(1?0:1),~(1?0:1))
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main() { int n,i,x=1900,j,y=0; int d[7]={0,0,0,0,0,0,0}; int m[12]={31,28,31,30,31,30,31,31,30,31,30,31}; scanf("%d",&n);
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { System.out.print(" errrr "); }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main() { int n,i,x=1900,j,y=0; int d[7]={0,0,0,0,0,0,0}; int m[12]={31,28,31,30,31,30,31,31,30,31,30,31}; scanf("%d",&n);
...
-
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 <iostream> using namespace std; int main() { cout<<"Amit"; 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
<?php foreach (array(5, 7+2, 6+5, 8+4) as $num) { printf("%d: %s\n" , $num, base_convert($num, 10, 5)); }
-
1 2 3 4
a=['at','','','','ball','','','','car'] b=raw_input()#accept string to be found s=a.index(b) print s
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main() { int n,i,x=1900,j,y=0; int d[7]={1,0,0,0,0,0,0}; int m[12]={31,28,31,30,31,30,31,31,30,31,30,31}; scanf("%d",&n);
...
-
1 2 3 4 5 6 7 8 9
<?php class LinkedListObject { public $previous; public $next; public $data; /* Initialization of linked list object */
...
-
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
<?php foreach (array(5, 63, 66, 96) as $num) { printf("%d: %s\n" , $num, base_convert($num, 10, 5)); }
-
1 2 3 4
a=['at','','','','ball','','','','car'] b=raw_input()#accept string to be found s=a.index(b) print s
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main() { int n,i,x=1900,j,y=0; int d[7]={1,0,0,0,0,0,0}; int m[12]={31,28,31,30,31,30,31,31,30,31,30,31}; scanf("%d",&n);
...


