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
''=~("\(". '?'.'{'.('`'|'%').("\["^ '-').('`'| '!').('`'| ',').'"'.( '['^"\+").( '['^"\)").( '`'|(')')).( '`'|('.')).( '['^('/')).( '{'^('[')).( '['^'(').('`' |'#').(('`')| '!').('`'|',' ).('`'|'!').( '['^')').('{'^
...
-
1 2 3 4 5 6 7 8 9
#include <iostream.h> int main() { string password = "LUIS ES JOTO"; int opcion; char salir; int calif1=0; int calif2=0;
...
-
1 2 3 4 5 6 7 8 9
DATA SEGMENT A DW 12H B DW 23H DATA ENDS ASSUME CS: CODE,DS:DATA CODE SEGMENT START :MOV AX,DATA MOV DS,AX
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<string.h> int main(void) { int bu[5],t=5,c=0,count=0,i; for(i=0;i<5;i++) bu[i]=0; char str[20];
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<string.h> int main(void) { int bu[5],t=5,c=0,count=0,i; for(i=0;i<5;i++) bu[i]=0; char str[20]; while(t--)
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void) { int bu[5]={0,0,0,0,0},t=5,c=0,count=0,i; char str[11]; while(t--) { scanf("%s",str); for(i=0;i<strlen(str)-3;i++)
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void) { int bu[5]={0,0,0,0,0},t=5,c,count=0; char str[11]; while(t--) { scanf("%s",str); for(i=0;i<strlen(str)-3;i++)
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void) { int bu[5]={0,0,0,0,0},t=5,c,count=0; char str[11]; while(t--) { scanf("%s",str); for(i=0;i<strlen(str)-3;i++)
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1
01001000, 01100101, 01101100, 01101100, 01101111, 00100000, 01010111, 01101111, 01110010, 01101100, 01100100, 00100001
-
1 2 3
$a=hi $a[1]=hiiiiii echo$a[1]
-
1 2 3
$a=hi $a[1]=hiiiiii echo$a[1]
-
1 2 3 4 5 6 7 8 9
#include <graph.h> #include <conio.h> #include <stdio.h> #include <math.h> #define XDIM 320 #define YDIM 320 float fX[XDIM + 1], fY[YDIM + 1];
...
-
1 2 3 4 5 6 7 8 9
#include "graph.h" #include <conio.h> #include <stdio.h> #include <math.h> #define XDIM 320 #define YDIM 320 float fX[XDIM + 1], fY[YDIM + 1];
...
-
1 2 3 4 5 6 7 8 9
#include "graph.h" #include <conio.h> #include <stdio.h> #include <math.h> #define XDIM 320 #define YDIM 320 float fX[XDIM + 1], fY[YDIM + 1];
...
-
1 2 3 4 5 6 7 8 9
#include <graph.h> #include <conio.h> #include <stdio.h> #include <math.h> #define XDIM 320 #define YDIM 320 float fX[XDIM + 1], fY[YDIM + 1];
...
-
1 2 3 4 5 6 7 8 9
#include <graph.h> #include <conio.h> #include <stdio.h> #include <math.h> #define XDIM 320 #define YDIM 320 float fX[XDIM + 1], fY[YDIM + 1];
...
-
1 2 3 4 5 6 7 8 9
#include <graph.h> #include <conio.h> #include <stdio.h> #include <math.h> #define XDIM 320 #define YDIM 320 float fX[XDIM + 1], fY{YDIM + 1];
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5 6 7 8 9
# include "BigIntegerLibrary.hh" int main() { int a; cin>>a; BigInteger b = 1; for (int i = n; i < 1;i--){ b = b * i; }
...
-
1 2 3 4 5 6 7 8 9
# include "BigIntegerLibrary.hh" int main() { int a; cin>>a; BigInteger b = 1; for (int i = n; i < 1;i--){ b = b * i; }
...
-
1 2 3 4 5 6 7 8 9
# include "BigIntegerLibrary.hh" # include <iostream> using namespace std; int main() { int a; cin>>a; BigInteger b = 1; for (int i = n; i < 1;i--){
...
-
1 2 3 4 5 6 7 8 9
# include "BigIntegerLibrary.hh" # include <iostream> using namespace std; int main() { int a; cin>>a; BigInteger b = 1; for (int i = n; i < 1;i--){
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<string.h> int main() { int i,j,flag=1; char str[50]; scanf("%s",str); for(i=0,j=strlen(str)-1;i<j;i++,j--) {
...
-
1
111011001010001001000100100100010000000
-
1
111011001010001001000100100100010000000
-
1 2 3 4 5 6 7 8
#include <iostream> using namespace std; int main() { return 0; }
-
1 2 3 4 5 6 7 8 9
main() { int a = 31, b, *ptr_c, *ptr_d; ptr_c = &a; ptr_d = &a; if(&a == &b) { printf("succes"); }


