Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Setting textinputformat.record.delimiter in spark

Verify that a method was called using Mockito without specifying arguments

scala mockito specs2

How do I ignore ssl validation in play framework scala ws calls

Why can I call += with a single parameter on a Scala Set?

scala

Is there a way to run scala code in the ipython notebook?

scala ipython-notebook

Naming convention for packages and projects

scala naming-conventions

Scala sorting Options

scala

unrecognizable code in scala Predef object

scala

Why does this simple implicit stringToInt function cause a stack overflow?

scala implicit scala-2.10

determine if T of Manifest[T] is a collection

scala reflection manifest

Slick 2.0: How to convert lifted query results to a case class?

scala slick

scala - generic unzip for HList

scala shapeless hlist

Scala trait runtime class from type parameter

scala type-parameter

Scala array pattern matching using regular expressions

Scala automatic getter and setter overwriting with custom _=

Using Tuples in map, flatmap,... partial functions

Scala StackOverflowError while Java can handle it

java scala

Scala partial application unclear

scala partial-application

What Scala concepts are being used to make Scalatra DSL work?

scala scalatra

How to define & init Matrix in Scala

arrays scala matrix