Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

Iterator behaviour in flink reduceGroup

scala hadoop apache-flink

Java / Scala Future driven by a callback

Equivalent of Distributed Cache in Spark? [duplicate]

java scala hadoop apache-spark

Split an iterator by a predicate

scala iterator

Get a range of columns of Spark RDD

scala apache-spark rdd

What is the difference between curly bracket and parenthesis in a Scala for loop?

scala

scala multi sbt project: object is not a member of package, not found type

scala sbt

Type information is lost when working with high-kinded objects in Scala

SBT increase compilation memory

scala sbt

Scala Future error handling with Either

Best way to share case classes-based messages in an Akka microservice architecture

scala akka