I hereby claim:
- I am monkeyinmysoup on github.
- I am mathijs (https://keybase.io/mathijs) on keybase.
- I have a public key whose fingerprint is 2AB9 E999 4F01 AE06 0690 B9C5 F610 2E8F 6A14 ED37
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
# | |
# btcspark.py | |
# | |
# Shows the current value of Bitcoin in Euro, as given by bitcoinaverage.com, | |
# along with a sparkline of the last 24 hours. | |
# | |
# Requires | |
from __future__ import print_function, unicode_literals |
@echo off | |
cls | |
echo. | |
echo Enter text and hit enter to send text | |
echo input to your phone or emulator. | |
echo Note: having adb in your path is required. | |
echo. | |
echo Type /help for a list of available commands, | |
echo /quit or Ctrl+C to quit. | |
echo. |
@echo off | |
set DROPBOX=%HOMEPATH%\Dropbox | |
cls | |
echo. | |
echo This script will create directory junctions between your savegames and Dropbox/Google Drive/Skydrive/Copy/SugarSync/CX/etc, | |
echo essentially storing your savegames in the cloud. | |
echo So, make sure you have enough space in your Dropbox account! | |
echo No Dropbox? Go: http://db.tt/9OTahFS | |
echo Better yet, use Copy and get many more gigabytes: https://copy.com?r=fxEXmQ |