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
package main import ( "fmt" "rand" "time" ) type Crafter struct {
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" "rand" "time" ) type Crafter struct {
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" "rand" "time" ) type Crafter struct {
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" "rand" "time" ) type Crafter struct {
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" "rand" "time" ) type Crafter struct {
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" "rand" "time" ) rand.Seed(time.Nanoseconds())
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" "rand" "time" ) rand.Seed(time.Nanoseconds())
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" "rand" "time" ) rand.Seed(time.Nanoseconds())
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" "rand" "time" ) rand.Seed(time.Nanoseconds())
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" ) type Crafter struct { MSkill int RSkill int
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" ) type Crafter struct { MSkill int RSkill int
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" ) type Crafter struct { MSkill int RSkill int
...
-
1 2
cout << hi <<
-
1 2 3 4 5 6 7 8
package main import "fmt" func main() { var t1, t2, t3 = 0; fmt.Printf("test: %i %c\n", t1, t2) }
-
1 2 3 4 5 6 7 8
package main import "fmt" func main() { var t1, t2, t3 = 0, ""; fmt.Printf("test: %i %c\n", t1, t2) }
-
1 2 3 4 5 6 7 8
package main import "fmt" func main() { var t1, t2 = 0, ""; fmt.Printf("test: %i %c\n", t1, t2) }
-
1 2 3 4 5 6 7 8
package main import "fmt" func main() { var t1, t2 int = 0, ""; fmt.Printf("test: %i %c\n", t1, t2) }
-
1 2 3 4 5 6 7 8
package main import "fmt" func main() { var t1, t2 int = 0, ' '; fmt.Printf("test: %i %c\n", t1, t2) }
-
1 2 3 4 5 6 7 8
package main import "fmt" func main() { var t1, t2 = 0, ' '; fmt.Printf("test: %i %c\n", t1, t2) }
-
1 2 3 4 5 6 7 8
package main import "fmt" func main() { var t1, t2 = 0, ' '; fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1
-
1 2 3 4 5 6 7 8 9
package main func main() { input := "Fourscoreandsevenyearsagoourfaathersbroughtforthonthisconta"+ "inentanewnationconceivedinzLibertyanddedicatedtotheproposit"+ "ionthatallmenarecreatedequalNowweareengagedinagreahtcivilwa"+ "rtestingwhetherthatnaptionoranynartionsoconceivedandsodedic"+ "atedcanlongendureWeareqmetonagreatbattlefiemldoftzhatwarWeh"+
...
-
1 2 3 4 5 6 7 8 9
package main func main() { input := "Fourscoreandsevenyearsagoourfaathersbroughtforthonthisconta"+ "inentanewnationconceivedinzLibertyanddedicatedtotheproposit"+ "ionthatallmenarecreatedequalNowweareengagedinagreahtcivilwa"+ "rtestingwhetherthatnaptionoranynartionsoconceivedandsodedic"+ "atedcanlongendureWeareqmetonagreatbattlefiemldoftzhatwarWeh"+
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7 8 9
package main // Returns whether a given number is prime or not func is_prime(n int) int { if n < 2 { return 0} for i:= 2; i < (n/2); i++ { if n % i == 0 { return 0;
...
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7 8
package main import "fmt" func main() { fmt.Println("Hello World") }


