Shadows of Paris (1932 film)
Shadows of Paris (French: Brumes de Paris) is a 1932 French film directed by Maurice Sollin.[1]
Shadows of Paris | |
---|---|
Directed by | Maurice Sollin |
Written by | Maurice Sollin |
Music by | Ancelli Keyne |
Cinematography | Jacques Montéran Nikolas Roudakoff |
Release date | 1932 |
Running time | 77 minutes |
Country | France |
Language | French |
Cast
- Colette Andris
- Alexej Bondireff
- Dolly Davis
- Kissa Kouprine
- Jean-François Martial
- Max Maxudian
- Theo Shall
gollark: ```javascriptexport const SQL = (strings, ...params) => { const sql = strings.join("?") let stmt const cachedValue = preparedStatements.get(sql) if (!cachedValue) { stmt = DB.prepare(sql) preparedStatements.set(sql, stmt) } else { stmt = cachedValue } return { get: () => stmt.get.apply(stmt, params), run: () => stmt.run.apply(stmt, params), all: () => stmt.all.apply(stmt, params), statement: stmt }}```observe some stuff from my code.
gollark: I've never written that.
gollark: They do have more brackets though, sadly.
gollark: Even my (Node.)JS programs are probably faster.
gollark: Of course. It's Haskell.
References
- Crisp p.418
Bibliography
- Crisp, Colin. Genre, Myth and Convention in the French Cinema, 1929-1939. Indiana University Press, 2002.
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.