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; int main() { int x,i,n,a = 1; cin >> x;
...
-
1 2 3 4 5 6 7 8 9
Program Pzim ; Var a: integer; Function fib(x:integer):integer; Begin if x<=1 then fib:=x Else fib:=fib(x-1)+fib(x-2); End;
...
-
1 2 3 4 5 6 7 8 9
template< typename P > class A { private: typedef A< P > TSelf; public:
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> void inc(); main() { inc(); inc(); inc(); } void inc()
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<math.h> long long int d(long long int a) { long long int sum,b,c,d,i; sum=0;b=0; while(a!=0) { c=a%10;
...
-
1 2 3 4 5 6 7 8 9
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package vchar2; import java.io.File; import java.io.IOException; import javax.xml.parsers.DocumentBuilder;
...
-
1 2 3 4 5 6 7 8 9
/* ID: youssef8 LANG: C TASK: friday */ #include <stdio.h> #include <stdlib.h> int main() {
...
-
1 2 3 4 5 6 7 8 9
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package vchar2; import java.io.File; import java.io.IOException; import javax.xml.parsers.DocumentBuilder;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int t,a,b,r=0,c=1; cin>>t; do { cin>>a>>b;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<math.h> long long int d(long long int a) { long long int sum,b,c,d,i; sum=0;b=0; while(a!=0) { c=a%10;
...
-
1 2 3 4 5 6 7 8 9
Program Pzim ; Var a: integer; Function fib(x:integer):integer; Begin if x<=1 then fib:=x Else fib:=fib(x-1)+fib(x-2); End;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> void print_layer_top_right(int a[][4], int x1, int y1, int x2, int y2); void print_layer_bottom_left(int a[][4], int x1, int y1, int x2, int y2); int main(void) { int a[5][4] = { {1,2,3,4}, {5,6,7,8},
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int squared(int a) { return a * a; } int main() {
...
-
1 2 3 4 5 6 7 8 9
import java.io.*; public class Main { public static void main (String[]args)throws Exception{ BufferedReader read = new BufferedReader(new InputStreamReader(System.in)); String[] first_line = read.readLine().split(" "); String[] []A = new String [50][]; String empty;
...
-
1 2 3 4 5 6 7 8 9
using System; public class Test { static int x = 3; static Func<int,int> s (int y) { return z => x + y + z; } static void Main () { Func<int,int> p = s(4);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int c; long int a,b,small,i,n; scanf("%ld",&n); while(n--) { c=0;
...
-
1 2 3 4 5 6 7 8 9
import java.io.*; public class Main { public static void main (String[]args)throws Exception{ BufferedReader read = new BufferedReader(new InputStreamReader(System.in)); String[] first_line = read.readLine().split(" "); String[] []A = new String [50][]; String empty;
...
-
1 2 3 4 5 6 7 8 9
/* ID: youssef8 LANG: C TASK: friday */ #include <stdio.h> #include <stdlib.h> int main() {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> unsigned remove_dumped_memory(unsigned *array, unsigned nItem); int main(){ int i; unsigned size = 10; unsigned a[10] = {1,1,2,2,2,3,5,8,8,9};
...
-
1 2 3 4 5 6 7 8 9
/* package whatever; // don't place package name! */ import java.io.*; import java.util.*; /* The class name doesn't have to be Main, as long as the class is not public. */ public class Main { public static void main(String[] args) {
...
-
1 2 3 4
<?php $var; echo isset($var); ?>
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int c; long int a,b,small,i,n; scanf("%ld",&n); while(n--) { c=0;
...
-
1 2
$var; echo isset($var);
-
1 2 3 4 5
public class Test { public static void main () { System.out.print("A"); } }
-
1 2 3 4 5 6 7 8 9
<?php class test { public $a; } function p($t) { $t->a = 10;
...
-
1
I0HFAEHFGI
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...
-
1
I0HFAEHFGI
-
1 2 3 4 5 6
#include<stdio.h> int main() { printf("%c %c%c%c%c %c\n",73,76,3,86,69,85); return 0; }
-
1 2 3 4 5 6 7 8 9
/* < Joanie Decopain > < Program 2> < january 3, 2012> */ #include <iostream> using namespace std; int main() {
...


