Skip to content

Instantly share code, notes, and snippets.

View haywoood's full-sized avatar
🏠
Working from home

Ryan Haywood haywoood

🏠
Working from home
View GitHub Profile
{
"application_id":"2TTTAcpaL9tMD9e7NFvaMzQ",
"src":"https://s3.amazonaws.com/barbour/uploads/3254_Barbour___Paul_Smith_Lookbook_LR.pdf",
"src_type":{"name" : "multi_page", "pages" : [0]},
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":220,
"height":155
@haywoood
haywoood / gist:4540930
Created January 15, 2013 18:45
Command to load postgres .dump file to local development db
turn this into a script
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U rhaywood -d flp_development latest.dump