Louis Lichtenfield

Louis Lichtenfield (June 1, 1919 – September 12, 2003) was an American special effects artist, he was nominated for Best Special Effects at the 30th Academy Awards for the film The Spirit of St. Louis.[1]

Louis Lichtenfield
Born(1919-06-01)June 1, 1919
USA
DiedSeptember 12, 2003(2003-09-12) (aged 84)
Lost Angeles, California, USA
OccupationSpecial effects artist
Years active1956-1980
Spouse(s)Dona Holloway

Filmography

gollark: A link-local one.
gollark: As I said, it should be a multicast address.
gollark: It's on my laptop, which isn't currently on WiFi or anything, so yes.
gollark: ```rust let multicast_addr: Ipv6Addr = "ff02::aeae".parse().unwrap(); let socket = Socket::new(Domain::ipv6(), Type::dgram(), Some(Protocol::udp()))?; socket.set_only_v6(true)?; socket.set_multicast_loop_v6(false)?; socket.join_multicast_v6(&multicast_addr, 0).with_context(|| "join multicast failed")?; socket.bind(&SocketAddr::from((Ipv6Addr::UNSPECIFIED, PORT)).into())?;```
gollark: It's likely that my code is just setting up the socket wrong somehow, since I mostly just used the multicast-looking things in the docs and rearranged the calls until it stopped saying stupid things like "OS error 22".

References

  1. "The 30th Academy Awards (1958) Nominees and Winners". oscars.org. Retrieved April 2, 2014.


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