Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Linear algebra library for Scala? [duplicate]

scala linear-algebra

Conditional scalacOptions with SBT

scala sbt scala-2.10

Scala map on iterator does not produce side effects

scala map iterator

Passing varargs in a secondary constructor

use dispatch 0.9.5 behind proxy?

scala proxy scala-dispatch

adding an object to list in scala

scala

Wait for any of given Futures in Scala?

multithreading scala future

What does this split line in Scala mean?

regex scala

How do I turn all rejections into custom json in spray?

json scala spray spray-json

List files on S3

How do I make lambda functions generic in Scala? [duplicate]

function scala generics lambda

Formatting with an Option[String] in Scala

scala

Using case class to display Expressions

How to produce an Enumerator[T] given Enumerator[Future[T]]

scala playframework

Spray routing multiple depth paths

scala routing spray

Why does having static members make a language less object-orientated?

java scala

Flatten types after composing two defs

scala scalaz

@JsonIgnore serialising Scala case class property using Jackon and Json4s

scala jackson json4s

Scala collections: array groupBy and return array indexes for each group

how to instantiate Unit in Scala?