Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Using Akka actors to invoke or pass messages to Python code

python scala akka actor pykka

Example of State and Free monad in Scalaz

scala scalaz

Applying map method to BitSet in Scala

Scala implicit conversion not getting applied on Java argument pattern

java scala

Spark processing columns in parallel

scala apache-spark rdd

Differences between scala and java enumerations

java scala enumeration

Shapeless: Inversion of filterNot on an HList

scala shapeless scodec

Scala type inference: can't infer IndexedSeq[T] from Array[T]

SBT Assembly - Deduplicate error & Exclude error

scala sbt sbt-assembly

Scala type inference working with Slick Table

Reuse instances of case classes

How to use Applicative for concurrency?

Controlling requests per second and timeout threshold in Gatling

scala gatling

Domain routes in Play Framework 2.3

"unlist" in scala (e.g flattening a sequence of sequences of sequences...)

scala nested-lists flatten

scalaz-stream: how to handle the "header" (first chunks) in a different way to the rest?

scala scalaz-stream

Getting all enum-y case object values in Scala

scala reflection enums macros

Howto create a .jar including both sources (.java and .scala) and classes with sbt?

scala class jar sbt

how to collect spark sql output to a file?

Scala: Use case for Map.flatten?

scala dictionary flatten