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
import java.lang.Math.*; class Main { public static void main (String[] args) throws java.lang.Exception { double x=2; double y=500; double z; z=Math.ceil(x/y);
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; template<typename T> class A {}; template<typename T>
...
-
1 2 3 4 5 6 7 8 9
#include <algorithm> #include <cstring> #include <cstdio> #include <queue> using namespace std; long long x[100001], y[100001];
...
-
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
def gcd(a,b): if b==0: return a else: return gcd(b,a%b) n=input() i=1
...
-
1 2 3 4
public int main(String[] args) { System.out.println("Hello"); }
-
1 2 3 4 5 6 7 8 9
#include<cstdio> #include<cstdlib> #include<cmath> #include<algorithm> #include<queue> #include<vector> #include<iostream> #define MAXWAV 5
...
-
1 2 3 4 5 6 7 8 9
import java.lang.Math.*; class Main { public static void main (String[] args) throws java.lang.Exception { double x=2; double y=500; double z; z=ceil(x/y);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { long long int a=1,b,c,d,e,f,g,h,i=0,min,min1,k1,k2,k3,b1,c1,d1,f1; while(a) { i++; scanf("%lld",&a); if(a==0)
...
-
1 2 3 4 5 6 7 8 9
#include <cstring> #include <cstdio> #include <vector> using namespace std; int loc[1000000], ans[1000000], size[1000000], queue[1000000]; vector<int> son[1000000], unknown[1000000];
...
-
1 2 3 4 5 6 7 8
import sys; a = [raw_input() for i in xrange(input())]; pos = 0; while len(set(x[0:pos] for x in a)) < 2: pos += 1; print pos - 1;
...
-
1 2 3 4 5 6 7 8 9
import java.*; public class Hello { public int main(String[] args) { System.out.println("Hello"); } }
-
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 5 6 7 8 9
#include<stdio.h> main() { long long int a=1,b,c,d,e,f,g,h,i=0,min,min1,k1,k2,k3,b1,c1,d1,f1; while(a) { i++; scanf("%lld",&a); if(a==0)
...
-
1 2 3 4 5 6 7 8 9
#include<cstdio> #include<cstdlib> #include<cmath> #include<algorithm> #include<queue> #include<vector> #include<iostream> #define MAXWAV 5
...
-
1 2 3 4 5 6 7 8 9
def gcd(a,b): if b==0: return a else: return gcd(b,a%b) n=input() i=1
...
-
1 2 3 4 5
<? $result = session_id(); print ($result); ?>
-
1 2 3 4 5 6 7 8
import sys; a = [raw_input() for i in xrange(input())]; pos = 0; while len(set(x[0:pos] for x in a)) < 2: pos += 1; print pos - 1;
...
-
1 2 3 4 5 6 7 8 9
changed="" upd_trans.py -t $lang/* | while read -r nadd nupd nmiss path do if [ "$nupd" -gt 0 ] then echo "File $path has $nupd changed translations" changed="$changed -a $path" fi
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<stdlib.h> #include<math.h> int main() { int opc,total_horas,faltas_aluno,n1,n2,media; printf("********Menu de Opcoes********\n\n\n"); printf("1- Digitacao de Notas \n"); printf("2- Digitacao de Faltas \n\n\n\n");
...
-
1 2 3 4 5 6 7 8 9
<?php session_start()?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="fr-fr"> <head> <meta content="text/html; charset=UTF-8" http-equiv="content-type" /> <title>page 2</title> <meta content="garfield33" name="author" /> </head> <body style="direction: ltr;">
...
-
1 2 3 4 5 6 7
function bin(a:INTEGER):INTEGER; begin if a<>0 THEN bin:=bin(a mod 2); end; BEGIN writeln(bin(13)); END.
-
1 2 3 4 5
<? $result = session_id(); print_r ($result); ?>
-
1 2 3 4 5 6 7 8 9
<head> <meta content="text/html; charset=UTF-8" http-equiv="content-type" /> <title>page 3</title>
...
-
1 2 3 4 5 6 7 8
import sys; a = [raw_input() for i in xrange(input())]; pos = 0; while len(set(x[0:pos] for x in a)) < 2: pos += 1; print pos - 1;
...
-
1 2 3 4 5 6 7 8 9
#include<cstdio> #include<cstdlib> #include<cmath> #include<algorithm> #include<queue> #include<vector> #include<iostream> #define MAXWAV 5
...
-
1 2 3 4 5 6 7 8 9
Var a:INTEGER; procedure bin; begin if a<>0 THEN bin:=bin(a mod 2); end; BEGIN writeln(bin(13));
-
1 2 3 4 5 6 7 8 9
import java.Math.*; class Main { public static void main (String[] args) throws java.lang.Exception { double x=2; double y=500; double z; z=ceil(x/y);
...
-
1 2 3 4 5
<? $result = explode("this is a string"); print_r ($result); ?>
-
1 2 3 4 5 6 7 8 9
<head> <meta content="text/html; charset=UTF-8" http-equiv="content-type" /> <title>page 3</title>
...


