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<conio.h> #include<math.h> int main() { int n,i,j; float a[10][10]; float b[10],p,q,r; clrscr();
...
-
1 2 3 4 5 6 7 8 9
#include<cmath> #include<cstdio> #include<iostream> #include<climits> using namespace std; int BalancedPartition ( int a[] , int n ){ int sum = 0;
...
-
1 2 3 4 5 6 7 8 9
//fibonaci sequence #include <iostream> using namespace std; int main() { const int iFiblength=6; int iaFib[iFiblength];
...
-
1 2 3 4 5 6 7 8 9
#include<cmath> #include<cstdio> #include<iostream> #include<climits> using namespace std; int BalancedPartition ( int a[] , int n ){ int sum = 0;
...
-
1 2 3 4 5 6 7 8 9
//fibonaci sequence #include <sigsev.h> #include <iostream> using namespace std; int main() { const int iFiblength=6; int iaFib[iFiblength];
...
-
1 2 3 4 5 6 7 8 9
# include <iostream> using namespace std ; int main () { cout << " hello world " ; return 0 ; }
-
1 2 3 4 5 6 7 8
#include<iostream> using namespace std; int main(){ int a; // cin>>a;
...
-
1 2 3 4 5 6 7 8 9
//fibonaci sequence #include <iostream> using namespace std; int main() { const int iFiblength=6; int iaFib[iFiblength];
...
-
1 2 3 4 5 6 7 8 9
# include <iostream> using namespace std ; IInt 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=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; }
...


