I hereby claim:
- I am fmartingr on github.
- I am fmarting (https://keybase.io/fmarting) on keybase.
- I have a public key ASD16cP6OjNtkvzWMFIDr3VpJRY8WDlXPZntn64dJC6Rjwo
To claim this, I am signing this object:
#!/usr/bin/env python | |
import requests | |
from xml.etree import ElementTree | |
url = 'http://s122-es.ogame.gameforge.com/api/universe.xml' | |
response = requests.get(url) | |
universe = ElementTree.fromstring(response.content) |
#!/usr/bin/python | |
import smtplib | |
gmail_user = "[email protected]" | |
gmail_pwd = "your_password" | |
msg['From'] = gmail_user | |
msg['To'] = to |
# pip install codebase-api fabric | |
from codebase import CodebaseClient | |
from fabric.operations import local | |
CLIENT_ID = 'foo/bar' | |
CLIENT_KEY = 'key' | |
client = CodebaseClient(CLIENT_ID, CLIENT_KEY) |
import base64 | |
from Crypto.Cipher import AES | |
class AESCipher: | |
def __init__(self, key, iv, block_size=16): | |
self.block_size = block_size | |
self._cipher = AES.new(key, AES.MODE_CBC, iv) | |
def _get_padding(self, s): |
#!/bin/bash | |
TMPFILE='/tmp/rofi-dmenu-taskwarrior' | |
task rofi rc.verbose=nothing > $TMPFILE | |
TASK=`rofi -dmenu -p "Task: " -i -input $TMPFILE` | |
TASK_ID=`echo $TASK | cut -f1 -d' '` |
import re | |
class BashDict(dict): | |
variable_regex = r'(\$\{([\w\d\_]+)\})' | |
default_return = '' | |
def _parse_variables(self, value): | |
if '${' in value: | |
def replace(match): |
# Youtube ads | |
ad.youtube.com | |
ads.youtube.com | |
r4---sn-vgqs7nez.googlevideo.com | |
r4.sn-vgqs7nez.googlevideo.com | |
www.youtube-nocookie.com | |
i1.ytimg.com | |
r17---sn-vgqsenes.googlevideo.com | |
r2---sn-vgqs7n7k.googlevideo.com | |
clients6.google.com |
# pip install github3 | |
import github3 | |
USERNAME = "" | |
TOKEN = "" | |
gh = github3.login(username=USERNAME, token=TOKEN) |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object: