Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'apt',
:git=>'https://github.com/opscode-cookbooks/apt'
cookbook 'git',
:git=>'https://github.com/opscode-cookbooks/git'
cookbook 'build-essential',
#!/usr/bin/env ruby
# This script performs an OAuth authorized POST with multipart encoding to
# http://twitter.com/account/update_profile_image.json
#
# This code is primarily taken from my Grackle library's implementation at
# http://github.com/hayesdavis/grackle
#
# RUNNING THIS WILL CHANGE AN ACCOUNT'S PROFILE IMAGE. BE CAREFUL.
#