Le Mans, Shortcut to Hell

Le Mans, Shortcut to Hell (Italian: Le Mans - Scorciatoia per l'inferno, also known as Summer Love) is a 1970 Italian action film directed by Osvaldo Civirani.[1][2][3]

Le Mans, Shortcut to Hell
Directed byOsvaldo Civirani
Written byTito Carpi
Osvaldo Civirani
StarringLang Jeffries
Erna Schürer
Music byStelvio Cipriani
CinematographyWalter Civirani
Release date
1970
LanguageItalian

Plot

Cast

gollark: This lets me do this```javascriptconst getPage = name => SQL`SELECT * FROM pages WHERE name = ${name} ORDER BY updated DESC LIMIT 1`.get() || null```*without* the glaring SQL injection vulnerabilities!
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.

See also

List of Italian films of 1970

References

  1. Roberto Chiti; Roberto Poppi; Enrico Lancia. Dizionario del cinema italiano: I film. Gremese, 1991. ISBN 8876059350.
  2. Marco Giusti (1999). Dizionario dei film italiani stracult. Sperling & Kupfer. ISBN 8820029197.
  3. Paolo Mereghetti. Il Mereghetti. B.C. Dalai Editore, 2010. ISBN 8860736269.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.