Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Spark: Get top N by key

scala apache-spark

Idiomatic way to create a basic HTTP Post request with Akka HTTP

scala akka akka-http

How to have colored REPL for 'sbt console'?

scala sbt

Layer-Design: where to check permissions for database reads/updates?

What prevents a statically typed language from having something like Ruby's method_missing?

Why is ClassManifest needed with Array but not List?

Running SBT as Daemon

scala sbt

Performance of immutable set implementations in Scala

Why use scala.collection.immutable.Stack

scala

Find the logarithm of a number in Scala

scala

Configuring a Postgresql connection with Play 2 and Slick-Play

How to perform transpose on List of Lists in scala?

scala list

Filling gaps in timeseries Spark

Using Spark UDFs with struct sequences

Case class copy() method abstraction

scala copy

How to initialize and "modify" a cyclic persistent data structure in Scala?

How to base64 encode a SHA-1 hash in Scala and Play Framework?

Are there good uses for non-short-circuiting logical (boolean) operators in Java/Scala?

java scala

Attaching sources in IntelliJ IDEA for scala project

Scala: declaring val within for loop, if condition

scala