They Fired with Their Lives
They Fired with Their Lives (Spanish: Con la vida hicieron fuego) is a 1959 Spanish war film directed by and starring Ana Mariscal. It is set against the backdrop of the Spanish Civil War.[1]
They Fired with Their Lives | |
---|---|
Directed by | Ana Mariscal |
Produced by | Ana Mariscal Augusto Boué |
Written by | Ana Mariscal Jesús Evaristo Casariego (novel) Jesús Evaristo Casariego |
Starring | Ana Mariscal |
Music by | Salvador Ruiz de Luna |
Cinematography | Valentín Javier |
Edited by | Sara Ontañón |
Production company | Bosco Films |
Distributed by | PROCINES |
Release date | 21 September 1959 |
Running time | 80 minutes |
Country | Spain |
Language | Spanish |
Cast
- Ana Mariscal as Armandina
- George Rigaud as Quico
- Roberto Rey as Fernando
- José María Lado as Manolón
- Raúl Cancio as Marinín
- Ángel Aranda as Falin
- Malila Sandoval as Isabelita
- Nicolás D. Perchicot as Raimundo
- Adela Carboné
- Manuel Requena as Joaquín
- Rafael Bardem as Viqueira
- Manuel Guitián
- Félix Briones
- Matilde Artero
- Ángel Álvarez
- Enrique Ferpi
- Francisco René
- Manuel Flores
- Mary Lamar as Viuda de Marinín
gollark: Yes.
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
References
- Bentley p.124
Bibliography
- Bentley, Bernard. A Companion to Spanish Cinema. Boydell & Brewer 2008.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.