TCA Career Achievement Award
The TCA Career Achievement Award is an award given by the Television Critics Association.[1] The Career Achievement Award annually honors an individual who has inspired his or her work in television. In 2014, director James Burrows became the 30th recipient of the award.[2]
Winners and nominees
gollark: https://doc.rust-lang.org/std/collections/struct.LinkedList.html
gollark: Rust has linked lists in `std::collections`, if you like.
gollark: ... that's a builtin.
gollark: Wait, where's the *data* in your linked list?
gollark: ```rustpub struct List<T> { head: Link<T>,}type Link<T> = Option<Box<Node<T>>>;struct Node<T> { elem: T, next: Link<T>,}```
References
- "Past winners of the TCA Awards". Television Critics Association.
- Birnbaum, Debra (July 19, 2014). "'Breaking Bad,' 'True Detective' Win at TCA Awards". Variety. Retrieved July 19, 2014.
- Otterson, Joe. "Bill Cosby's Career Achievement Award Rescinded by TCA". variety. Retrieved December 13, 2018.
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.