Skip to content

Instantly share code, notes, and snippets.

View kunal15595's full-sized avatar

Kunal Khandelwal kunal15595

View GitHub Profile

Upload images to GitHub

  1. Create a new issue on GitHub.

  2. Drag an image into the comment field.

  3. Wait for the upload process to finish.

  4. Copy the URL and use it in your Markdown files on GitHub.

@springmeyer
springmeyer / launchpad_stats.py
Created May 24, 2012 00:26
launchpad download stats for ppa package
# See https://api.launchpad.net/+apidoc/devel.html#binary_package_publishing_history
# See https://help.launchpad.net/API/launchpadlib
from launchpadlib.launchpad import Launchpad
import os
USERNAME='developmentseed'
PPA='mapbox'
PACKAGE='tilemill'