I hereby claim:
- I am tbueno on github.
- I am tbueno (https://keybase.io/tbueno) on keybase.
- I have a public key ASCgaizT7ggpW8TCGC9HL7ezPa6WM8xLLh12FlFVghigAgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
source "https://rubygems.org" | |
ruby "2.3.0" | |
gem "sequel" | |
gem "pg" | |
gem "rubyzip" | |
group :development, :test do | |
gem "rake" |
1.9.3-p286 :007 > '85.78'.to_f | |
=> 85.78 | |
1.9.3-p286 :008 > '85.78'.to_f * 100 | |
=> 8578.0 | |
1.9.3-p286 :012 > '81.06'.to_f * 100 | |
=> 8106.0 | |
1.9.3-p286 :013 > '81.03'.to_f * 100 | |
=> 8103.0 | |
1.9.3-p286 :009 > '81.07'.to_f * 100 | |
=> 8106.999999999999 |
osascript -e 'say "Dum la dum fa la la dum he dum dum fa dum dum la fa hoo hoo hoo dum dum lah fa he he he dum" using "Cellos"' |
require 'mechanize' | |
require 'hpricot' | |
class Orkut | |
def initialize(email, pass) | |
@agent = WWW::Mechanize.new | |
@email = email | |
@pass = pass | |
end |