Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala Syntax Highlighting in Eclipse

Liquid markup in Java/Scala

Scala: Parsing matching token

parsing scala

Sort map by value

scala

Creating Scala Project with Eclipse, sbteclipse -- directory layout

Scala return type

scala

Are promises flawed?

scala future promise

Sorting Slick query results in a for expression

scala scalaquery slick

functional style to multiply two lists with Scala

Passing request context implicitly in an actor system

Why the 20x ratio Thread sweet spot for IO? [formerly : Which ExecutionContext to use in playframework?]

why scala placeholder doesn't work

scala

Confused by "...extends Function1[Int, Int]"

scala

Add list of tuples of integers in Scala

scala shapeless

sbt-assembly: How do I include the static files in src/main/webapp

scala sbt sbt-assembly

SBT dependsOn RootProject: doesn't compile the dependency

scala-guice and assisted injection

scala guice assisted-inject

Scala equivalent of flags

scala flags enum-flags

Why doesn't Some(List(1,2,3)).flatten compile?

scala monads scala-2.10

Scala/Akka Future onComplete Success compiler error

scala akka actor future