I hereby claim:
- I am moopet on github.
- I am moopet (https://keybase.io/moopet) on keybase.
- I have a public key ASBDL0WstZWZFmw7idQIu28kRjxLgjZh_7A1ZRnwKVYjUwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| class BudgetRest { | |
| /** | |
| * | |
| */ | |
| public function __construct() { | |
| if (!empty($_SERVER['PATH_INFO'])) { | |
| $sections = explode('/', trim($_SERVER['PATH_INFO'], '/')); | |
| } elseif (!empty($_SERVER['REQUEST_URI']) && !empty($_SERVER['PHP_SELF'])) { |
| #!/usr/bin/env python | |
| # License: No. | |
| # I am explicitly placing this in the public domain. | |
| import sys | |
| import re | |
| import requests | |
| import urllib | |
| import urllib2 |
| #!/usr/bin/env python | |
| import select | |
| import socket | |
| import sys | |
| import re | |
| import pynotify | |
| MAX_MESSAGE_SIZE = 1500 |
| #!/usr/bin/env bash | |
| # Given a blacklist file with one pattern per line, automatically removes them from your playlist | |
| # To nuke an artist or song just do something like: | |
| # | |
| # echo Nickleback >> /var/music/blacklist.txt | |
| BLACKLIST=/var/music/blacklist.txt | |
| MPD_HOST=localhost |