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
- Java7
- 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> #include<stdlib.h> void main(){ return 0;
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdlib.h> void main(){
-
1 2 3 4 5 6 7 8 9
l#include <iostream> using namespace std; int main() { int i; i=10.5; cout<<"print the value of the:"<<i<<end1; cout<<"value is:"<<i*i;
...
-
1 2 3 4 5 6 7 8 9
#include<iostream.h> using namespace std; int main() { cout<<"*****"<<endl; cout<<"* *"<<endl; cout<<"* *"<<endl; cout<<"*****"<<endl; cout<<"* *"<<endl;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { unsigned char *q=-1; printf("%d",*q); return 0; }
-
1 2 3 4 5 6 7 8 9
l#include <iostream> using namespace std; int main() { int i; i=10.5; cout<<"print the value of the:"<<i<<end1; cout<<"value is:"<<i*i;
...
-
1 2 3 4 5 6 7 8 9
l#include <iostream> using namespace std; int main() { int i; i=10.5; cout<<"print the value of the:"<<i<<end1; cout<<"value is:"<<i*i;
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdlib.h> void main(){ int computer; cin>> computer; if(computer>0) {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int i; i=10.5; cout<<"print the value of the:"<<i<<end1; cout<<"value is:"<<i*i;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> int main(){ int a,b,c; cin >> a >>" ">> b; c=a+b; cout << c;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int i; i=10.5; cout<<"print the value of the:"<<i<<"\n"; cout<<"value is:"<<i*i;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int i; i=10.5; cout<<"print the value of the:"<<i<<"\n"; cout<<"value is:"<<i*2;
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdlib.h> int main(){ int computer; cin>> computer; if(computer>0) {
...
-
1 2 3 4 5 6 7 8 9
#include<cstdio> main() { long a,b,c,d,e,f,x,y,z; scanf("%ld %ld",&a,&b); c=(a*32+b); d=3; e=a/(1<<(4-d)); f=b>>d;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int m=5; printf("%d %d %d",m,m<<1,m>>2); return 0; }
-
1 2 3 4 5 6 7 8
int main() { int m=5; printf("%d %d %d",m,m<<1,m>>2); return 0; }
-
1 2 3 4 5 6 7 8
abstract class Vehicle { abstract void applybreaks(); void display { System.out.println("Hierarchy of vehicle"); } }
...
-
1 2 3 4 5 6 7 8 9
#include<cstdio> main() { long a,b,c,d,e,f,x,y,z; scanf("%ld %ld",&a,&b); c=(a*32+b); d=3; e=a/(1<<(4-d)); f=b%(1<<(5-d));
...
-
1 2 3 4 5 6
#include <stdio.h> main() { Printf("hello,world\n"); }
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int i; i=10.5; cout<<"print the value of the:"<<i\n; cout<<"value is:"<<i*2;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int i; i=10.5; cout<<"print the value of the:\n"<<i; cout<<"value is:"<<i*2;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { printf("%s""HelloRizwan"+printf("khan")); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int i; i=10.5; cout<<"print the value of the:"<<i; cout<<"value is:"<<i*2;
...
-
1 2 3 4 5 6 7
int main() { printf("%s""HelloRizwan"+printf("khan")); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; class base{ public: virtual void show() { cout<<"show"<<endl; }
...
-
1 2 3 4 5 6 7 8 9
#include <cstring> #include <iostream> using namespace std; int rec_max(int save[],int a){ if(a==0){ return save[a]; }else{ return (save[a]>save[a-1])? save[a]:save[a-1]; }
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; class base{ protected: virtual void show() { cout<<"show"<<endl; }
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int i; i=10.5; cout<<"print the value of the:"<<i; cin>>i;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdio> #include <cstring> using namespace std; int main(){ char s[50]; int str, sum=0; cin.getline(s,50);
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int i; i=10.5 cout<<"print the value of the:"<<i; cin>>i;
...


