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
<?php $tar= 12; do { $tar++; echo $tar; } while
...
-
1 2 3 4 5 6 7
# include <iostream> using namespace std; int main() {int q; cout <<"Please enter your first number"<<endl; cin >>q; }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef double real; real sine( real x ){ real s1, s=x, r=x, n=2; x *= x; do{ s1 = s; s += r=-r*x/(n*n+n);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef double real; real sine( real x ){ real s1, s=x, r=x, n=2; x *= x; do{ s1 = s; s += r=-r*x/(n*n+n);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef double real; real sine( real x ){ real s1, s=x, r=x, n=2; x *= x; do{ s1 = s; s += r=-r*x/(n*n+n);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <time.h> #define BIG 1000000 int f( int n ) { int r = 0, i = 0; for ( i = 0; i < 1000; i++ ) { r += i;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef double real; real sine( real x ){ real s1, s=x, r=x, n=2; x *= x; do{ s1 = s; s += r=-r*x/(n*n+n);
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; void swap(int& x,int &y) { int z=x; x=y; y=z; } void sort(int m[],int n)
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef double real; real sine( real x ){ real s1, s=x, r=x, n=2; x *= x; do{ s1 = s; s += r=-r*x/(n*n+n);
...
-
1 2 3 4 5 6 7 8
template <typename T> struct A { template <typename U> struct B; }; template <typename T> template <> struct A<T>::B<int> {};
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef double real; real sine( real x ){ real s1, s=x, r=x, n=2; x *= x; do{ s1 = s; s += r=-r*x/(n*n+n);
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <stdio.h> using namespace std; # define FR(i, n) for( int i = 0; i < (n); i++) # define FRN(i, n) for( int i = 0; i < =(n); i++)
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <stdio.h> using namespace std; # define FR(i, n) for( int i = 0; i < (n); i++) # define FRN(i, n) for( int i = 0; i < =(n); i++)
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; void swap(int& x,int &y) { int z=x; x=y; y=z; } void sort(int m[],int n)
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef double real; real sine( real x ){ real s1, s=x, r=x, n=2; x *= x; do{ s1 = s; s += r=-r*x/(n*n+n);
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <stdio.h> using namespace std; # define FR(i, n) for( int i = 0; i < (n); i++) # define FRN(i, n) for( int i = 0; i < =(n); i++)
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <conio.h> typedef double real; real sine( real x ){ real s1, s=x, r=x, n=2; x *= x; do{ s1 = s; s += r=-r*x/(n*n+n);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef double real; real sine( real x ){ real s1, s=x, r=x, n=2; x *= x; do{ s1 = s; s += r=-r*x/(n*n+n); n += 2;
...
-
1 2 3 4 5 6 7 8 9
C Program to get the CC#5 Coordinates Program CC5 C IMPLICIT REAL*8 (e-f,k-o) C CALL Get_Coords (North,East) WRITE (*,1000) North, East 1000 FORMAT ('Cache coordinates: N50',F7.3,', E014',F7.3) C
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdio> using namespace std; int main(){ int t,p,r,a[10],k[10],count[10],i,delivered,n;; scanf("%d",&t); long duration; while(t--) {
...
-
1 2 3 4 5 6 7 8 9
#include <conio.h>> typedef double real; real sine( real x ){ real s1, s=x, r=x, n=2; x *= x; do{ s1 = s; s += r=-r*x/(n*n+n);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <string.h> #include <stdlib.h> int main () { char str[] ="1 2 3"; char * pch; printf ("STRING: %s\n",str);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include<cstdlib> using namespace std; int main (void) { int i; double j;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdio> using namespace std; int main(){ int t,p,r,a[10],k[10],count[10],i,delivered,n;; scanf("%d",&t); long duration; while(t--) {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdio> #include <cmath> using namespace std; long long int n,k,pom,s,wyn; int main() { long long int t[101]; t[0]=0;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdio> #include <cmath> using namespace std; long long int n,k,pom,s,wyn; int main() { long long int t[101]; t[0]=0;
...
-
1 2 3 4
int main(void) { printf("gato"); }
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdio> #include <cmath> using namespace std; long long int n,k,pom,s,wyn; int main() { long long int t[101]; t[0]=0;
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { int a,b,c; cin>>a; cout<<endl; cin>>b; cout<<endl;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main(){ unsigned short int iBegin, iEnd; cin >> iBegin >> iEnd;
...


