Skip to content

Instantly share code, notes, and snippets.

View mattolson's full-sized avatar

Matt Olson mattolson

View GitHub Profile
@mattolson
mattolson / keybase_proof
Last active August 29, 2015 13:56
Keybase Proof
### Keybase proof
I hereby claim:
* I am mattolson on github.
* I am matt (https://keybase.io/matt) on keybase.
* I have the public key with fingerprint B936 4731 B1DD 9DDA F46D  0426 C433 3E45 6B00 5848
To claim this, I am signing this object:
@mattolson
mattolson / unzoomify
Created April 9, 2013 15:20
Script to reverse the tiling an image goes through when processed by Zoomify
#!/usr/bin/env ruby
require 'rubygems'
require 'fileutils'
require 'open-uri'
require 'rexml/document'
require 'tempfile'
require 'shellwords'
module Shell