I hereby claim:
- I am eddieringle on github.
- I am eddieringle (https://keybase.io/eddieringle) on keybase.
- I have a public key ASBXWoQrKrN87i6ilKnDBWvgWuQO6YMd3gZy2rQJZ81Qzwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 2015-03-17 15:57:38 +0000 | |
| python | |
| -c | |
| import setuptools, tokenize | |
| __file__ = 'setup.py' | |
| exec(compile(getattr(tokenize, 'open', open)(__file__).read() | |
| .replace('\r\n', '\n'), __file__, 'exec')) | |
| --no-user-cfg | |
| install |
| [eddie@vagus sysbench]$ for f in prepare run cleanup; do sysbench --test=fileio --file-test-mode=rndrw --max-time=60 --max-requests=0 --file-extra-flags=direct $f; done | |
| sysbench 0.4.12: multi-threaded system evaluation benchmark | |
| 128 files, 16384Kb each, 2048Mb total | |
| Creating files for the test... | |
| sysbench 0.4.12: multi-threaded system evaluation benchmark | |
| Running the test with following options: | |
| Number of threads: 1 |
| [eddie@localhost sysbench]$ for f in prepare run cleanup; do sysbench --test=fileio --file-test-mode=rndrw --max-time=60 --max-requests=0 --file-extra-flags=direct $f; done | |
| sysbench 0.4.12: multi-threaded system evaluation benchmark | |
| 128 files, 16384Kb each, 2048Mb total | |
| Creating files for the test... | |
| sysbench 0.4.12: multi-threaded system evaluation benchmark | |
| Running the test with following options: | |
| Number of threads: 1 |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifndef barr_malloc | |
| # define barr_malloc(sz) malloc(sz) | |
| #endif | |
| #ifndef barr_realloc | |
| # define barr_realloc(ptr, sz) realloc(ptr, sz) | |
| #endif |
| --- util/google/sparsehash/sparseconfig.h | |
| +++ util/google/sparsehash/sparseconfig.h | |
| @@ -5,7 +5,7 @@ | |
| #define GOOGLE_NAMESPACE ::google | |
| /* the location of <hash_fun.h>/<stl_hash_fun.h> */ | |
| -#define HASH_FUN_H "hash_fun.h" | |
| +#define HASH_FUN_H </usr/include/c++/4.2.1/ext/hash_fun.h> | |
| /* the location of <hash_map> */ |
This Gist is now embodied in the form of Undergarment. That is all.
| /vendor/firmware/ducati-m3.bin | |
| /vendor/firmware/libpn544_fw.so | |
| /vendor/firmware/smc_pa_wvdrm.ift | |
| /vendor/lib/libsec-ril.so | |
| /vendor/lib/libwvdrm_L1.so | |
| /vendor/lib/libwvm.so | |
| /vendor/lib/libWVStreamControlAPI_L1.so | |
| /vendor/lib/drm/libdrmwvmplugin.so | |
| /vendor/lib/hw/gps.omap4.so | |
| /etc/permissions/com.vzw.hardware.ehrpd.xml |
| #include "crb/preferences.h" | |
| static struct crb_preferences *prefs; | |
| int crb_preferences_initialize(char *prefs_file) | |
| { | |
| if (prefs != NULL) | |
| crb_preferences_cleanup(); | |
| if (prefs_file == NULL) { |
| gameLoop: -> | |
| @running = true | |
| @lastTickCount = 0 | |
| @totalTickCount = 0 | |
| lastTick = lastFrame = psTicks = 0 | |
| ticksSince = 0 | |
| frames = ticks = 0 | |
| doTick = doFrame = no | |
| updateLoop = (currentTicks) => | |
| doTick = (currentTicks - lastTick) > (1000 / @targetTickrate) |