Skip to content

Instantly share code, notes, and snippets.

View justinlkarr's full-sized avatar

Justin L. Karr justinlkarr

  • ex-Jujamcyn
  • New York City
View GitHub Profile
### Keybase proof
I hereby claim:
* I am justinlkarr on github.
* I am justinlkarr (https://keybase.io/justinlkarr) on keybase.
* I have a public key whose fingerprint is A819 15D5 A1AB 582C 32F7 8C0E 1894 26E1 5351 236F
To claim this, I am signing this object:
@justinlkarr
justinlkarr / windows.h__.js
Created November 18, 2012 14:08
windows.h.js INFINITY
var ffi = require('ffi'),
ref = require('ref'),
Struct = require('ref-struct'),
Library = require('./Library'),
Type = ref.Type,
NULL = ref.NULL,
isNull = ref.isNull;
var groups = ['libs', 'types', 'structs', 'callbacks', 'enums'];