William Grefe
William Grefe (born 1930) is a writer and director of films, best known for his work in the exploitation field. For most of his career he has worked in Florida. He also worked for a number of years with Ivan Tors.[1][2]
In 2009 a documentary was released about his work called From the Swamp: The Films of William Grefe.[3]
Select credits
- The Checkered Flag (1963)
- I Eat Your Skin (1964) - second unit
- Racing Fever (1964)
- Sting of Death (1965)
- Death Curse of Tartu (1966)
- The Devil's Sisters (1966)
- Wild Rebels (1967)
- The Hooked Generation (1968)
- The Psychedelic Priest (1969)
- The Naked Zoo (1970)
- Stanley (1972)
- Alligator Alley (1972)
- The Godmothers (1973)
- Impulse (1974)
- Mako: The Jaws of Death (1976)
- Whiskey Mountain (1977)
- The Psychedelic Priest (2001)
- Marooned (2013)[4]
gollark: This example code responds to ~ping with Pong!
gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
References
- Brian Albright, Regional Horror Films, 1958-1990: A State-by-State Guide with Interviews McFarland, 24 Oct 2012 p 76-94
- Phillip Valys, "William Grefe's schlock to the system" Sun Sentinel September 19, 2012 accessed 16 April 2012
- They Came from the Swamp official website accessed 16 April 2014
- "Godfather of Grindhouse William Grefe To Direct MAROONED in 2013: His First Horror Film In Over 20 years!" Horror Unlimited Friday, February 8, 2013 accessed 16 April 2014
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.