Unlikely Brothers

Unlikely Brothers: Our Story of Adventure, Loss and Redemption is co-authored by human rights activist and Co-Founder of the Enough Project, John Prendergast and his "Little Brother", Michael Mattocks.[1]

Unlikely Brothers
AuthorJohn Prendergast
and
Michael Mattocks
Cover artistRandom House (photo)
CountryUnited States
LanguageEnglish
SubjectBiography & Autobiography; Memoirs
PublishedMay 17, 2011 Random House
Media typeHardcover
Pages272
ISBN978-0-307-46484-2 (0-307-46484-9)

Summary

John Prendergast, at twenty years old, decided to become a Big Brother to Michael Mattocks, a seven-year-old living in a crime-ridden neighborhood in Washington, DC. The book, co-authored by both, describes their different perspectives on their continuing relationship, shared over a period of more than 27 years.

gollark: If the rendering was efficient the server load would be fine, though.
gollark: It's not very efficient. It was, as I said, basically a port of EWO to Node with networking and multiplayer hacked on top.
gollark: If it had a list of "visible entities" the rendering would be much faster. There isn't one.
gollark: You can't just trust clients.
gollark: ```javascriptconst getEnemy = (x, y) => { for (let i = 0; i < enemies.length; i++) { let other = enemies[i] if (other.x == x && other.y == y) return i } return -1}const getPlayer = (x, y) => { for (let i = 0; i < active_players.length; i++) { if (active_players[i]) { if (players[i].x == x && players[i].y == y) return i } } return -1}const getBonus = (x, y) => { for (let i = 0; i < bonuses.length; i++) { if (x == bonuses[i].x && y == bonuses[i].y) return i } return -1}```

References

Reviews


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