The Prey of the Furies
The Prey of the Furies (German:Die Beute der Erinnyen) is a 1922 German silent film directed by Otto Rippert and starring Werner Krauss and Dary Holm.[1]
The Prey of the Furies | |
---|---|
Directed by | Otto Rippert |
Written by | Willy Buckan Hans Gaus |
Starring | Werner Krauss Dary Holm |
Cinematography | Willy Hameister |
Production company | Sächsische Kunstfilm |
Distributed by | Rivo-Film |
Release date | 19 January 1922 |
Country | Germany |
Language | Silent German intertitles |
The film's art direction was by Artur Gunther.
Cast
In alphabetical order
- Josef Commer as Charles Cruze
- Jsa Dschu-Kwo as Fing-Po
- Felix Hecht as Kapitän Morey
- Johann Hoffart
- Dary Holm
- Georg John as Tom Sprang
- Werner Krauss as Wells
- Nien Soen Ling as Sing Fu
- Ressel Orla as Juanita
- Harald Paulsen as Walter
- Frida Richard as Anna
- E. Von Meghen
- Wolfgang von Schwindt as Olaf Lüttgens
- Eduard von Winterstein as Knut Hansen
gollark: Check out minoteaur's advanced™ migration engine:```nimproc migrate*(db: DbConn) = let currentVersion = fromDbValue(get db.value("PRAGMA user_version"), int) for mid in (currentVersion + 1) .. migrations.len: db.transaction: logger.log(lvlInfo, "Migrating to schema " & $mid) db.execScript migrations[mid - 1] db.exec("PRAGMA user_version = " & $mid) logger.log(lvlDebug, "DB ready")```
gollark: My DB-using projects include all migration capability too, if sometimes limited to a bunch of `CREATE TABLE IF NOT EXISTS` calls, but if I ever *needed* it I would just make them able to call some functions to migrate the rows.
gollark: Well, yes, unless you write an extension for it, but no fixed length ones, and I can just do complex stuff in the program.
gollark: You're right, maybe just preinstall a rootkit on all the systems with databases?
gollark: I guess my decision to use SQLite and PostgreSQL for basically everything ever, as they don't have these constraints, was good then.
References
- Ames p.297
Bibliography
- Ames, Eric. Carl Hagenbeck's Empire of Entertainments. University of Washington Press, 2008.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.