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
#include<stdio.h> int main() { printf("Hello World"); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int triple(int nombre) { return 3 * nombre; } int main(int argc, char *argv[])
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main() { int nombre = 0; printf("tapez un nombre"); scanf("%d",&nombre); }
-
1 2 3 4 5 6 7
#include <stdio.h> #include <stdlib.h> void main() { printf("main"); }
-
1 2 3 4 5 6 7
#include <stdio.h> #include <stdlib.h> void bonjour() { printf("main"); }
-
1 2 3 4
void bonjour() { printf("main"); }
-
1 2 3 4 5 6 7
#include <stdio.h> #include <stdlib.h> void main() { printf("main"); }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { int n=4294967291u, i, d; n=2147483629; //printf("%u\n", n);return 0; for( d=5; d*d<=n; d+=6 ) ; d-=6;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { int n=4294967291u, i, d; n=2147483629; printf("%u\n", n);return 0; for( d=5; d*d<=n; d+=6 ) ; d-=6;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { unsigned int n=4294967291u, i, d; printf("%u\n", n);return 0; for( d=5; d*d<=n; d+=6 ) ; d-=6; printf("%u %u\n",d,d*d);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { unsigned int n=4294967291u, i, d; for( d=5; d*d<=n; d+=6 ) ; d-=6; printf("%u %u\n",d,d*d); return 0;
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { unsigned int n=4294967291, i, d; for( d=5; d*d<=n; d+=6 ) ; d-=6; printf("%u %u\n",d,d*d); return 0;
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> struct node { int data; struct node *next; };
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> struct node { int data; struct node *next; };
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> struct node { int data; struct node *next; };
...
-
1 2 3 4 5 6 7 8
/*Oscar Lupiañez*/ #include <stdio.h> #include <stdlib.h> #include <math.h> //variable global float pi= 3.141592;
...
-
1 2 3 4 5 6 7 8
/*Oscar Lupiañez*/ #include <stdio.h> #include <stdlib.h> #include <math.h> //variable global float pi= 3.141592;
...
-
1 2 3 4 5 6 7 8
/*Oscar Lupiañez*/ #include <stdio.h> #include <stdlib.h> #include <math.h> //variable global float pi= 3.141592;
...
-
1
int main(){int a=1, b=1,c=1; a=b++ + ++c;printf("%d",a);return 0;}
-
1
int main(){int a=1, b=1,c=1; a=b+++++c;printf("%d",a);return 0;}
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> struct node { int data; struct node *next; };
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> struct node { int data; struct node *next; };
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> struct node { int data; struct node *next; };
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> struct node { int data; struct node *next; };
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> struct node { int data; struct node *next; };
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> struct node { int data; struct node *next; };
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> struct node { int data; struct node *next; };
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> short arr[8][1000000]={0}; int main() { int i,j; for(i=0;i<8;i++) { for(j=0;j<1000000;j++) {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> short arr[8][1000000]={0}; int main() { int i,j; for(i=0;i<8;i++) { for(j=0;j<5000000;j++) {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> short arr[8][2000000]={0}; int main() { int i,j; for(i=0;i<8;i++) { for(j=0;j<5000000;j++) {
...


