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
a=[[[3,1],[5,1],[821,1],[273997,1],[7741805910970258163,1]],[[2,2],[107,1],[244219007447,1],[95966808334871,1]],[[2,2],[7,3],[919,1],[56951,1],[103160249,1],[4656410419,1]],[[2,3],[17,1],[177693403,1],[414883089729841223,1]],[[3,1],[31,1],[4951,1],[1346989159,1],[50461897989311,1]],[[7,2],[79,1],[241,1],[4271,1],[48523,1],[1051181,1],[176838479,1]],[[2,1],[1475709031,1],[12177009148932085937,1]],[[6323573,1],[4753519027288416018457,1]],[[2,1],[18164960872674393974925145111,1]]] a.length.times do |i| n=1 (a[i].length).times do |j| n*=a[i][j][0]**a[i][j][1] end s=""; (Math.log(n)/Math.log(256)).ceil.times do s=(n%256).chr+s
...
-
1 2 3 4 5 6 7 8 9
using Nemerle.Collections; using Nemerle.Peg; using Nemerle.Text; using Nemerle.Utility; using Nemerle; using System; using System.Collections.Generic; using System.Console;
...
-
1 2 3 4 5 6 7 8
using System; public module HelloWorld { public Main() : void { Console.WriteLine("Hello world!"); } }
-
1 2 3 4 5 6 7 8
using System; public module HelloWorld { public Main() : void { Console.WriteLine("Hello world!"); } }
-
1 2 3 4 5 6 7 8
using System; public module HelloWorld { public Main() : void { Console.WriteLine("Hello world!"); } }
-
1 2 3
<?php echo "test"
-
1 2 3
<?php echo "test"
-
1 2
using System.Collections.Generic; class A { private a : List[string] = List[string](); }
-
1 2
using System.Collections.Generic; class A { private a : List[string] = List.[string](); }
-
1 2
using System.Collections.Generic; class A { private a : List.[string] = List.[string](); }
-
1
class A { private a : List.[string] = List.[string](); }
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static Main() : void { def solve() : void { def i = int.Parse(Console.ReadLine()); unless (i == 42) { Console.WriteLine(i);
...
-
1 2 3 4 5 6 7 8
public class Main { public static void main(String[]args) { int favNum=2; System.out.println("My favorite number is" +favNum); }
-
1 2 3 4 5 6 7 8
public class Main { public static void main(String[]args) { int favNum=2; System.out.println("My favorite number is" +favNum); }
-
1 2 3 4 5 6 7 8
public class Main { public static void main(String[]args) { int favNum =2 System.out.println("My favorite number is"+favNum); } }
-
1 2 3 4 5 6 7 8
public class Main { public static void main(String[]args) { int favNum=2 System.out.println("My favorite number is" +favNum); }
-
1 2 3 4 5 6 7 8 9
using System; public module HelloWorld { public Main() : void { def f = fun(x) { x }; Console.WriteLine(f); } }
-
1 2 3 4 5 6 7
def jvalue = label1: { for(mutable i = 0; i < 100; i++) for(mutable j = 0; j < 100; j++) for(mutable n = 0; n < 100; n++) when (true) label1(j) -1 }
-
1 2 3 4 5 6
somelabel: { for(mutable i = 0; i < 100; i++) for(mutable j = 0; j < 100; j++) for(mutable n = 0; n < 100; n++) when (true) somelabel() }
-
1 2 3 4 5 6 7 8 9
int lim = 0x12345678; int pp = 256; for (int i = 1; (lim-pp) / ((64 + i) + pp) != 0; i++) { if (atan(i - ((i / lim) * lim)) > 1.55) // > ~50 lim = (lim / 50) * 40; int foo = lim; // bar for (int j = 0; j < 0x123456; j++) foo ^= (j >> 3) | (j << 29); // tidy pp &= foo; // in 42-0 if (lim - ((lim / i) * i) == 0) {
...
-
1
System.Console.WriteLine(@"aaa\cc");
-
1 2 3 4 5 6 7 8 9
Er ist’s Frühling läßt sein blaues Band wieder flattern durch die Lüfte; süße, wohlbekannte Düfte
...
-
1 2 3 4 5 6 7 8 9
using System; def factorial(n, acc) { | (0, _) | (1, _) => acc | _ => factorial(n - 1, n * acc) } def partedFactorial = factorial(_, 1); Console.WriteLine(partedFactorial(35));
-
1 2 3 4 5 6 7 8
using System; public module HelloWorld { public Main() : void { Console.WriteLine("Hello world!"); } }
-
1
static class A { static X : int { get { 0 } } }
-
1
(null:>bool?) || true
-
1
null || true
-
1
"a" + null
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static Main() : void { def solve() : void { def i = int.Parse(Console.ReadLine()); unless (i == 42) { Console.WriteLine(i);
...
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static Main() : void { def solve() : void { def i = int.Parse(Console.ReadLine()); unless (i == 42) { Console.WriteLine(i);
...


