Skip to content

Instantly share code, notes, and snippets.

View vgdub's full-sized avatar
💭
🤓

Vincent Williams vgdub

💭
🤓
View GitHub Profile
@vgdub
vgdub / Gemfile
Created February 24, 2014 22:56 — forked from cblunt/Gemfile
# ...
gem 'carrierwave'
gem 'fog', '~> 1.0.0' # Need to specify version, as carrierwave references older (0.9.0) which doesn't allow configuration of Rackspace UK Auth URL
@vgdub
vgdub / 0_reuse_code.js
Created February 14, 2014 03:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console