Stay Asleep

Stay Asleep is the second studio album by American punk band Bigwig. It was released on March 16, 1999.

Stay Asleep
Studio album by
ReleasedMarch 16, 1999
RecordedNov 1998 - Dec 1998
GenrePunk rock, pop punk, melodic hardcore, skate punk
Length33:22
LabelKung Fu Records
Bigwig chronology
UnMerry Melodies
(1997)
Stay Asleep
(1999)
An Invitation to Tragedy
(2001)
Professional ratings
Review scores
SourceRating
Allmusic[1]
Punknews[2]

Track listing

No.TitleLength
1."Still"2:06
2."Dent"2:39
3."Smile"3:22
4."Flavor Ice"2:05
5."Freegan"0:34
6."Falling Down"2:39
7."Friends"3:17
8."Numbers"1:59
9."Sellout"2:28
10."Jerk"2:14
11."13"2:43
12."Stand Up"3:00
13."Boardumb"2:41
14."1-800-Whipped"2:59

"Freegan" was later released on the compilation album, Short Music for Short People.

gollark: Oh wow, rustc is beeing beeoidally.
gollark: The implications are obvious.
gollark: Yet```rustfn simplify(v: &mut Value, rules: &Rules) { loop { match v { Value::Call(head, args) => { let mut was_change = false; for mut arg in args.iter_mut() { simplify(&mut arg, rules); } args.sort(); if let Some(rules) = rules.get(head) { for rule in rules.iter() { if let Some(bindings) = matches(v, &rule.condition) { *v = subst(&rule.result, &bindings); was_change = true; println!("{} -> {} on {}", rule.condition, rule.result, v); } } } if !was_change { break } }, _ => break } }}```
gollark: Stop wanting that.
gollark: Most of it.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.