Keybase proof
I hereby claim:
- I am schmatz on github.
- I am schmatz (https://keybase.io/schmatz) on keybase.
- I have a public key whose fingerprint is DB8F DAD8 AE0B D136 870E B706 E579 3ED2 81EE DC5F
To claim this, I am signing this object:
package main | |
import ( | |
"fmt" | |
"io/ioutil" | |
"log" | |
"net/http" | |
"os" | |
"regexp" | |
) |
From: https://thrift.apache.org/docs/install/os_x | |
Download Boost, compile | |
http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.tar.gz/download | |
tar xzvf boost_1_57_0.tar.gz | |
./bootstrap.sh | |
sudo ./b2 threading=multi address-model=64 variant=release stage install | |
Download libevent, compile |
I hereby claim:
To claim this, I am signing this object:
var base = this; | |
if ( !base.init ) { | |
// Mark that we've ran the init code | |
base.init = true; | |
// Starting frame number | |
base.frames = 0; | |
// Amount of frames per second |
// constants ------------------------------------------------------------------- | |
var alliedTypes = { | |
peasant: 'peasant', | |
soldier: 'soldier', | |
knight: 'knight', | |
librarian: 'librarian', | |
griffinRider: 'griffin-rider', | |
captain: 'captain' | |
}; |