Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How can one change the location of the "webapp" directory for a Scalatra application?

indexOf for 2D Vector in Scala

scala

Using the new reflection API, how to find the primary constructor of a class?

scala reflection

Generic unapply method for different types of List

scala generics

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