Skip to content

Instantly share code, notes, and snippets.

View spacecowboy's full-sized avatar

Jonas Kalderstam spacecowboy

View GitHub Profile
### MATPLOTLIBRC FORMAT
# This is a sample matplotlib configuration file - you can find a copy
# of it on your system in
# site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it
# there, please note that it will be overridden in your next install.
# If you want to keep a permanent local copy that will not be
# over-written, place it in HOME/.matplotlib/matplotlibrc (unix/linux
# like systems) and C:\Documents and Settings\yourname\.matplotlib
# (win32 systems).
@spacecowboy
spacecowboy / picasa_download.rb
Created August 9, 2011 11:01 — forked from jubo/picasa_download.rb
Backs up all the photos from Google Picasa Web Albums. Multithreaded
# Backs up all the photos from Google Picasa Web Albums.
#
# The script downloads the original version of the photos, and is not limited to
# 1600x1200 thumbnails.
#
# Author:: Victor Costan
# Copyright:: Copyright (C) 2010 Victor Costan
# License:: MIT
#