Skip to content

Instantly share code, notes, and snippets.

@kumo
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save kumo/c8c72447d352347af5e4 to your computer and use it in GitHub Desktop.

Select an option

Save kumo/c8c72447d352347af5e4 to your computer and use it in GitHub Desktop.
Ordering the IT Group Presentations
groups = ["LITERATURE AND FILMS", "LE SETTE MERAVIGLIE DEL MONDO", "NEW YEAR'S EVE",
"MUSIC", "THE MEANING OF THE COLOURS IN THE WORLD", "ENGLISH CURIOSITIES",
"COSPLAY", "DRUGS", "WOMEN FOR THE HUMAN RIGHTS"]
groups.sort!
groups.shuffle(random: Random.new(20141203))
# "LITERATURE AND FILMS", "COSPLAY", "LE SETTE MERAVIGLIE DEL MONDO", "ENGLISH CURIOSITIES",
# "WOMEN FOR THE HUMAN RIGHTS", "THE MEANING OF THE COLOURS IN THE WORLD", "DRUGS",
# "NEW YEAR'S EVE", "MUSIC"
@kumo

kumo commented Dec 2, 2014

Copy link
Copy Markdown
Author

These are the titles that I was given for the group presentations. I sort them in alphabetical order and then shuffle them up using tomorrow's date, so that this order should be the same for everyone that tries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment