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
.globl main ; main: ; enter $0x30, $0 ; pushl $s ; pushl $fmt ; call printf ; add $8, %esp ; pushl $s ; leave ;
...
-
1 2 3 4 5 6 7 8
<?php function isgreater($a, $b) { if($a > $b) return 1; else return 0; }
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<string.h> using namespace std; int main() { int t,i,j; cin>>t; while(t--) {
...
-
1 2 3 4 5 6 7 8 9
.globl main ; main: ; enter $0x30, $0 ; pushl $s ; pushl $fmt ; call printf ; add $8, %esp ; xorl %eax, %eax ; add $s, %eax ;
...
-
1 2 3 4 5 6 7 8 9
//#include<iostream> #include<stdio.h> //#include<calgorithm> //using namespace std; #define max 1000000 int bsearch(int arr[],int start,int end,int item) { int middle=(start+end)/2;
...
-
1 2 3 4 5 6 7 8 9
`#include<iostream> #include<string.h> using namespace std; int main() { int t,i,j; cin>>t; while(t--) {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdlib> using namespace std; int tab[201]; int main() { int n,w,a, kajaki=0, min=1000; cin>>w>>n;
...
-
1 2 3 4 5 6 7
import java.io.*; class Test { public static void main(String[] args){ File f = new File("test"); System.out.println(f.exists()); } }
-
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
.globl main ; main: ; enter $0x30, $0 ; pushl $s ; pushl $fmt ; call printf ; add $8, %esp ; pushl (s) leave ;
...
-
1 2 3 4 5 6 7
import java.io.*; class Test { public static void main(String[] args){ File f = new File("."); System.out.println(f.exists()); } }
-
1 2 3 4 5 6 7 8 9
//#include<iostream> #include<stdio.h> //#include<calgorithm> //using namespace std; #define max 1000000 int bsearch(int *arr,int start,int end,int item) { int middle=(start+end)/2;
...
-
1 2 3 4 5 6 7 8 9
<?php function p(&$b){ $b = $b+1; } $a = 10; p($a); printf("%d", $a);
...
-
1 2 3 4 5 6 7
import java.io.*; class Test { public static void main(String[] args){ File f = new File(); System.out.println(f.exists()); } }
-
1 2 3 4
<?php preg_match_all("/^(a*a*)*$/", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab", $m); print_r($m); ?>
-
1 2 3 4 5 6 7 8 9
<?php function p(&$b){ $b = $b+1; } $a = 10; printf("%d", $a);
...
-
1 2 3 4
<?php preg_match_all("/^(a*a*)*$/", "aaaaaaaaaaaaaaab", $m); print_r($m); ?>
-
1 2 3 4 5 6 7 8
import java.io.*; class Test { public static void main(String[] args){ File f = new File("/opt"); System.out.println(f.exists()); } }
-
1 2 3 4 5 6 7 8 9
//#include<iostream> #include<stdio.h> //#include<calgorithm> //using namespace std; #define max 1000000 int bsearch(int arr[],int start,int end,int item) { int middle=(start+end)/2;
...
-
1 2 3 4
<?php preg_match_all("^(a*a*)*$", "aaaaaaaaaaaaaaab", $m); print_r($m); ?>
-
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
.globl main ; main: ; enter $0x30, $0 ; pushl $s ; pushl $fmt ; call printf ; add $8, %esp ; xorl %eax, %eax ; add (s), %eax ;
...
-
1 2 3 4 5 6 7 8 9
<?php function p(&$b){ return $b; } $a = 10; printf("%d", p($a));
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdlib> using namespace std; int tab[201]; int main() { int n,w,a, kajaki=0, min=1000; cin>>w>>n;
...
-
1 2 3 4 5 6 7 8 9
.globl main ; main: ; enter $0x30, $0 ; pushl $s ; pushl $fmt ; call printf ; add $8, %esp ; xorl %eax, %eax ; add (s), %eax ;
...
-
1 2 3 4 5 6 7 8 9
def merge_sort(arr,s): global cnt n = len(arr) if n <= 1: return arr mid=n/2 first_half = merge_sort(arr[0:mid],s) second_half = merge_sort(arr[mid:n],s) temp=merge(first_half,second_half,s)
...
-
1 2 3 4 5 6 7 8 9
.globl main ; main: ; enter $0x30, $0 ; pushl $s ; pushl $fmt ; call printf ; add $8, %esp ; xorl %eax, %eax ; addl (s), %eax ;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdlib> using namespace std; int tab[201]; int main() { int n,w,a, kajaki=0, min=1000; cin>>w>>n;
...
-
1 2 3 4 5 6 7 8 9
.globl main ; main: ; enter $0x30, $0 ; pushl $s ; pushl $fmt ; call printf ; add $8, %esp ; xorl %eax, %eax ; add (s), %eax ;
...


