Created
January 9, 2013 18:54
-
-
Save jjulian/3865b79b125bb9aa8a08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
topic = [ | |
"Performance Tuning", | |
"Advanced Rails", | |
"Learning Ruby", | |
"Hypermedia APIs", | |
"Diversity" | |
] | |
ruby = %w{MRI jRuby Rubinious Heroku} | |
project = %w{ | |
Backbone | |
node.js | |
Sinatra | |
Graphite | |
ActiveSupport | |
DCI | |
Bootstrap | |
Rack | |
} | |
suffix = [ | |
'','','','', 'in the cloud', 'for beginners' | |
] | |
(1..10).each do | |
puts "#{topic.sample} with #{ruby.sample} and #{project.sample} #{suffix.sample}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment