One Day When I Grow Up
"One Day When I Grow Up" is a song by Dutch pop group Ch!pz. It is from both EPs released in 2006. It reached the top ten in Netherlands Top 40 and the top three in Netherlands Top 100.[1]
"One Day When I Grow Up" | ||||
---|---|---|---|---|
![]() | ||||
Single by Ch!pz | ||||
from the album Past:Present:Future | ||||
Released | 2006 | |||
Genre | Dance-pop | |||
Length | 3:17 | |||
Label | Universal | |||
Ch!pz singles chronology | ||||
|
Charts
Weekly charts
|
Year-end charts
|
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
- "Ch!pz – One Day When I Grow Up Lyrics". Retrieved 9 June 2020.
- "Ultratop.be – Ch!pz – One Day When I Grow Up" (in Dutch). Ultratip. Retrieved 9 June 2020.
- "Nederlandse Top 40 – week 40, 2006" (in Dutch). Dutch Top 40 Retrieved 9 June 2020.
- "Dutchcharts.nl – Ch!pz – One Day When I Grow Up" (in Dutch). Single Top 100. Retrieved 9 June 2020.
- "Top 100-Jaaroverzicht van 2006". Dutch Top 40. Retrieved 9 June 2020.
- "Jaaroverzichten – Single 2006". dutchcharts.nl. Retrieved 9 June 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.