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 <iostream> using namespace std; class Cow { public: int id; Cow()
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; class Cow { public: int id; Cow()
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; class Cow { public: int id; Cow()
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int h,m,s; cout<<"Enter Date in HH:MM:SS format"<<endl; cin>>h>>m>>s; cout<<"Date in HH:MM:SS format is="<<h<<":"<<m<<":"<<s;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; class Cow { public: int id; Cow()
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int h,m,s; cout<<"Enter Date in HH:MM:SS format"<<endl; cin>>h>>m>>s; cout<<"Date in HH:MM:SS format is="<<h<<":"<<m<<":"<<s;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int intNum = 0; cin >> intNum; while (intNum != 42) {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int h,m,s; cout<<"Enter Date in HH:MM:SS format"<<endl; cin>>h>>m>>s; cout<<"Date in HH:MM:SS format is="<<h<<":"<<m<<":"<<s;
...
-
1 2 3 4 5 6 7 8 9
<html> <head> <basefont face="timesnewroman"> </head> <body>
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int h,m,s; cout<<"Enter Date in HH:MM:SS format"<<endl; cin>>h>>m>>s; cout<<"Date in HH:MM:SS format is="<<h<<":"<<m<<":"<<s;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { double f = 2345; cout.precision(2); cout << f << endl; cout.setf(ios::fixed,ios::floatfield); // floatfield set to fixed
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int h,m,s; cout<<"Enter Date in HH:MM:SS format"<<endl; cin>>h>>m>>s; cout<<"Date in HH:MM:SS format is="<<h<<":"<<m<<":"<<s;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { } class Cow {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int h,m,s; cout<<"Enter Date in HH:MM:SS format"<<endl; cin>>h>>m>>s; cout<<"Date in HH:MM:SS format is="<<h<<":"<<m<<":"<<s;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { } class Cow {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int h,m,s; cout<<"Enter Date in HH:MM:SS format"; cin>>h>>m>>s; cout<<"Date in HH:MM:SS format is="<<h<<":"<<m<<":"<<s;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { } class Cow {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { } class Cow {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { double f = 2350 cout.precision(2); cout << f << endl; cout.setf(ios::fixed,ios::floatfield); // floatfield set to fixed
...
-
1 2 3
#include <iostream> int main(){std::cout<<"hello, world!"<<std::endl;return 0;}
-
1 2 3 4 5 6 7 8 9
a=1;b=n;u=0; do { p=x; if((x-a)%2==0){ b=(a+b)/2; x=a+(x-a)/2; } else { c=(a+b)/2;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { cout<< "hello world"<<endl<<endl; int x=1; int y; cin>>y;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <time.h> using namespace std; void part(int arr[], int lb, int ub) { int down; int up; int a;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int outer = 1; do {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<math.h> using namespace std; main() { long long int a=-1,b=-1,c=-1; while(1) { cin>>a>>b>>c;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int outer = 1; do {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; void binary(int); int main() { int number=10; cout << "Please enter a positive integer: "; //cin >> number;
...
-
1 2 3 4 5 6 7 8 9
template <int T> struct X { enum val {v = T * X<T-1>::v }; }; template <> struct X<0> {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main (void){ int i,testpass,test,element,loop=1; int max[101][2],a[10001]={}; scanf(" %d" ,&testpass); while(loop<=testpass) { max[loop][2]=0; scanf(" %d",&test);
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <vector> #include <iterator> #include <algorithm> #include <sstream> using namespace std; int main() {
...


