Skateboards 2 Scrapers

Skateboards 2 Scrapers is an EP by Bay area rap group The Pack, released on December 19, 2006.[1] It includes the hit single "Vans", which was ranked as the fifth best song on Rolling Stone's 100 Best Songs of 2006 list.[2] The second single was "I'm Shinin'". The whole album was produced by Young L.

Skateboards 2 Scrapers
EP by
ReleasedDecember 19, 2006
Recorded2005-2006
GenreWest Coast rap, hyphy, hip hop
LabelUp All Night/Jive
ProducerToo Short (executive), Young L
The Pack chronology
Wolfpack Muzik Vol. 2
(2006)
Skateboards 2 Scrapers
(2006)
Based Boys
(2007)

Track listing

  1. "Vans"
  2. "I'm Shinin'"
  3. "Ride My Bike"
  4. "Candy"
  5. "Oh Go"
  6. "Freaky Bopper"
  7. "Vans (Remix)" (featuring Too $hort & Mistah F.A.B.)
  8. "Dum Didi Dum" (featuring Too $hort)

References

  1. "Skateboards 2 Scrapers: Pack: Music". Amazon.com. Retrieved 2012-03-09.
  2. "The 100 Best Songs of 2006 : Rolling Stone". 2008-07-24. Archived from the original on 2008-07-24. Retrieved 2019-01-17.


gollark: No, that could be done much more easily.
gollark: Ah, MAP_SHARED is needed.
gollark: I have good* reasons for this
gollark: ```scheme(load-shared-object "/usr/lib/libc.so.6")(define fork (foreign-procedure #f "fork" () unsigned))(define waitpid (foreign-procedure #f "waitpid" (unsigned uptr unsigned) unsigned))(define mmap (foreign-procedure #f "mmap" (uptr unsigned unsigned unsigned unsigned unsigned) uptr))(define shmem (mmap 0 1024 3 0 0 0))(define pid (fork))(display "PID=")(display pid)(newline)(define apiomemetics (lambda (x y) (if (null? x) 0 (if (= (length x) 99) 1 (car x)))))(define prisond (lambda (x y) (if (= x y) (if (= x 1) '(-2 -2) '(-1 -1)) (if (= x 1) '(0 -3) '(-3 0)))))(if (= pid 0) ( (begin (display "hi from child") (foreign-set! 'integer-32 shmem 0 3) (newline) (exit) ) (begin (display "parent apioform") (newline) (waitpid pid 0 0) (display "hi from parent") (newline) (display (foreign-ref 'integer-32 shmem 0)) (newline) )))```Help?
gollark: "Invalid effective address"? What?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.