Skip to content

Instantly share code, notes, and snippets.

View francisdb's full-sized avatar
💾
undefined

Francis De Brabandere francisdb

💾
undefined
  • Ghent, Belgium
  • 09:27 (UTC +01:00)
View GitHub Profile
@francisdb
francisdb / gist:fde82f887df3d9f6fc23
Last active September 29, 2015 02:11
loopy loop
while(true){
console.log("ok");
}

Keybase proof

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:

@francisdb
francisdb / AkkaStreams.scala
Last active October 16, 2017 12:19
Akka streams utilities
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{
@francisdb
francisdb / aa_table.vbs
Last active December 11, 2024 12:46
Log PinMAME NVRAM Changes in Visual Pinball
' 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