Karen Tite

Karen Tite is an English actress based in Newcastle upon Tyne

She was formerly a member of the now-disbanded Purple Monkey Theatre Company, and was involved with the Valley Theatre Company also based in Scarborough.

Awards

In March 2007 Karen won the top prize at BBC Radio York's "More Front Than Scarborough" event for Comic Relief 2007, with a performance as Blodwyn Pigg.

In 2006 she won the Saltburn Drama Festival's adjudicator's award for her role in A Ticket For Graceland. More recently she has worked in conjunction with the RSC and it's "Romeo and Juliet remix" at the Sage Gateshead. Entertained a crowd of would be standups at the Dog and Parrot pub Newcastle. Was a lead actress in degree work at Newcastle college. she is now a member of The Peoples Theatre Newcastle and appeared in " They Shoot Horses Don't They"

gollark: Also, idea for the binary HTML thing, increase efficiency like this:```rustenum CommonTag { P, H1, // all other common tags in existence}enum CommonAttr { Class, Id, // also all other common HTML attributes}enum Attribute { Common(CommonAttr), Other(String) }enum Tag { Common(CommonTag), Other(String) }struct Html { name: Tag, attributes: Map<Attribute, String>, children: Vec<Html>}```
gollark: Not sure if that corresponds to the URL, which is what you often want, but oh well.
gollark: Hmm, so looking at this you could probably binary-search the titles, at least.
gollark: They seem hard to construct incrementally, not ideal for random access, and FTS is hacked in by having the index stored as "articles" with a weird type code.
gollark: I still don't think they're that great for some of the intended uses.

References



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