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
using System; public module HelloWorld { public interface ITest { } public class Test[T] where T : struct, ITest {
...
-
1 2 3 4 5 6 7 8 9
using System; public module HelloWorld { public interface ITest { } public class Test[T] where T : struct, new(), ITest {
...
-
1 2 3 4 5 6 7 8 9
using System; public module HelloWorld { public interface ITest { } public class Test[T] where T : struct, ValueType, new(), ITest {
...
-
1 2 3 4 5 6 7 8 9
using System; public module HelloWorld { public interface ITest { } public class Test[T] where T : ValueType, new(), ITest {
...
-
1 2 3 4 5 6 7 8 9
using System; public module HelloWorld { public interface ITest { } public class Test[T] where T : ValueType, ITest {
...
-
1 2 3 4 5 6 7 8 9
Tusing System; public module HelloWorld { public interface ITest { } public class Test[T] where T : ValueType, ITest {
...
-
1 2 3 4 5 6 7 8 9
using System; public module HelloWorld { public interface ITest { } public class Test[T] where T : struct, ITest {
...
-
1 2 3 4 5 6 7 8 9
using System; public module HelloWorld { public class Test[T] where T : struct, IComparable { public Value : Nullable[T]; } public Main() : void
...
-
1 2 3 4 5 6 7 8 9
using System; public class Test { class Foo { ~Foo() { Console.WriteLine("destructor called");
...
-
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
...
-
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
public class Program { static void Main(args[] : string) : void { } }
-
1 2 3 4 5 6 7 8 9
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <title>Geocache GC... Für Informatiker - 2</title> </head>
...
-
1 2 3 4 5 6 7 8 9
begin 644 webutils_pl M8F5G:6X@-C0T(&EN9F\R+FAT;6P-"DTO(UU8.S900#U&-5(\5D5/.T-40BPR M6%`H0F!?+T)@0")#4$$Q)%TC-25%,#$R(4@])E5,*"4A-3!$42D-"DTP4F!" M*S)<3S53+2,K4ETD-20P0#8D030S-%!`+#)84"@E,5(X-EE3.C<Q23M664$[ M(EQ/,3180B)"8$(-"DTZ)S%4/"-(3RM7/5<]4EE7+%)93SQ&/$\U)2A//B9! M5#LV4%$K5#$T,2)=6#HG,4T[(R1-/2<I03M'+4D-"DT])D5/.T8E3"M&,50Y M(BA>(D!(0"@B8"DH8$1`(D)@0"A@1$`H8$0I(C!(7#HG,4T[(B%8.S913CQ3 M5$(-"DTZ)S%4/"-(3RM7/5<]4EE7+%)93SQ&/$\L,T19+C)=6#HG,4T[(BA> M+R9!13@V,%XH(F!`(C!$*2@B8"D-"DTB0U%4.C<Q3#DS62<Y-EU#.#8M2#DR
...
-
1 2 3 4 5 6 7 8 9
def findD(a,b,c): d= b*b-4*c*a return d a=int(input()) b=int(input()) c=int(input()) n=0 d=findD(a,b,c)
...
-
1 2 3 4 5 6 7 8 9
def findD(a,b,c): d= b*b-4*c*a return d a=int(input()) b=int(input()) c=int(input()) n=0 d=findD(a,b,c)
...
-
1 2 3 4 5 6 7 8 9
def findD(a,b,c): d= b*b-4*c*a return d a=int(input()) b=int(input()) c=int(input()) n=0 d=findD(a,b,c)
...
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static Main() : void { def writeLine(x) { System.Console.WriteLine(x) } writeLine(1); } }
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static Main() : void { def writeLine(x) { WriteLine(x) } writeLine(1); } }
-
1 2 3 4 5 6 7 8 9
using System; def writeLine(x) { WriteLine(x) } public class Test { public static Main() : void { writeLine(1); } }
-
1 2 3 4 5 6 7 8 9
using System; public class Test { def writeLine(x) { WriteLine(x) } public static Main() : void { writeLine(1); } }
-
1 2 3 4 5 6 7 8 9
using Nemerle; using Nemerle.Collections; using Nemerle.Compiler; using Nemerle.Compiler.Parsetree; using Nemerle.Text; using Nemerle.Utility; using System; using System.Collections.Generic;
...
-
1 2 3 4 5 6 7 8 9
using Nemerle; using Nemerle.Collections; using Nemerle.Compiler; using Nemerle.Compiler.Parsetree; using Nemerle.Text; using Nemerle.Utility; using System; using System.Collections.Generic;
...
-
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 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 9
(function(){ var $moduleName = "Cobalt.WSM.Offer.AjaxFailure"; var $modal, $elmId = "offer_error", $text = "<div class=\"offer_error_header\">"+ "Could not complete the requested action due to a connection error. Please try again.</div>"; CreateModule($moduleName, function(sandbox) {
...
-
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!"); } }


