I hereby claim:
- I am francisdb on github.
- I am francisdb (https://keybase.io/francisdb) on keybase.
- I have a public key ASDi22NaZc8VXnPYJss4TqmTHejsi7CTmjQBvRyqVulKqgo
To claim this, I am signing this object:
| ' Copy nvram_log.vbs in your vpinball scripts folder (or next to the table). | |
| ' put this before any controller / LoadVPM code | |
| Const UseVPMNVRAM = true | |
| ' put this after LoadVPM | |
| ' Set this to False to disable printing of old bytes | |
| Dim printOldBytes: printOldBytes = False |
| import akka.NotUsed | |
| import akka.stream.scaladsl.{Flow, Source} ` | |
| import akka.stream.{Attributes, FlowShape, Inlet, Outlet} | |
| import akka.stream.Attributes._ | |
| import akka.stream.stage.{GraphStage, GraphStageLogic, InHandler, OutHandler} | |
| import scala.collection.immutable.Seq | |
| object AkkaStreams{ | |
I hereby claim:
To claim this, I am signing this object:
| while(true){ | |
| console.log("ok"); | |
| } |
| ./android list sdk --all | |
| ./android update sdk --no-ui --all --filter 87,81,1,2,3,82,tool,platform-tool |
| mvn clean test -Dmaven.surefire.debug -Dtest=com.bla.MyTest |
| implicit val pkWrites = new Writes[Pk[Long]] { | |
| def writes(pk: Pk[Long]): JsValue = { | |
| pk.toOption match { | |
| case Some(value) => JsNumber(value) | |
| case None => JsNull // TODO check if correct | |
| } | |
| } | |
| } |
| val fasterXmlJacksonVersion = "2.2.2" | |
| val appDependencies = Seq( | |
| "com.fasterxml.jackson.core" % "jackson-core" % fasterXmlJacksonVersion, | |
| "com.fasterxml.jackson.core" % "jackson-annotations" % fasterXmlJacksonVersion, | |
| "com.fasterxml.jackson.core" % "jackson-databind" % fasterXmlJacksonVersion, | |
| "com.fasterxml.jackson.module" %% "jackson-module-scala" % fasterXmlJacksonVersion | |
| ) |
| #!/bin/sh | |
| export PATH=/opt/play2:$PATH | |
| cd ~/server | |
| rundir=myproject | |
| repo=git@server:myproject.git | |
| temp=$rundir.buid.temp | |
| rm -rf $temp |
| .settings{ | |
| routesImport += "se.radley.plugin.salat.Binders._", | |
| templatesImport += "org.bson.types.ObjectId" | |
| } |