Skip to content

Instantly share code, notes, and snippets.

View phosphene's full-sized avatar

Ed Phillips phosphene

View GitHub Profile
@phosphene
phosphene / install_scala_2.11.7_on_ubuntu
Created January 29, 2016 19:25
scala 2.11.7 install on ubuntu
sudo wget www.scala-lang.org/files/archive/scala-2.11.7.deb
sudo dpkg -i scala-2.11.7.deb
@phosphene
phosphene / snip_for_db_test.scala
Created February 6, 2016 16:38
play2.4_fakeapp_withinmemorydb
val appWithMemoryDatabase = FakeApplication(additionalConfiguration = inMemoryDatabase("test"))