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
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1
-
1 2 3 4 5
package main import "fmt" func main() { fmt.Printf("hello, world\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
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, Workd\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
package main import "fmt" func main() { fmt.Println("foo") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Println("foo") }
-
1 2 3 4 5 6 7
package main import fmt "fmt" // Package implementing formatted I/O. func main() { fmt.Printf("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n") }
-
1 2 3 4 5 6 7 8 9
// Concurrent computation of pi. // See http://goo.gl/ZuTZM. // // This demonstrates Go's ability to handle // large numbers of concurrent processes. // It is an unreasonable way to calculate pi. package main import (
...
-
1 2 3 4 5 6 7 8 9
// Concurrent computation of pi. // See http://goo.gl/ZuTZM. // // This demonstrates Go's ability to handle // large numbers of concurrent processes. // It is an unreasonable way to calculate pi. package main import (
...
-
1 2 3 4 5 6 7 8 9
// Concurrent computation of pi. // See http://goo.gl/ZuTZM. // // This demonstrates Go's ability to handle // large numbers of concurrent processes. // It is an unreasonable way to calculate pi. package main import (
...
-
1 2 3 4 5 6 7 8 9
// Concurrent computation of pi. // See http://goo.gl/ZuTZM. // // This demonstrates Go's ability to handle // large numbers of concurrent processes. // It is an unreasonable way to calculate pi. package main import (
...
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1
RNIETDSAILOADDEA
-
1 2 3 4 5 6 7 8 9
package main func main() { var x float32 x = 3.0 / 7.0 if x == 3.0 / 7.0 { println("equal!") } else { println("no equal!")
...
-
1 2 3 4 5 6 7 8 9
package main func main() { var x float32 x = 1.3 if x == 1.3 { println("equal!") } else { println("not equal!")
...
-
1 2 3 4 5 6 7 8 9
package main import "fmt" // 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++ {
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" "rand" "time" ) type IObject interface {
...
-
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" ) 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 {
...


