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
//fibonaci sequence #include <iostream> using namespace std; #define int iFiblength=6; int main() { int iaFib[iFiblength]; iaFib[0]=1, iaFib[1]=1;
...
-
1 2 3 4 5 6 7 8
# include <iostream> using namespace std ; Int main () { cout << " hello world " ; return 0 ;
-
1 2 3 4 5 6 7 8 9
//fibonaci sequence #include <iostream> using namespace std; #define int iFiblength; int main() { int iaFib[iFiblength]; iaFib[0]=1, iaFib[1]=1;
...
-
1 2 3
public class Test{ System.out.print("Hello!"); }
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdio> #include <cstring> #include <vector> #include <set> #include <map> #include <queue> #include <stack> #include <algorithm>
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int e,w[102],b,lp,i,n[102],p[102],j,cz=0,cz2=0,l=0; double u2,a,r[102],u[102],pr; cin>>lp>>pr; for(i=1;i<=lp;i++)
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int min(int a,int b,int c) { int m = a; if (m > b) m = b; if (m > c) m = c; return m; }
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdio> #include <vector> using namespace std; int main() { int n, t, j, s; j = s = 0; vector <int> v;
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int min(int a,int b,int c) { int m = a; if (m > b) m = b; if (m > c) m = c; return m; }
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int p,l,f=0,count=1; char c; cin>>p;
...
-
1 2 3 4 5 6 7 8 9
// Age identity #include <iostream> using namespace std; int main () { int age;
-
1 2 3 4 5 6 7 8 9
// my first program in C++ #include <iostream> using namespace std; double coy; int main () { for (int i=0; i<4500000; i++)
...
-
1 2 3 4 5 6 7 8 9
// my first program in C++ #include <iostream> using namespace std; double coy; int main () { for (int i=0; i<4500000; i++)
...
-
1 2 3 4 5 6 7 8
// My Bar #include <iostream> using namespace std; int main() { int age; // declare variable
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int p,l,f=0,count=1; char c; cin>>p;
...
-
1 2 3 4 5 6 7 8 9
// my first program in C++ #include <iostream> using namespace std; double coy; int main () { for (int i=0; i<4500000; i++)
...
-
1 2 3 4 5 6 7 8 9
// my first program in C++ #include <iostream> using namespace std; unsigned double coy; int main () { for (int i=0; i<4500000; i++)
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int p,l,f=0,count=1; char c; cin>>p;
...
-
1 2 3 4 5 6 7 8 9
// Age identity #include <iostream> using namespace std; int main () { int age;
...
-
1 2 3 4 5 6 7 8 9
#include<fstream> using namespace std; ifstream f("maxunice.in"); ofstream g("maxunice.out"); int i, m,N, l=1,j,s,p=1; int main(){ f>>N; while(m+p<N){ m=m+p;
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int min(int a,int b,int c) { int m = a; if (m > b) m = b; if (m > c) m = c; return m; }
...
-
1 2 3 4 5 6 7 8 9
public class Problem2 { public static void main(String[] args) { system.out.println("Program") }
...
-
1 2 3 4 5 6 7 8 9
// my first program in C++ #include <iostream> using namespace std; unsigned double c=0; int main () { for (i=0; i<4500000; i++)
...
-
1 2 3 4 5 6 7 8
// My Bar #include <iostream> using namespace std; int main() { int age; // declare variable
...
-
1 2 3 4 5 6 7 8 9
//fibonaci sequence #include <iostream> using namespace std; int main() { int ia1=0, ia2=1, iend=10; for (int i =0; i < iend+1; i++)
...
-
1 2 3 4 5 6 7 8 9
public class Problem2 { public Problem2() { } public static void main(String[] args) { system.out.println("Program")
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int ia1=0, ia2=1, iend; cout << "This program calculates the fibonaci sequence to the nth number." << endl << "How many do you want to display? "; cin >> iend; cout << end;
...
-
1 2 3 4 5 6 7 8
// My Bar #include <iostream> using namespace std; int main() { int age; // declare variable
...
-
1 2 3 4 5 6 7 8 9
// my first program in C++ #include <iostream> using namespace std; int main () { cout << "Hello World!"; return 0;
-
1 2 3 4 5 6 7 8 9
//Make an array, and using pointers, print it out, in reverse order. #include <iostream> using namespace std; int main(){ int array[10] = {54,24,76,98,34,73,37,97,25,69};
...


