Skip to content

Instantly share code, notes, and snippets.

View michaelchadwick's full-sized avatar
🤘

Michael Chadwick michaelchadwick

🤘
View GitHub Profile
@jimmycuadra
jimmycuadra / dontsaythese.textile
Created June 2, 2011 19:56
Shit you are not allowed to say

English

  • boss
  • nippy
  • hubby
  • fisticuffs
  • nighters
  • om nom nom
  • curled up with a glass of wine
  • I’m living life to the fullest
@jimmycuadra
jimmycuadra / gist:765942
Created January 5, 2011 04:49
Discography: An exercise to learn some basic Ruby
# Write some classes to keep track of an artist's discography. Start by creating an
# artist, then an album, then songs. Add songs to the album and then add the
# album to the artist. Finally, call the discography method on the artist
# to print out a nice formatted string detailing that artist's discography.
# You should be able to use it like this:
nebyoolae = Artist.new('Nebyoolae')
cs13 = Album.new('Clocks Striking 13')