Josephine Wilson
Josephine Wilson, Lady Miles (5 July 1904 – 7 November 1990)[1] was a British stage and film actress. She was the wife of Bernard Miles and [2]creator of the Molecule Club, which staged scientific shows for children at the Mermaid Theatre, a venue her husband had founded.
Josephine Wilson | |
---|---|
Born | |
Died | 7 November 1990 86) London, England | (aged
Occupation | Actress |
Years active | 1938–1958 |
Spouse(s) | Bernard Miles (m. 19??; her death 1990) |
Children | 3, including John Miles |
Selected filmography
- South Riding (1938) - Mrs. Holly
- The Lady Vanishes (1938) - Madame Kummer
- Life of St. Paul (1938) - Lydia
- The Four Feathers (1939) - Mrs. Brown - Sgt. Brown's wife (uncredited)
- Those Kids from Town (1942) - Mrs. Burns
- Uncensored (1943) - (uncredited)
- We Dive at Dawn (1943) - Alice Hobson (uncredited)
- The Adventures of Tartu (1943) - Nurse (uncredited)
- The Dark Tower (1943) - Dora Shogun
- Quiet Weekend (1946) - Mary Jarrow
- Chance of a Lifetime (1950) - Miss Cooper
- The End of the Affair (1955) - Miss Smythe
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.
gollark: Ah, but Lua is slightly sane.
References
Bibliography
- Hare, William. Hitchcock and the Methods of Suspense. McFarland, 2007.
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.