African-American Film Critics Association Awards 2012

Below are the winners for the 2012 African-American film Critics Associations.

10th African-American Film
Critics Association Awards
Highlights
Best PictureZero Dark Thirty

Winners

CategoryRecipientFilm
Best ActorDenzel WashingtonFlight
Best ActressEmayatzy CorinealdiMiddle of Nowhere
Best DirectorBen AffleckArgo
Best ScreenplayAva DuVernayMiddle of Nowhere
Best Supporting ActorNate ParkerArbitrage
Best Supporting ActressSally FieldLincoln
Breakthrough PerformanceQuvenzhane WallisBeasts of the Southern Wild
Best Independent FilmMiddle of Nowhere
Best Animated FeatureRise of the Guardians
Best Foreign Language FilmThe Intouchables
Best MusicKathryn Bostic & Meghan RhodesMiddle of Nowhere

Special Achievement: Billy Dee Williams & Cicely Tyson

gollark: It can parse tuples of integers.
gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.
gollark: The link.
gollark: It was sonata who actually posted it, IIRC.
gollark: I think it was them mentioning esoserver in the code guessing thing. Palaiologos complained a lot.

References

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