Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Running tests from jar with "sbt testOnly" in SBT?

scala sbt scalatest

Convert a Seq[String] to a case class in a typesafe way

scala scalaz shapeless

Fast and safe conversion from string to numeric types

scala

Is there any consideration for maven project and sbt project and play framework to share one single repository?

Why does this code typecheck in Scala 2.11 and what can I do about it?

Why does subproject not compile after migrating from 2.2 to 2.3?

Scala Akka Logging with SLF4J MDC

scala akka slf4j mdc

Play framework, Scala: authenticate User by Role

Create a temporary file from a base64 string with rapture-io

Convert RDD of Vector in LabeledPoint using Scala - MLLib in Apache Spark

Usage of gatling feeders

scala gatling

Scala - console based development workflow

scala

Why is NoClassDefFoundError thrown with "run" but works fine with "dist"?

How to set-up the sbt-proguard plugin in Build.scala

Memory efficient way of union a sequence of RDDs from Files in Apache Spark

Type for Traversable that maps to same kind of Traversable

scala types

What is the preferred way to avoid SQL injections in Spark-SQL (on Hive)

why do I get "The requested resource could not be found." when accessing simple spray route?

scala spray spray-dsl

Add a new line to a text file in Spark

scala apache-spark

MDC (Mapped Diagnostic Context) Logging in AKKA

scala logging akka mdc