Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

Scala: what is trait TraversableOnce? What's the different between TraversableOnce and Traversable?

scala

How to query the column names of a Spark Dataset?

Is it okay that NonFatal catches Throwable?

fold list of tuples in scala with destructuring

scala

Ternary operator typing

Multiple parameter closure argument type not inferred

Replace " with \"

scala

Function literal with multiple implicit arguments