Skip to content

Instantly share code, notes, and snippets.

View gregorym's full-sized avatar
🏠
Working from home

Gregory Marcilhacy gregorym

🏠
Working from home
View GitHub Profile
@gregorym
gregorym / calculator.rb
Created October 26, 2011 20:52
Top numbers at the Euro millions
history = %(06 14 33 34 48
09 19 25 36 38
02 08 17 39 42
09 28 30 32 49
05 21 28 31 34
35 42 47 48 50
12 26 37 38 44
02 08 10 19 46
12 22 25 33 45
04 06 14 42 50
@gregorym
gregorym / doesnotwork.rb
Created July 18, 2011 18:47
Basecamp Api not working
Basecamp::Message.prefix = "/projects/:project_id/"
# Basecamp::Base.establish_connection!( my info the connecy)
m = Basecamp::Message.new(:project_id => 7584268)
m.title = "greg"
m.body = "plop"
m.author_id = 7714821
m.private = false
m.notify = ["7714823"]
print m.encode
m.save