Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Implementing a generic Vector in Scala

scala

Pattern matching on non-literal values

scala scala-2.10

Best way to implement "zipLongest" in Scala

In Play 2 Framework , how can I include git commit sha in sbt dist package name?

scala playframework-2.0 sbt

No Json serializer found for type Seq[(String, String)]. Try to implement an implicit Writes or Format for this type

Idiomatic method to convert Array into ListBuffer

Run only failed test in IntelliJ IDEA

Longest word in List

list scala

Using private[this] on an object member in Scala

scala

Use java.util.Date with Slick 3.1.0-M1

mysql scala slick

Corecursion vs Recursion understanding in scala

Kafka MirrorMaker's consumer not fetching all messages from topics

scala apache-kafka

Disadvantages of Immutable objects

scala immutability

In Scala return value itself for default pattern matching

scala pattern-matching

spark-shell cannot parse Scala lines that start with dot / period

scala apache-spark

spark - Exception in thread "main" java.sql.SQLException: No suitable driver

Idiomatic Scala: Mapping over option depending on condition

scala

What are all the overriding rules between def, val, lazy val, and var in scala?

scala oop overriding

A nice way to split a Range in Scala

scala

Getting the minimum or maximum of two similar columns in Scala

scala spark-dataframe min