Brut de femme

Brute de femme is the second album of Diam's, released in 2004. This album won the Victoires de la musique (Music's Victories) for the Album rap, hip-hop de l’année (Rap/hip-hop album of the year)

Brute de Femme
Studio album by
ReleasedMay 9, 2003
GenreFrench Hip-Hop
LabelHostile Records

Track listing

  1. "Intro"
  2. "Incassables"
  3. "Mon Répertoire"
  4. "Cruelle A Vie"
  5. "Dj"(sample of ¿Quién será?)
  6. "Madame Qui ?"
  7. "1980"
  8. "Où Je Vais"
  9. "Vénus"
  10. "Ma Souffrance"
  11. "Èvasion"
  12. "Amoré"
  13. "Daddy"
  14. "Parce Que"
  15. "Suzy 2003"


gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.
gollark: Paths are canonicalized before checking.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.