Skip to content

Instantly share code, notes, and snippets.

@lwu
Created March 29, 2009 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lwu/87357 to your computer and use it in GitHub Desktop.
Save lwu/87357 to your computer and use it in GitHub Desktop.
= AllisonF + Brianna + Constance + Emily + Lucy + RKelly + Wushu
#!/usr/bin/env ruby
# primary source data: zteam car manifests :)
santabar = %w(AllisonF AnnieW Becky Brianna Brittany Chips Constance Dex
Emily Firebelly Frogger Galen LeslieR Lolo Lucy Marielle Marisa
RKelly Rosalie Scout Sparky Skiddo Tajah Tank Wushu)
davis = %w(AllisonF AnnieW Annika Ariana Brianna Chips Constance Emily
Firebelly Gina Izzy Laurel Lucy RKelly RachelL Rosalie SarahC
SFalconer Sparky Tajah Wushu)
vegas = %w(AllisonF Annika Becky Brianna Constance Emily Frogger Galen Gina
Izzy Laurel Lauren LeslieR Lucy Marielle Marisa Nicole RKelly
RachelL SarahF Skiddo Tank Wushu)
# this arr is a guess
stanford = %w(AllisonF Annika Becky Brianna Constance Emily Firebelly Frogger
Galen LeslieR Lolo Lucy Luna Nicole RKelly Rosalie Scout Skiddo Tank Wushu)
puts [santabar & davis & vegas].join(' + ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment