I hereby claim:
- I am jakemco on github.
- I am jakemask (https://keybase.io/jakemask) on keybase.
- I have a public key whose fingerprint is E984 413B 2D77 966F 14E9 5C11 6C4C B4B1 C742 2D25
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Numerous always-ignore extensions | |
| *.diff | |
| *.err | |
| *.orig | |
| *.log | |
| *.rej | |
| *.swo | |
| *.swp | |
| *.vi | |
| *~ |
| const int TICKS_PER_SECOND = 25; | |
| const int MS_PER_TICK = 1000 / TICKS_PER_SECOND; | |
| const int MAX_SKIPPED_FRAMES = 5; | |
| void EngineInstance::run() { | |
| this->last_tick_time = getTime() - TICKS_PER_SECOND; | |
| while (this->shouldKeepRunning()) { | |
| this->checkForUpdate(); |
Thanks to http://www.vxnick.com/blog/2012/04/setting-up-rbenv-globally/ for the steps, I'm assembling them into a gist for future reference.
apt-get install git
| # Not actually ruby, just using that extension to make it look nice ;D | |
| ## | |
| # Define three blocks to be used in use.not.rb | |
| def blockC | |
| def blockA | |
| do banana |