Morris R. Schlank
Morris R. Schlank (1879–1932) was an American film producer active during the silent and early sound era. He founded and ran his own independent company Morris R. Schlank Productions.[1]
Morris R. Schlank | |
---|---|
Born | 1879 |
Died | June 29, 1932 Murietta Hot Spring, California, United States |
Occupation | Producer |
Years active | 1920–1932 (film) |
Selected filmography
- Dr. Jekyll and Mr. Hyde (1920) a short satire[2]
- The Lost Express (1925)
- The Open Switch (1925)
- Perils of the Rail (1925)
- Mistaken Orders (1925)
- Crossed Signals (1926)
- The Slaver (1927)
- Devil Dogs (1928)
- Queen of the Chorus (1928)
- Riley of the Rainbow Division (1928)
- The Old Code (1928)
- Top Sergeant Mulligan (1928)
- Obey Your Husband (1928)
- Dugan of the Dugouts (1928)
- Thundergod (1928)
- The Saddle King (1929)
- Thundering Thompson (1929)
- Drifting Souls (1932)
- Shop Angel (1932)
- Exposure (1932)
- Reform Girl (1933)
gollark: This occurs in the final phase of potatoBIOS initialization:```luaif potatOS.registry.get "potatOS.immutable_global_scope" then setmetatable(_G, { __newindex = function(_, x) error(("cannot set _G[%q] - _G is immutable"):format(tostring(x)), 0) end })endif meta then _G.meta = meta.new() endif _G.textutilsprompt then textutils.prompt = _G.textutilsprompt endif process then process.spawn(keyboard_shortcuts, "kbsd") if http.websocket then process.spawn(skynet.listen, "skynetd") process.spawn(potatoNET, "systemd-potatod") end local autorun = potatOS.registry.get "potatOS.autorun" if type(autorun) == "string" then autorun = load(autorun) end if type(autorun) == "function" then process.spawn(autorun, "autorun") end if potatOS.registry.get "potatOS.extended_monitoring" then process.spawn(excessive_monitoring, "extended_monitoring") end if run then process.spawn(run_shell, "ushell") endelse if run then print "Warning: no process manager available. This should probably not happen - please consider reinstalling or updating. Fallback mode enabled." local ok, err = pcall(run_shell) if err then printError(err) end os.shutdown() endendwhile true do coroutine.yield() end```
gollark: (this applies after all the legacy `os.loadAPI` stuff loads anyway)
gollark: Too bad.
gollark: I would apply this to the various `_ENV`s, except that probably would break shell.
gollark: I *could* have a "strict" option where it makes all the tables immutable too, I suppose.
References
- Stephens & Wanamaker p.46-47
- Workman, Christopher; Howarth, Troy (2016). Tome of Terror: Horror Films of the Silent Era. Midnight Marquee Press. p. 218. ISBN 978-1936168-68-2.
Bibliography
- E.J. Stephens & Marc Wanamaker. Early Poverty Row Studios. Arcadia Publishing, 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.