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 byMaurice Sollin
Written byMaurice Sollin
Music byAncelli
Keyne
CinematographyJacques Montéran
Nikolas Roudakoff
Release date
1932
Running time
77 minutes
CountryFrance
LanguageFrench

Cast

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

  1. Crisp p.418

Bibliography

  • Crisp, Colin. Genre, Myth and Convention in the French Cinema, 1929-1939. Indiana University Press, 2002.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.