Skip to content

Instantly share code, notes, and snippets.

View hookdump's full-sized avatar
🏠
Working from home

Ignacio hookdump

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am hookdump on github.
  • I am ifreiberg (https://keybase.io/ifreiberg) on keybase.
  • I have a public key ASA5MlmvVRCn3FElHSvdAakt1EVRMTU31w59IEWp5auLpwo

To claim this, I am signing this object:

@hookdump
hookdump / 686.sh
Created December 14, 2015 23:54 — forked from scruffyfox/687.sh
Checks every 3 seconds if patch is out
#!/usr/bin/env bash
while [ 1 ]; do
RESP=$(curl --silent 'http://www.dota2.com/686')
if [[ $RESP != *"<title>Dota 2 - 6.86 Coming Soon</title>"* ]]; then
echo "***** PATCH OUT HYPE ******"
exit
else
echo "not out"
fi
@hookdump
hookdump / gist:2bbbb28cfaeefa9b95b8
Created February 20, 2015 12:58
pftontstash issue
~/pyglui(master ✔) sudo python setup.py install
generating glew.pxd based on '/usr/include/GL/glew.h'
missing cimport in module 'pyglui.cygl': pyglui/ui.pyx
missing cimport in module 'pyglui.cygl': pyglui/graph.pyx
Compiling pyglui/ui.pyx because it changed.
Compiling pyglui/graph.pyx because it changed.
Compiling pyglui/cygl/utils.pyx because it changed.
Compiling pyglui/cygl/shader.pyx because it changed.
Compiling pyglui/pyfontstash/fontstash.pyx because it changed.
Cythonizing pyglui/cygl/shader.pyx
@hookdump
hookdump / failed build (create snapshot)
Created February 19, 2015 17:34
failed build (create snapshot)
➜ salemail git:(master) jitsu snapshots create
warn:
warn: Nodejitsu has been acquired by GoDaddy
warn:
warn: Read more at: https://nodejitsu.com/godaddy
warn: Or run: jitsu godaddy
warn:
info: Welcome to Nodejitsu akerr
info: jitsu v0.15.0, node v0.10.35
info: It worked if it ends with Nodejitsu ok
@hookdump
hookdump / successful local build (npm install)
Created February 19, 2015 17:31
succesful local build (npm install)
➜ salemail git:(master) ✗ npm install
> [email protected] install /Users/ig/dev/salemail/node_modules/time
> node-gyp rebuild
CXX(target) Release/obj.target/time/src/time.o
SOLINK_MODULE(target) Release/time.node
SOLINK_MODULE(target) Release/time.node: Finished
> [email protected] install /Users/ig/dev/salemail/node_modules/bcrypt
➜ salemail git:(master) jitsu snapshots create
warn:
warn: Nodejitsu has been acquired by GoDaddy
warn:
warn: Read more at: https://nodejitsu.com/godaddy
warn: Or run: jitsu godaddy
warn:
info: Welcome to Nodejitsu akerr
info: jitsu v0.15.0, node v0.10.35
info: It worked if it ends with Nodejitsu ok