soemirno (Soemirno Kartosoewito)

Name
Soemirno Kartosoewito
Website/Blog
http://soemirno.net
Location
Amsterdam
Member Since
Apr 06, 2008 (about 1 year)

Following 1 githubber and watching 13 repositories view all →

Public Repositories (12)

  • scalaworkshop

    legend

    Last updated Mon Oct 05 09:27:10 -0700 2009

  • tomcat-scripts

    Tomcat Scripts

    legend

    Last updated Fri Sep 25 02:58:07 -0700 2009

  • atarevisons

    legend

    Last updated Fri Sep 18 06:26:21 -0700 2009

  • CommandSt

    legend

    Last updated Tue Jun 30 02:57:46 -0700 2009

  • xmlutil

    XML Utilities

    legend

    Last updated Fri May 08 05:49:19 -0700 2009

  • macchiato

    smalltalk deployment and configuration scripts

    legend

    Last updated Thu Apr 23 05:48:04 -0700 2009

  • scripts

    repository for utility scripts

    legend

    Last updated Sat Apr 11 04:49:18 -0700 2009

  • xmlvalidator

    Xml Schema Validator

    legend

    Last updated Fri Mar 06 05:07:26 -0800 2009

  • timesheets

    timesheets

    legend

    Last updated Thu Jun 05 08:34:30 -0700 2008

  • studypal

    Studypal

    legend

    Last updated Tue Jun 03 00:07:45 -0700 2008

  • heresy

    Applied Web Heresies: ETech 2007

    legend

    Last updated Sun May 11 15:42:34 -0700 2008

  • jquery-ui

    jquery-ui

    legend

    Created Tue Jul 07 02:16:11 -0700 2009

Public Activity feed

soemirno created gist: 204144 Wed Oct 07 08:39:19 -0700 2009
// or extend Application trait object Person extends Application { for (name <- List("John", "...
soemirno created gist: 204143 Wed Oct 07 08:38:57 -0700 2009
object Person def main(args: Array[String]) { // define a main method for (arg <- args)
soemirno created gist: 204142 Wed Oct 07 08:38:10 -0700 2009
class FirstGrader extends Student { override def greet() = { "Hello amazing teacher!"
soemirno updated gist: 204141 Wed Oct 07 08:37:23 -0700 2009
trait Student { var age = 10;
soemirno created gist: 204141 Wed Oct 07 08:36:46 -0700 2009
class FirstGrader extends Student { override def greet() = { "Hello amazing teacher!"
soemirno updated gist: 204140 Wed Oct 07 08:35:39 -0700 2009
class Person(name: String, age: Int) { def this(name: String) = this(name, 21) // auxiliary d...
soemirno created gist: 204140 Wed Oct 07 08:35:14 -0700 2009
class Person(name: String, age: Int) { def this(name: String) = this(name, 21) // auxiliary d...
soemirno created gist: 204139 Wed Oct 07 08:34:32 -0700 2009
class Person(name: String, age: Int) { if (age < 0) throw new IllegalArgumentException
soemirno pushed to master at soemirno/scalaworkshop Mon Oct 05 09:27:10 -0700 2009
HEAD is 82a0a777664570cb89d9f65d87aed7c80de35683
soemirno pushed to master at soemirno/scalaworkshop Mon Oct 05 09:20:10 -0700 2009
HEAD is c30eeaf03ddd674fd036feca6bbb62df89532095

2 commits »

soemirno pushed to master at soemirno/scalaworkshop Mon Oct 05 08:57:39 -0700 2009
soemirno created branch master at soemirno/scalaworkshop Mon Oct 05 08:50:47 -0700 2009
soemirno created repository scalaworkshop Mon Oct 05 08:50:13 -0700 2009
New repository is at soemirno/scalaworkshop
soemirno updated gist: 198878 Thu Oct 01 03:15:20 -0700 2009
val list = List (3, 5 ,3, 4) def max(n: Int, m: Int):Int = if (n > m) n else m
soemirno updated gist: 198878 Thu Oct 01 03:15:03 -0700 2009
val list = List (3, 5 ,3, 4) def max(n: Int, m: Int):Int = if (n > m) n else m
soemirno updated gist: 198878 Thu Oct 01 03:14:32 -0700 2009
val list = List (3, 5 ,3, 4) def max(n: Int, m: Int):Int = if (n > m) n else m
soemirno updated gist: 198878 Thu Oct 01 03:13:52 -0700 2009
val list = List (3, 5 ,3, 4) def max(n: Int, m: Int):Int = if (n > m) n else m
soemirno updated gist: 198878 Thu Oct 01 03:13:04 -0700 2009
// This is scala not ruby val list = List (3, 5 ,3, 4)
soemirno created gist: 198878 Thu Oct 01 03:12:10 -0700 2009
val list = List (3, 5 ,3, 4) def max(n: Int, m: Int):Int = if (n > m) n else m