This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am six0h on github. | |
* I am six0h (https://keybase.io/six0h) on keybase. | |
* I have a public key ASDefyNZzPfqX1FDlw9OECp-4WOlB96RB7ILUXD1PGSDHQo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php | |
<?php | |
// CONFIGURATION | |
define('STORAGE_DIR', "/var/tmp"); // Folder to store files in | |
define('COOKIE_FILE', STORAGE_DIR . "/sn-run"); // File to store Cookie | |
define('GAME_NUMBER', "5517444584046592"); // Game number from URL | |
define('MY_ID', 5); // Player id | |
define('USERNAME', ''); | |
define('PASSWORD', ''); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#-*- coding: utf-8 -*- | |
"""A post-update Git hook to execute `composer install` when composer.json changes | |
:Author: Cody Halovich | |
:Company: HootSuite Media Inc. | |
""" | |
import subprocess |