Keybase proof
I hereby claim:
- I am philgruneich on github.
- I am philgruneich (https://keybase.io/philgruneich) on keybase.
- I have a public key ASCImpS5AkiYRlekKl0e5xDWhf7uKDFxUjYlcA7aBcsOEQo
To claim this, I am signing this object:
javascript:location.href=(function(){var href=location.href;return "textastic"+href.substring(href.indexOf("://"));})(); |
from webbrowser import open | |
from urllib import quote | |
query = sys.argv[1] | |
#Web Services | |
stackoverflow = '!s ' | |
wikipedia = '!w ' | |
macupdate = '!mac ' | |
appshopper = '!app ' |
# coding: utf-8 | |
# This script downloads and opens a Gist from a URL in the clipboard. | |
# It's meant to be put in the editor's actions menu. | |
# | |
# It works with "raw" and "web" gist URLs, but not with gists that | |
# contain multiple files or non-Python files. | |
# | |
# If a file already exists, a dialog is shown that asks whether the | |
# new file should be renamed or replaced. |
#coding: utf-8 | |
import feedparser | |
import urllib | |
import bs4 | |
import keychain | |
import console | |
import pickle | |
# Get your token at: | |
# http://pinboard.in/settings/password |
#!/usr/local/bin/python3 | |
import requests | |
import json | |
# User Configuration | |
PB_USERNAME = "your Pinboard username" | |
PB_PASSWORD = "your Pinboard password" | |
PB_PATH = "/absolute/path/to/file/PinboardUnread.json" | |
# End Configuration |
# coding: utf-8 | |
import requests | |
import photos | |
from PIL import Image, ImageEnhance | |
import StringIO | |
import appex | |
import console | |
import json | |
import keychain |
I hereby claim:
To claim this, I am signing this object:
javascript:(function() {var tumblr=document.querySelector("meta[name='twitter:app:url:iphone']").getAttribute('content');if (tumblr.match(/^tumblr:\/\/x-callback-url\/blog\?.*/)) window.location=tumblr;})(); |
# -*- coding: utf-8 -*- | |
import difflib | |
import re | |
import BaseHTTPServer | |
import webbrowser | |
header = '''<!DOCTYPE html> | |
<html> | |
<head> |