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 simonmikkelsen on github. | |
* I am tryl (https://keybase.io/tryl) on keybase. | |
* I have a public key ASBlGrZVf-4c2sf4ujlt8cFROJxlJ1lmDAgLQY337nq6igo | |
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
#!/bin/bash | |
if [ $# -lt 3 ] | |
then | |
echo "Usage: $0 email password imageKey" | |
exit | |
fi | |
email="$1" | |
shift | |
pass="$1" |
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 | |
from wsgiref.simple_server import make_server | |
from cgi import parse_qs, escape | |
import sys | |
import json | |
import urllib | |
import httplib |
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 | |
from wsgiref.simple_server import make_server | |
from cgi import parse_qs, escape | |
import sys | |
import json | |
import urllib | |
import httplib |
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 | |
from wsgiref.simple_server import make_server | |
from cgi import parse_qs, escape | |
import sys | |
import json | |
import urllib | |
import httplib |
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 | |
from wsgiref.simple_server import make_server | |
from cgi import parse_qs, escape | |
import sys | |
import json | |
import urllib | |
import httplib |