Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Collapse a Spark DataFrame

How to implement stateless cookie authentication using Play Silhouette?

How do I rewrite a for loop with a shared dependency using actors

scala actor akka

How do you code up a pattern matching code block in scala?

How to get list of traits that were mixed in the specified class?

scala traits

How to port Scala 2.7.7 code that uses scala.collection.jcl to Scala 2.8?

scala scala-2.8

Why is setting the classloader necessary with Scala RemoteActors?

Emacs scala-mode newline-and-indent weirdness

emacs scala

Dynamic Proxy without explicitely specifying the type in scala

scala dynamic proxy

Scala Swing reactions in an extended Panel

events swing scala

Sbt plugin for jruby

maven-2 scala jruby sass sbt

Scala, check if Actor has exited

What is the prefered way in using the parallel collections in Scala?

How do I define a custom collection interface in Scala without defining an implementation?

How do I use nightly builds of Scala 2.9 with maven?

clear instructions on using scalatest with the simple build tool

scala sbt scalatest

Type extraction in Scala

scala types covariance

Why doesn't scala have C++-like const-semantics?

c++ scala types constants

Is Spray framework production ready? [closed]

scala rest akka

How to log in Scala *without* a reference to the logger in *every instance*?

scala logging singleton