Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a list of deceased drummers from the rock band Spinal Tap #24

Merged
merged 1 commit into from
Jun 24, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add a list of deceased drummers from the rock band Spinal Tap
  • Loading branch information
kadamwhite committed Jun 24, 2014
commit 90dc3fb28bcf6d449bc8d31ab5da593521d14ed8
93 changes: 93 additions & 0 deletions data/humans/spinalTapDrummers.json
Original file line number Diff line number Diff line change
@@ -0,0 1,93 @@
{
"description": "Deceased drummers from the fictional rock band Spinal Tap, taken from Wikipedia.",
"deceasedDrummers": [{
"name": {
"first": "John",
"nick": "Stumpy",
"last": "Pepys"
},
"joined": 1964,
"died": 1966,
"demise": "Died in a bizarre gardening accident, that the authorities said was \"best left unsolved.\""
},
{
"name": {
"first": "Eric",
"nick": "Stumpy Joe",
"last": "Childs"
},
"joined": 1966,
"died": 1967,
"demise": "Choked on vomit of unknown origin, perhaps but not necessarily his own, because \"you can't really dust for vomit.\""
},
{
"name": {
"first": "Peter",
"nick": "James",
"last": "Bond"
},
"joined": 1967,
"died": 1977,
"demise": "Spontaneously combusted on stage during a jazz festival on the Isle of Lucy, leaving behind what has been described alternatively as a \"globule\" or a \"stain\""
},
{
"name": {
"first": "Mick",
"nick": "",
"last": "Shrimpton"
},
"joined": 1977,
"died": 1982,
"demise": "Exploded onstage."
},
{
"name": {
"first": "Joe",
"nick": "Mama",
"last": "Besser"
},
"joined": 1982,
"died": 1982,
"demise": "Claimed he \"couldn't take this 4/4 shit\"; according to an MTV interview with Spinal Tap in November 1991, he disappeared along with the equipment during their Japanese tour. He is either dead or playing jazz. The name is a play on that of Joe Besser, who similarly had a short-lived and ill-fitted stint as a member of The Three Stooges."
},
{
"name": {
"first": "Richard",
"nick": "Ric",
"last": "Shrimpton"
},
"joined": 1982,
"died": 1999,
"demise": "Allegedly sold his dialysis machine for drugs; presumed dead."
},
{
"name": {
"first": "Sammy",
"nick": "Stumpy",
"last": "Bateman"
},
"joined": 1999,
"died": 2001,
"demise": "Died trying to jump over a tank full of sharks while on a tricycle in a freak show."
},
{
"name": {
"first": "Scott",
"nick": "Skippy",
"last": "Scuffleton"
},
"joined": 2001,
"died": 2007,
"demise": "Fate unknown."
},
{
"name": {
"first": "Chris",
"nick": "Poppa",
"last": "Cadeau"
},
"joined": 2007,
"died": 2008,
"demise": "Eaten by his pet python Cleopatra."
}]
}