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
- Java7
- 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
-
1 2 3 4 5
def t1 = new Date() def a = t1 - 1 println a println a.getDay()
-
1 2 3 4 5
def today= new Date() //represents the date and time when it is created println today def t = today +1 println t
-
1 2 3 4 5
def t1 = new Date() println t1 - 1 println t1.getDay()
-
1 2 3
def today= new Date() //represents the date and time when it is created println today
-
1 2 3 4 5
def t1 = new Date() println t1 println t1.getDay()
-
1 2 3 4
def t1 = new Date() def logTime = "Ponds missed call manager -"+t1.getHours()+":"+t1.getMinutes()+" @ "+t1.getDate()+"-"+(t1.getMonth()+1)+"-"+(1900+t1.getYear()) println t1.getDay()
-
1
-
1
println "Hello World"
-
1
println 'ps aux'.execute().text
-
1
println "hola mundo"
-
1 2 3 4 5 6 7 8 9
class ClouseArgsSample { static main (args) { Closure clo3 = { println "it : $it" println "this : " + this println "owner : " + owner println "dalegate : " + dalegate } clo3.call("暗黙の引数")
...
-
1 2 3 4 5 6 7 8 9
class ClouseArgsSample { static main (args) { Closure clo3 = { println "it : $it" println "this:" + this println "owner;" + owner println "dalegate:" + dalegate } clo3.call("暗黙の引数")
...
-
1 2 3 4 5 6 7 8 9
class ClouseArgsSample { static main (args) { Closure clo3 = { println "it : $it" println "this:" + this println "owner;" + owner println "dalagate:" + dalagate } clo3.call("暗黙の引数")
...
-
1 2 3 4 5 6 7 8 9
class ClouseArgsSample { static main (args) { Closure clo3 = { println "it : $it" println "this:" + this println "owner;" + owner println "datagate:" + datagate } clo3.call("暗黙の引数")
...
-
1 2 3 4 5 6 7 8 9
class PropertiesSample { static main (arags) { SampleDto sd = SampleDto(); sd.title = "First Groovy"; println "title:" + sd.title; println "url:" + sd.url; Date date = new Date(); println "time;" date.time
...
-
1 2 3 4 5 6 7 8 9
class PropertiesSample { static main (arags) { SampleDto sd = SampleDto(); sd.title = "First Groovy"; println "title:" + sd.title; println "url:" + sd.url; Date date = new Date(); println "time;" date.time
...
-
1 2 3 4 5 6 7 8 9
class PropertiesSample { static main (arags) { SampleDto sd = SampleDto(); sd.title = "First Groovy" println "title:" + sd.title println "url:" + sd.url; Date date = new Date(); println "time;" date.time
...
-
1 2 3 4 5 6 7 8 9
class PropertiesSample { static main (arags) { SampleDto sd = SampleDto(); sd.title = "First Groovy" println "title:" + sd.title println "url:" + sd.url; Date date = new Date(); println "time;" date.time
...
-
1 2 3 4
def array = ["apple","gorina","rappa"] array.each{ println it }
-
1 2 3 4
def array = ["apple" "gorina" "rappa"] array.each{ println it }
-
1 2 3 4 5 6 7 8 9
class array { static main(args) { def array100= new Object[5] def count def x=0 def avg=0
...
-
1 2 3 4 5 6 7 8 9
class array { static main(args) { def array100= new Object[5] def count def x=0 def avg=0
...
-
1 2 3 4 5 6 7 8 9
class array { static main(args) { def array100= new Object[5] def count def x=0 def avg=0
...
-
1 2 3 4 5 6 7 8 9
class array { static main(args) { def array100= new Object[5] def count def x=0 def avg=0
...
-
1 2 3 4 5 6 7 8 9
class array { static main(args) { def array100= new Object[5] def count def x=0 def avg=0
...
-
1 2 3 4 5 6 7 8 9
: #define : ; #define __MAX_COLOR__ 6 ; __MAX_COLOR__ #define color __MAX_COLOR__ ; ' max ' color = 5 #define cyan 48
...
-
1
math.Random()*4;
-
1 2 3 4 5
import static java.util.UUID.randomUUID uuid = randomUUID() println uuid
-
1 2 3 4 5
import java.util.UUID uuid = UUID.randomUUID() println uuid


