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> int main() { char a[501]; int b[500]; int z[11]={1,1,2,6,24,120,720,5040,40320,362800,3628000}; int prime[95]={2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71, 73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173, 179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> unsigned remove_dumped_memory(unsigned *array, unsigned nItem); int main(){ int i; unsigned size = 10; unsigned a[10] = {1,1,2,2,2,3,5,8,8,9};
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; void calculate(int *ind, char *a, int len) { if(len==0) return ; ind[0]=0; int j = 0 ; for(int i = 1; i < len ; i++ ) { if(a[j]==a[i]) {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { char a[501]; int b[500]; int z[11]={1,1,2,6,24,120,720,5040,40320,362800,3628000}; int prime[95]={2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71, 73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173, 179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <vector> #include <string> #include <algorithm> #include <stdio.h> using namespace std; int main() { int m[100];
...
-
1 2 3 4 5
class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. } }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> unsigned remove_dumped_memory(unsigned *array, unsigned nItem); int main(){ int i; unsigned size = 10; unsigned a[10] = {1,1,2,2,2,3,5,8,8,9};
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <vector> #include <string> #include <algorithm> #include <stdio.h> using namespace std; int main() { int m[100];
...
-
1
echo $date;
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int squared(int a) { return a * a; } int main() {
...
-
1 2 3 4
static void Main(string[] args) { Console.WriteLine("test"); }
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <vector> #include <string> #include <algorithm> #include <stdio.h> using namespace std; int main() { int m[100];
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int squared(int a) { return a * a; } int main() {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<vector> using namespace std; int main() { vector<int> v; cout<<"v.capacity()="<<v.capacity()<<endl;;
...
-
1
echo $date;
-
1 2 3 4 5 6 7 8 9
#!/usr/bin/perl print "content-type: text/html \n\n"; #HTTP HEADER # AN ARRAY @coins = ("Quarter","Dime","Nickel"); # ADD ELEMENTS push(@coins, "Penny");
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int squared(int a) { return a * a; } int main() {
...
-
1 2 3 4 5 6 7 8 9
type TInt = 1..10; TLong = 1..1000000000; TArray = array[TInt] of longint; TSet = array[TLong] of boolean; var k, t : TInt; max, f, g, i, j : TLong;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include<values.h> #include <iostream> #include<time.h> #include <stdlib.h> #define MAX_ELEMENTS 30000 using namespace std; void swap(int *x,int *y) {
...
-
1
echo "test";
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <vector> #include <string> #include <algorithm> #include <stdio.h> using namespace std; int main() { int m[100];
...
-
1 2 3 4 5 6 7
#include <stdio.h> int main() { long long int n0, n1, z0, z1, o0, o1; n0 = 15960138130511327469; return 0; }
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int squared(int a) { return a * a; } int main() {
...
-
1 2 3 4 5 6 7 8 9
class supcon1 { private int a,b; supcon1(supcon1 sobj) { System.out.println("Base class constructor with object"); a=sobj.a; b=sobj.b; }
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int x,i,a,n; cin >> x;
...
-
1 2 3 4 5 6 7 8 9
IDENTIFICATION DIVISION. PROGRAM-ID. TC000082. DATA DIVISION. WORKING-STORAGE SECTION. 01 A1 PIC 9999 VALUE 23. 01 A2 PIC X VALUE '@'. 01 A3 PIC X VALUE 'D'. 01 A PIC 9999999. PROCEDURE DIVISION.
...
-
1 2 3 4 5
public class Main { public static void main () { System.out.print("A"); } }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<math.h> int main() { int c; long int a,b,small,i,n,x; scanf("%ld",&n); while(n--) {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int x,i,a,n; cin >> x;
...
-
1 2 3 4 5
public class Test { public static void main () { System.out.print("A"); } }


