Public Gists by bakineggs

Gravatar
Wed Jan 28 22:51:22 -0800 2009
1
2
3
/*
 * main.cpp - part of MP1
 *
Gravatar
Mon Jan 05 22:49:52 -0800 2009
1
2
3
web design inspiration for bakineggs.com:
 
http://calendaraboutnothing.com/
Gravatar
Mon Dec 15 21:46:10 -0800 2008
1
2
3
class Hand
  def straight?
    values = @cards.map{|card| card.value}.uniq.sort
Gravatar
Fri Oct 24 13:17:51 -0700 2008
1
2
3
saywatmang: hey lifo why arent transactional migrations supporetd in mysql
defunkt: you cant do ddl in transactions in mysql
abedra: cause mysql is a toy and no one should use it
Gravatar
Sun Oct 12 16:22:01 -0700 2008
1
2
3
in validations_i18n_test.rb:
 
    def test_validates_length_of_counts_utf8_characters
Gravatar
Fri Sep 19 08:02:50 -0700 2008
1
2
3
Check out this website http://forgood.yahoo.com
 
Hack for Good
Gravatar
Thu Sep 18 21:46:21 -0700 2008
1
2
3
require 'cgi'
require 'rubygems'
require 'hpricot'
Gravatar
Tue Jul 22 14:46:00 -0700 2008
1
test
Gravatar
Tue Jul 22 08:58:59 -0700 2008
1
test edit of my gist