Skip to content

Instantly share code, notes, and snippets.

View finaiized's full-sized avatar

Dominic Kuang finaiized

View GitHub Profile
@jgv
jgv / main.py
Last active March 27, 2017 03:31
write a base64 encoded image to an app engine blob store
#!/usr/bin/env python
#
from __future__ import with_statement
import os, urllib2, re, base64
from google.appengine.api import users, images, files
from google.appengine.ext import blobstore, db, webapp
from google.appengine.ext.webapp import blobstore_handlers
from google.appengine.ext.webapp.util import run_wsgi_app
@lucasfais
lucasfais / gist:1207002
Created September 9, 2011 18:46
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt