Skip to content

Instantly share code, notes, and snippets.

View whysoserious's full-sized avatar
💭
Making things work

Jan Ziniewicz whysoserious

💭
Making things work
View GitHub Profile
Usage...
Vcxsrv [:<display>] [option]
:display-number
Vcxsrv runs as the given display-number, which defaults to 0.
To run multiple instances, use unique display-numbers.
-a # default pointer acceleration (factor)
-ac disable access control restrictions
-audit int set audit trail level
@propensive
propensive / repl.scala
Created November 17, 2014 08:41
Compile-time JSON syntax checking in Rapture JSON
Welcome to Scala version 2.10.4 (OpenJDK 64-Bit Server VM, Java 1.6.0_27).
Type in expressions to have them evaluated.
Type :help for more information.
scala> import rapture.json._
import rapture.json._
scala> import jsonBackends.scalaJson._
import jsonBackends.scalaJson._