The Working Girls
The Working Girls is a 1974 sexploitation film written and directed by Stephanie Rothman and starring Sarah Kennedy, Laurie Rose and Cassandra Peterson.[1][2]
The Working Girls | |
---|---|
Directed by | Stephanie Rothman |
Produced by | |
Written by | Stephanie Rothman |
Starring |
|
Music by | Michael Andres |
Cinematography | Daniel Lacambre |
Edited by | John A. O'Connor |
Distributed by | Dimension Pictures |
Release date |
|
Language | English |
Premise
Three woman sharing an apartment in Los Angeles are all endangered by the men in their lives.
Cast
- Sarah Kennedy - Honey
- Laurie Rose - Denise
- Mark Thomas - Nick
- Lynne Guthrie - Jill
- Ken Del Conte - Mike
- Solomon Sturges - Vernon
- Gene Elman - Sidney
- Mary Beth Hughes - Mrs. Borden
- Lou Tiano - Lou
- Cassandra Peterson - Katya
- Bob Schott - Roger
gollark: * rightctrl+w
gollark: There's also sandboxing of user code, so people can hit ctrl+w easily to wipe everything.
gollark: Well, yes, but it blocks BlahOS.
gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
gollark: There's a bit of code in `load` which checks user code for stuff which looks like known virii/bad OSes.
See also
References
- "The Working Girls". BFI National Archive. United Kingdom: British Film Institute. Archived from the original on May 29, 2009. Retrieved April 19, 2017.
- "The Working Girls". Turner Classic Movies. Atlanta: Turner Broadcasting System (Time Warner). Retrieved April 19, 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.