Skip to content

Instantly share code, notes, and snippets.

@jjulian
Created January 9, 2013 18:54
Show Gist options
  • Save jjulian/3865b79b125bb9aa8a08 to your computer and use it in GitHub Desktop.
Save jjulian/3865b79b125bb9aa8a08 to your computer and use it in GitHub Desktop.
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