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
#include <stdio.h> #include <stdlib.h> int compare(const void *a, const void *b) { int *x = (int*)a; int *y = (int*)b; return *x - *y; }
...
-
1
System.out.println("Hello World");
-
1
System.out.println("Hello World"
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int compare(const void *a, const void *b) { int *x = (int*)a; int *y = (int*)b; return *x - *y; }
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main() { int octalNumber = 0123; //octal number int hexadecimalNumber = 0xabc; //hexadecimal number int integerNumber = 123; //integer number int octal_to_decimal = (int)octalNumber; _Bool true = 1; _Bool false = 0;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i,j,n=0; int t1,t2,t3,a1,a2,a3,ttot,atot; while((scanf("%d %d %d %d %d %d",&t1,&t2,&t3,&a1,&a2,&a3))!= EOF){
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <time.h> #define BIG 1000000 int f( int n ) { int r = 0, i = 0; for ( i = 0; i < 1000; i++ ) { r += i;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main() { int octalNumber = 0123; //octal number int hexadecimalNumber = 0xabc; //hexadecimal number int integerNumber = 123; //integer number int octal_to_decimal = (int)octalnumber; _Bool true = 1; _Bool false = 0;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main() { int octalNumber = 0123; //octal number int hexadecimalNumber = 0xabc; //hexadecimal number int integerNumber = 123; //integer number int octal_to_decimal = (int)octalnumber; _Bool true = 1; _Bool false = 0;
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> struct mt_blk { int closed; thread wQueue; }; typedef struct mt_blk mutex;
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> struct mt_blk { int closed; thread wQueue; }; typedef struct mt_blk mutex;
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> struct mt_blk { int closed; thread wQueue; }; typedef struct mt_blk mutex;
...
-
1 2 3 4 5 6 7 8 9
struct mt_blk { int closed; thread wQueue; }; typedef struct mt_blk mutex; #define M_INI {0,0} void close(mutex *m);
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main () { // area rectangulo int c; // contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main() { // area de rectangulo int c; // contador for (c =1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { char a, b; a=getch();
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main () { // area de rectangulo int c; //contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { // rea de rectangulo int c; // contador for (c =1; c <=50; c++)
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { // rea de rectangulo int c; // contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { int c; //contador for (c = 1; c <= 50; c++) printf("%i\n", c);
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { // rea de rectangulo int c; // contador for (c =1; c <=50; c++)
...
-
1 2 3 4 5 6 7 8 9
int main() { // area de rectangulo int c; // contador for (c = 1; c <= 50; c++) printf("%i", c)
...
-
1 2 3 4 5 6 7 8 9
#Include "stdio.h" int main () { float b, h, area; //base, altura, area int c; // contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { // Area del Rectangulo int c; // contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
int main () { // rea de rectangulo int c; //contador for (c = 1; c <= 50; c++) printf("%i\n", c);
...
-
1 2 3 4 5 6 7 8 9
int main () { // rea de rectangulo int c; //contador for (c = 1; c <= 50; c++) printf("%i\n", c);
...
-
1 2 3 4 5 6 7 8 9
int main() { int c; for (c = 1; c <= 50; c++) printf("%i/n", c); // getch();
...
-
1 2 3 4 5 6 7 8 9
int main() { // area de rectangulo int c; // contador for (c = 1; c <= 50; c++) printf("%i ", c)
...
-
1 2 3 4 5 6 7 8 9
#Include "stdio.h" int main () { float b, h, area; //base, altura, area int c; // contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { float b, h, area; // base, altura, area scanf("%f %f", &b, &h)
...


