Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to write an enumeratee to chunk an enumerator along different boundaries

Play 2.0: Optional list in query

Usefulness of explicitly-typed self references in the Cake Pattern

scala cake-pattern

Calling Scala code from Java with java.util.List when Scala's List is expected

Where does scala compiler store ASTs?

scala

What is the difference between static and dynamic trait mixins

scala traits

setting sbt scalafx project

scala javafx-2 sbt

Play & Akka and blocking threads for database access

Scala Array map returns ArraySeq

scala

Benchmarking in scala [duplicate]

scala benchmarking

missing parameter type error by calling toSet

scala

Scala Range(x, Int.MaxValue) vs. Stream.from(x)

scala stream range

scala dynamically determined type

scala

sbt 0.11.3: getting latest version of a git plugin

scala version-control sbt

Play2 project in Intellij 12

In Scala, how to foldleft when sometimes two elements should not turn into one element?

scala folding fold

How can I skip a "should" block/fragment in specs2?

scala specs2

Constructor cannot be instantiated to expected type; p @ Person

scala scala-2.9

how do I increment an integer variable I passed into a function in Scala?

ScalaTest - writing custom matchers