Skip to content

Instantly share code, notes, and snippets.

View nebulade's full-sized avatar
Working from home

Johannes Zellner nebulade

Working from home
View GitHub Profile
### Keybase proof
I hereby claim:
* I am nebulade on github.
* I am nebulon (https://keybase.io/nebulon) on keybase.
* I have a public key whose fingerprint is 457F 86CE C27E 30B6 5D28 0CEC 8901 54B4 9DEE 4665
To claim this, I am signing this object:
@nebulade
nebulade / gist:7028635
Created October 17, 2013 17:10
Safetydance via Warp
'use strict';
var fs = require('fs');
function Warp() {
this.errno = null;
}
Warp.prototype.me = function(func) {
var ret = null;