#Council of Chiefs
9:00PM November 3, 2012
Camp Lazarus
4422 Columbus Pike
Delaware, OH 43015
Goal of the Meeting: To make decisions regarding the specifics of Conclave 2013
| class TripsController < ApplicationController | |
| class Action < ApplicationController::Action | |
| end | |
| class New < Action | |
| expose(:trip) { Trip.new(params[:trip]) } | |
| end | |
| class Create < New | |
| def call |
#Council of Chiefs
9:00PM November 3, 2012
Camp Lazarus
4422 Columbus Pike
Delaware, OH 43015
Goal of the Meeting: To make decisions regarding the specifics of Conclave 2013
Back in Melbourne circa 2010/11, Jodie, Jared and I used to run a [monthly vegan mentoring group][vegan-month]. I have gone back through the mailing lists and collected much of the curriculum and information from the program into this single document, so that I can distribute it more widely. The program was designed not just to get you through the first month nutritionally, but to expose you to a variety of foods and ideas that may be new to you. It emphasises that veganism is a shift sideways, not a sacrifice.
| #this is a very simple, work in progress helper method for stubbing the stripe checkout.js | |
| #this creates a fake server that will generate stripe token as if it's coming from stripe. So we can test credit card input | |
| class FakeStripe < Sinatra::Base | |
| def self.boot | |
| instance = new | |
| Capybara::Server.new(instance).tap { |server| server.boot } | |
| end | |
| get '/checkout.js' do |
| get canon sdk working with openframeworks | |
| 1. Register as canon developer & download canon sdk | |
| 2. EDSDK.framework in canon sdk download doesn't seem to be working. Download the latest EOS Utility from http://usa.canon.com/cusa/support/consumer/eos_slr_camera_systems/eos_digital_slr_cameras/ for you camera. You might not have a previous EOS Utility install or a CD. You can force the installer to install EOS utility: | |
| 1/ Copy the updater app from the dmg to your desktop | |
| 2/ Right click and choose Show Package Contents… | |
| 3/ Delete the file Contents/Resources/Info.datx | |
| 4/ After that run the updater app again. You should be able to install the EOS Utility |
| // YouTube Watch History Cleaner | |
| // Paste into console at: https://myactivity.google.com/product/youtube | |
| // orig: https://gist.github.com/miketromba/334282421c4784d7d9a191ca25095c09 | |
| // ============================================================================ | |
| // CONFIGURATION - Edit this section to customize what gets deleted | |
| // ============================================================================ | |
| const CONFIG = { | |
| // DRY RUN MODE: When true, logs what would be deleted without actually deleting |