Fight the Power: Greatest Hits Live!
Fight the Power: Greatest Hits Live! is a live album by Public Enemy.[1]
Review scores | |
---|---|
Source | Rating |
Allmusic |
Fight the Power: Greatest Hits Live! | ||||
---|---|---|---|---|
Live album by | ||||
Released | February 6, 2007 | |||
Genre | Hip hop, East Coast hip hop, hardcore hip hop, political hip hop | |||
Label | Titan/Pyramid | |||
Public Enemy chronology | ||||
|
Track listing
- "Brothers Gonna Work It Out"
- "Welcome to the Terrordome"
- "Bring the Noise"
- "Son of a Bush"
- "Shut 'Em Down"
- "Black Steel in the Hour of Chaos"
- "He Got Game"
- "Revolverlution"
- "911 Is a Joke"
- "Public Enemy No. 1"
- "D.J. Lord Solo"
- "Give It Up"
- "Don't Believe the Hype"
- "Rebel Without A Pause"
- "Arizona (Ball of Confusion)"
- "Fight the Power (Soul Power)"
Source: [2]
gollark: Can someone check my scroll?
gollark: Wait a minute, why does my Egg Drop Soup scroll banner show 1 frozen, 1 hidden?
gollark: DC is made of numbers, in the purely useless sense.
gollark: Basicallyscore = views + unique views * 6 + clicks * 12if hatchling, optimal score is 13000 at 4d and 5000 at 7d (between the two extremes, it's averaged)if egg, optimal score is 5000 at 4d and 0 at 7d (averaged again)it's safeish if the score is less than 1.5x the optimal score.
gollark: ```javascriptfunction getScore(dragon) { return dragon.views + (dragon.uniqueViews * 6) + (dragon.clicks * 12);}const nextStageAge = 72;const maxTime = 168;function getOptimalScore(dragon) { const time = dragon.hoursRemaining; const age = maxTime - time; if (dragon.type == "hatchling") { return 5000 + (8000 * (age / nextStageAge)); } else { return 5000 * (age / nextStageAge); }}function getScoreRatio(dragon) { return getScore(dragon) / getOptimalScore(dragon);}function isSafe(dragon) { return getScoreRatio(dragon) < 1.5;}```
References
- "Fight the Power: Greatest Hits Live! - Public Enemy". AllMusic. Retrieved 13 August 2016.
- "Public Enemy - Fight The Power: Greatest Hits Live!". Discogs. Discogs. Retrieved 13 August 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.