27th Genie Awards
The 27th Genie Awards were held on February 13, 2007 to honour films released in 2006. The ceremony was located at the Carlu theatre in Toronto.
27th Genie Awards | |
---|---|
Date | February 13, 2007 |
Site | Carlu theatre, Toronto |
Highlights | |
Best Picture | Bon Cop, Bad Cop |
The Rocket (Maurice Richard) was the most successful film at these awards, winning nine of its 13 nominated categories. Bon Cop, Bad Cop won just two of its 10 nominations, although it received the highest 2006 box office revenues in Canada to earn the Golden Reel Award.
Nominees
Wikinews has related news: |
Nominees were announced 9 January 2007.
Films with the most nominations:
- 13: The Rocket (Maurice Richard)
- 10: Bon Cop, Bad Cop
- 7: A Sunday in Kigali (Un dimanche à Kigali)
- 6: Tideland
- 5: Eve and the Fire Horse
- 5: The Secret Life of Happy People (La Vie secrète des gens heureux)
- 4: Cheech
- 4: The Little Book of Revenge (Guide de la petite vengeance)
- 4: Snow Cake
Winners
gollark: Honestly that's entirely unnecessary and I would probably only need simple splitting into lines and label handling, but you know.
gollark: That's how you would do it in my thing, using a somewhat insane S-expression assembly-ish language.
gollark: Using hypothetical assembly syntax I haven't actually implemented:```# start of memory to add kittens to(add r1 r0 0x1000) # maybe there would be nice dedicated syntax for "set register" actually# end of kittenized region(add r2 r0 0x1600)(label loop (add r3 r0 40) (poke r3 r1 0) (add r3 r0 94) (poke r3 r1 1) # and so on (add r1 r1 8) (jlt r1 r2 loop))```
gollark: To create RAM kittens, all you need to do is `ADD` the ASCII value of each character into a temporary register, `POKE` them into the right memory location (using the per-instruction `POKE` offset, probably), and then do that in a loop.
gollark: I should probably implement arithmetic instructions then a basic assembler, I guess, because hand-writing machine code is unpleasant.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.