Skip to content

Instantly share code, notes, and snippets.

View hoisie's full-sized avatar

Michael Hoisie hoisie

View GitHub Profile
#!/usr/bin/env ruby
require 'rubygems'
require 'mechanize'
keywords = ['marie', 'dusch', 'spinning', '6:15']
#keywords = ['bodypump', '5:10', 'kimi', 'hori']
users = [['user1', 'password1'], ['user2', 'password2']]
puts "Registering for class #{keywords.inspect}"
@hoisie
hoisie / gist:1110967
Created July 28, 2011 04:29
UITableViewDelegate protocol methods
#import "TestTableView.h"
@implementation TestTableView
- (id)initWithStyle:(UITableViewStyle)style
{
self = [super initWithStyle:style];
if (self) {
// Custom initialization
}