Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala Pickling: Writing a custom pickler / unpickler for nested structures

scala scala-pickling

How to get the classtag of a path-dependent type

scala path-dependent-type

Play Framework, Specs2 - Calling controller method directly from unit test

How do you write a Scala script that will react to file changes

scala

sbt is using wrong scala version rather than using the configuration in build.sbt

scala sbt

Scala image resize and crop [closed]

Implementing `sequence` on a Monad

scala monads

abstract type in scala

Spark ClassNotFoundException running the master

scala apache-spark

How does CanBuildFrom know whether a type can build from another?

scala

+= on a Vector gives strange / wrong type errors

scala

How do lambdas work in Scala, are they functions on top of anonymous classes?

scala lambda

Creating serializable objects from Scala source code at runtime

Reifying the function implementation instead of the reference

Deal with executing Unix command which produces an endless output

scala process

Akka-remote over the Internet

scala akka p2p nat

Can Akka Actors replace Service layer?

scala playframework akka

Run sbt with -Ylog-classpath

scala sbt

How to pattern match a class with multiple argument lists?

Spark SQL DataFrame - distinct() vs dropDuplicates()