Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala: application of view

scala view

Can I use Scala List with Slick (Play)?

Connecting to MSSQL(jtds) with Play and Slick

Accessing boolean values from application.conf in a scala template

scala playframework-2.0

Different brackets style on Scala function definition parameter list

Consumer Poll Rate with Akka, SQS, and Camel

Using Akka TestKit with Specs2

scala akka specs2

How to split String in Scala but keep the part matching the regular expression?

regex scala

Can a function literal use type parameter in Scala?

scala

In Scala Reflection, why do constructor params hide getters?

scala reflection

How to ignore single line comments in a parser-combinator

scala parser-combinators

Providing implicit instances in the inheritor of a type that needs them

scala implicit

Is unsecure access to JVM unused object possible?

nginx configuration for PlayFramework static files [closed]

Scala: Why does zipped method succeed with tuples of List and not Traversable?

scala

When a keyword means different things in different contexts, is that an example of context sensitivity?

Strange bug with string interpolation

403 when trying to download a remote image

ScalaJS: How to convert String to String?

javascript scala scala.js

Can I destructure (pattern extract) a Scala list into a reused var?

scala destructuring