Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to write (String): Int function?

scala

How to set SBT default log level to "warn"?

scala logging default sbt

List elements matching on their type

list scala pattern-matching

Why scala can't infer the type in a partial method?

Mutating a mutable collection using map?

scala

Where can I find list of all special traits in Scala?

scala

In Scala, why does getInstance fail to work with GregorianCalendar?

scala

How to import FromString for joda-time?

scala dependencies jodatime

Executing bash strings using scala.sys.process

bash scala

XML to JSON with Scala

scala

an idiomatic way to initialize a Scala ArrayBuffer?

scala

JodaTime: format date with 1st, 2nd, 3rd, etc. day

scala jodatime

Scala import multiple packages

scala package

Akka actors unit testing with Scala

scala testing akka actor specs

No Json deserializer found for type Option[reactivemongo.bson.BSONObjectID]

Convert Seq or List to collection.immutable.Queue

scala collections queue

Is there any difference between flatten and flatMap(identity)?

What is the difference between Clojure REPL and Scala REPL?

scala clojure

Scala sort one list according to the values in another one

list scala

Can I write a plain text HDFS (or local) file from a Spark program, not from an RDD?

scala hadoop apache-spark