I hereby claim:
- I am mdevilliers on github.
- I am condemdevilliers (https://keybase.io/condemdevilliers) on keybase.
- I have a public key ASDOEXK4mBvODOMqmf8SosRYWiSuc3G_IieupZkBgqNpgQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import requests | |
| import os | |
| import logging | |
| try: | |
| import http.client as http_client | |
| except ImportError: | |
| # Python 2 | |
| import httplib as http_client |
| sudo apt-get install lame | |
| sudo apt-get install mp3wrap | |
| for i in *.wav; do lame -b 320 -h "${i}" "${i%.wav}.mp3"; done | |
| find . -maxdepth 1 -iname '*.mp3' -print0 | sort -Vz | xargs -0 mp3wrap $RANDOM.mp3 |
| #!/usr/bin/env python | |
| from __future__ import print_function | |
| from argparse import ArgumentParser, Action | |
| import boto.ec2 | |
| import os | |
| regions = ['us-west-2', 'us-east-1', 'us-west-1', 'eu-west-1', 'sa-east-1', |