I hereby claim:
- I am jonpierce on github.
- I am jonpierce (https://keybase.io/jonpierce) on keybase.
- I have a public key whose fingerprint is 172B F436 A841 B09D 56A4 44A2 2095 6727 4E2D 7FE9
To claim this, I am signing this object:
#!/usr/bin/env bash | |
BASE_DIR=$(pwd) | |
for git_dir in $(find . -name ".git" | cut -c 3-); do | |
repo_dir="${git_dir%/.git}" | |
echo "==========" | |
echo "Pulling ${repo_dir}..." |
Verifying my Blockstack ID is secured with the address 1As5DMarwoeMR26NpT16Vm1NaPBXQ7NSJj https://explorer.blockstack.org/address/1As5DMarwoeMR26NpT16Vm1NaPBXQ7NSJj |
Verifying I am +jonpierce on my passcard. https://onename.com/jonpierce |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
""" | |
Last.fm scrobbling for Pianobar, the command-line Pandora client. Requires Pianobar, Python, pyLast and Last.fm API credentials. | |
https://github.com/PromyLOPh/pianobar/ | |
http://code.google.com/p/pylast/ | |
http://www.last.fm/api/account | |
Installation: | |
1) Copy this script and pylast.py to the Pianobar config directory, ~/.config/pianobar/, and make sure this script is executable |