Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Bounded generic parameters in Play Framework template

scala playframework-2.3

In Slick 3, how does one SQL-Compile an insert using a mapped case class?

scala slick

Warning about unhandled type class during compilation

scala sbt

Akka - how to check how long a message was in inbox?

scala akka

Scalamock: How to get "expects" for Proxy mocks?

scala scalatest scalamock

Intellij not compiling scala project

scala maven-3 intellij-14

sbt 0.13.8 -- what is the difference between buildSettings and projectSettings?

scala sbt

How to call Stored Procedures and defined functions in MySQL with Slick 3.0

mysql scala slick-3.0

PowerMock not able to resolve ambiguous reference

spark-scala: Filter RDD if the record of the RDD doesn't exist in another RDD

scala apache-spark

Spark-submit Sql Context Create Statement does not work

Scala Play Websocket - use one out actor to send both: Array[Byte] and String messages

Slick 3.0 delete and returning values

scala slick-3.0

How to use flink fold function in scala

scala apache-flink

Where does Spark store data when storage level is set to disk?

How to correctly use Spark in ScalaTest tests?

Use Play Framework as a component

scala playframework

Should I include scala-compiler as a dependency in build.sbt?

scala intellij-idea sbt

collectAsList in Spark DataFrame

scala apache-spark

Convert a Long to base 36 in scala

scala long-integer base36