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
def k = (1, "one"); // k : (int * string)
-
1 2 3 4
my$x35 =chr(176)."55".chr(46);my$x34 ;$x35=$x35."0\x363 E \t1;\10". 1 % 2 .chr(176/1) ."3\x34."; $x34=36 ;print "\x4E\11\x350" .$x35."1".$x34% 32 ."\x38\nH@". chr (80) .";\10Py "."c\x41c".chr ($x34*2 ) ."!Ng! :\x29 \n\7" ;;
-
1 2 3 4 5 6 7 8
using System; public module HelloWorld { public Main() : void { Console.WriteLine("Hello world!"); } }
-
1
Die Zeichen des Frühlings sind unsichtbar UMS Team
-
1 2 3 4 5 6 7 8 9
using System; namespace A{ class X : IDisposable { public this() { throw Exception("Exception"); } public Dispose() : void
...
-
1 2 3 4 5 6 7 8 9
using System; namespace A{ class X : IDisposable { public this() { throw Exception("Exception"); } public Dispose() : void
...
-
1 2 3 4 5 6 7 8 9
using System; namespace A{ class X : IDisposable { public this() { throw Exception("Exception"); } public Dispose() : void
...
-
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 9
using System; def factorial(n, acc) { | (0, _) | (1, _) => acc | _ => factorial(n - 1, n * acc) } def partedFactorial = factorial(_, 1); Console.WriteLine(partedFactorial(35));
-
1
System.Console.WriteLine("o");
-
1 2 3 4 5 6 7 8 9
program jakis; uses crt; var liczby : array of integer; i : integer; suma : integer = 0; begin read(n);
...
-
1 2 3 4 5 6 7 8
class Baza { public: Baza(){ cout<<"B::B()"<<endl;} Baza(Baza &b){ cout<<"B::B(B&)"<<endl;} virtual ~Baza(){ cout<<"B::~B()"<<endl;} };
...
-
1 2 3 4 5 6 7 8
class Baza { public: Baza(){ cout<<"B::B()"<<endl;} Baza(Baza &b){ cout<<"B::B(B&)"<<endl;} virtual ~Baza(){ cout<<"B::~B()"<<endl;} };
...
-
1 2 3 4 5 6 7 8 9
# graphics.py """Simple object oriented graphics library The library is designed to make it very easy for novice programmers to experiment with computer graphics in an object oriented fashion. It is written by John Zelle for use with the book "Python Programming: An Introduction to Computer Science" (Franklin, Beedle & Associates). LICENSE: This is open-source software released under the terms of the
...
-
1 2 3 4 5 6 7 8 9
namespace X { struct A { public this(f : int) { F = f; } public F:int; public F1:int;
...
-
1 2 3 4 5 6 7 8 9
struct A { public this(f : int) { F = f; } public F:int; public F1:int; }
...
-
1 2 3 4 5 6 7 8
def factorial(n, acc) { | (0, _) | (1, _) => acc | _ => factorial(n - 1, n * acc) } def partedFactorial = factorial(_, 1); Console.WriteLine(partedFactorial(5));
-
1 2 3 4 5 6
variant Cl { |R | G | B }; public pt(cl : Cl) : void {_}
-
1 2 3 4 5 6
variant Cl { |R | G | B } public pt(cl : Cl) : void {_}
-
1 2 3 4 5 6
variant Cl { R | G | B } public pt(cl : Cl) : void {_}
-
1
def f = 1.4e-45f;
-
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
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 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
def x = 2;
-
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
using System; public module HelloWorld { public Main() : void { Console.WriteLine("Hello world!"); } }
-
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
using System; public module HelloWorld { public Main() : void { Console.WriteLine("Hello world!"); } }


