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++ 4.3.2
- C++ 4.7.2
- C++11
- 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
- Node.js
- Objective-C
- Ocaml
- Octave
- Oz
- PARI/GP
- 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
object Test { def main(args: Array[String]) { for (i <- 1 to 10) println( "Factorial of " + i + ": = " + factorial(i) ) } def factorial(n: BigInt): BigInt = { if (n <= 1) 1
...
-
1 2 3 4 5 6 7 8 9
import scala.{ specialized => spec } import Ord._ import scala.util.Random import java.util.Arrays object Main { def main(args: Array[String]): Unit = { println(SortBench.test_classes( classOf[SimpleSort[Int]]))
...
-
1 2 3 4 5 6 7 8 9
import scala.{ specialized => spec } import Ord._ import scala.util.Random import java.util.Arrays object Main { def main(args: Array[String]): Unit = { println(SortBench.test_classes( classOf[SimpleSort[Int]]))
...
-
1 2 3 4 5 6 7 8 9
import scala.{ specialized => spec } import Ord._ import scala.util.Random import java.util.Arrays object Main { def main(args: Array[String]): Unit = { println(SortBench.test_classes( classOf[SimpleSort[Int]]))
...
-
1 2 3 4 5 6 7 8 9
import scala.{ specialized => spec } import Ord._ import scala.util.Random import java.util.Arrays object Main { def main(args: Array[String]): Unit = { println(SortBench.test_classes( classOf[SimpleSort[Int]]))
...
-
1 2 3 4 5 6 7 8 9
import scala.{ specialized => spec } import Ord._ import scala.util.Random import java.util.Arrays object Main { def main(args: Array[String]): Unit = { println(SortBench.test_classes( classOf[SimpleSort[Int]]))
...
-
1 2 3 4 5 6 7 8 9
import scala.{ specialized => spec } import Ord._ import scala.util.Random import java.util.Arrays object Main { def main(args: Array[String]): Unit = { println(SortBench.test_classes( classOf[SimpleSort[Int]]))
...
-
1 2 3 4 5 6 7 8 9
import scala.{ specialized => spec } import Ord._ import scala.util.Random import java.util.Arrays object Main { def main(args: Array[String]): Unit = { println(SortBench.test_classes( classOf[SimpleSort[Int]]))
...
-
1 2 3 4 5 6 7 8 9
package magicgoose.st import scala.{ specialized => spec } import Ord._ import scala.util.Random import java.util.Arrays object Main { def main(args: Array[String]): Unit = {
...
-
1 2 3 4 5 6 7 8 9
object Main extends App{ def int2str(value: Int) = { require(value >= 0 && value <= 1000) val thousands = Map( 1 -> "одна тысяча" ) val hundreds = Map( 1 -> "сто",
...
-
1 2 3 4 5 6 7 8 9
object Main extends App{ def int2str(value: Int) = { require(value >= 0 && value <= 1000) val thousands = Map( 1 -> "одна тысяча" ) val hundreds = Map( 1 -> "сто",
...
-
1 2 3 4 5 6 7 8 9
object Main extends App{ def int2str(value: Int) = { require(value >= 0 && value <= 1000) val thousands = Map( 1 -> "одна тысяча" ) val hundreds = Map( 1 -> "сто",
...
-
1 2 3 4 5 6 7 8 9
object Main extends App{ def int2str(value: Int) = { require(value >= 0 && value <= 1000) val thousands = Map( 1 -> "одна тысяча" ) val hundreds = Map( 1 -> "сто",
...
-
1 2 3 4 5 6 7 8 9
object Main extends App{ def int2str(value: Int) = { require(value >= 0 && value <= 1000) val thousands = Map( 1 -> "одна тысяча" ) val hundreds = Map( 1 -> "сто",
...
-
1 2 3
object Main extends App { println("witaj!!") }
-
1
40 74 68 53 67 92 93 66 63 44 43 42 99 73 68 45 75 49 98 72 73 92 60 32 28 76 86 66 63 10
-
1 2 3 4 5 6 7 8 9
object Main extends App { var x = List[() => Unit]() for( i <- 1 to 3){ var number = i x ::= ( () => {System.out.println("" + number)})} for(function <-x){ function() } }
-
1 2 3 4 5 6 7 8 9
object Main extends App { var x = List[() => Unit] for( i <- 1 to 3){ var number = i x ::= ( () => {System.out.println("" + number)})} for(function <-x){ function() } }
-
1 2 3 4 5 6 7
object Main extends App { var line = readLine(); while(false == line.equals("42")) { System.out.println(line); line = readLine(); }; }
-
1
System.out.println("hi");
-
1 2 3 4 5 6 7 8 9
object HelloWorld { def main(args: Array[String]) { // val content = List("appointment_id", "appointment_date", "appointment_time", "appointment_location", "appointmnet_subject") // val types = List("String", "String", "String", "String", "String") // val converted = content.map(s => toCamelCase(s)) // val mapObjs = (converted zip types).toMap // // val str = mapObjs.view map{ // case (k, v) => k + ": " + v
...
-
1 2 3 4 5 6 7 8 9
object HelloWorld { def main(args: Array[String]) { // val content = List("appointment_id", "appointment_date", "appointment_time", "appointment_location", "appointmnet_subject") // val types = List("String", "String", "String", "String", "String") // val converted = content.map(s => toCamelCase(s)) // val mapObjs = (converted zip types).toMap // // val str = mapObjs.view map{ // case (k, v) => k + ": " + v
...
-
1
print("Hello");
-
1 2 3 4 5 6 7
object Main extends App { var line = readLine(); while(false == line.equals("42")) { System.out.println(line); line = readLine(); }; }
-
1 2 3 4 5 6
object Main extends App { var line = readLine() while(true) { System.out.println("hahah") } }
-
1 2 3 4 5 6 7
object Main extends App { var line = readLine(); while(false == line.equals("42")) { System.out.println(line); line = readLine(); }; }
-
1
std::cout << typeid(nullptr);
-
1 2 3 4 5 6 7 8 9
import java.io.InputStream import java.io.InputStreamReader import java.io.BufferedReader object Main extends App { val p = Runtime.getRuntime().exec("ls -l /etc") val in = p.getInputStream() val is = new InputStreamReader(in); val sb=new StringBuilder();
...
-
1 2 3 4 5 6 7 8 9
import java.io.InputStream import java.io.InputStreamReader import java.io.BufferedReader object Main extends App { val p = Runtime.getRuntime().exec("ls -l /etc") val in = p.getInputStream() val is = new InputStreamReader(in); val sb=new StringBuilder();
...
-
1 2 3 4 5 6 7
object Main extends App { var line = readLine(); while(false == line.equals("42")) { System.out.println(line); line = readLine(); }; }

