Skip to content

Instantly share code, notes, and snippets.

View jwilger's full-sized avatar

John Wilger jwilger

View GitHub Profile

Two-Bean Quinoa Salad with Lemon Vinaigrette and Deep-Fried Bananas

Makes about 8 servings

Ingredients:

  • 2 ears of yellow corn, still in husk
  • 3/4 cup red quinoa, well-rinsed
  • 3/4 cup white quinoa, well-rinsed
  • 15 oz can of black beans, drained and rinsed
#!/usr/bin/ruby
#
# This script installs to /usr/local only. To install elsewhere you can just
# untar http://github.com/mxcl/homebrew/tarball/master anywhere you like.
#
#
# 23rd August 2010:
# Using ProjectDX homebrew fork. Unless you're part of the ProjectDX team, you
# probably don't want this, as we may be spec'ing older versions to match our
# production environment.
Recipe comes from Alton Brown's "I'm Just Here for the Food", although this
is coming from memory as I don't have the book in front of me:
Roasted Tomatoes
Ingredients:
* 20 ripe tomatoes, cut in half crosswise (perpendicular to stem)
* about 1/2 cup extra virgin olive oil
* about 3 tablespoons of sugar
Recipe comes from Alton Brown's "I'm Just Here for the Food", although this is coming from memory as I don't have the book in front of me:
Roasted Tomatoes
Ingredients:
* 20 ripe tomatoes, cut in half crosswise (perpendicular to stem)
* about 1/2 cup extra virgin olive oil
* about 3 tablespoons of sugar
* a few tablespoons of fresh, minced herbs including sage, rosemary and thyme
DEPS_DIR = File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'deps'))
SRC_DIR = File.join(DEPS_DIR, 'src')
BIN_DIR = File.join(DEPS_DIR, 'bin')
GEM_DIR = File.join(DEPS_DIR, 'lib', 'ruby', 'gems', '1.8', 'gems')
desc 'Setup to run before working on project'
task :setup => :build do
exec "ADDPATH='#{BIN_DIR}' zsh"
end
map.resources :projects do |project|
project.contact_vendors 'project_vendors', :controller => 'project_vendors', :action => 'contact',
:conditions => { :method => :put }
project.resources :project_vendors
end