Desperado Square

Desperado Square
Directed byBenny Toraty
Produced byAmir Harel, Haim Manor
Written byBenny Toraty
StarringJoseph Shiloach, Yona Elian, Mohammed Bakri, Uri Gavriel, Nir Levy, Ayelet Zurer
Music byShem Tov Levi
Release date
  • 10 May 2001 (2001-05-10)
Running time
95 minutes
CountryIsrael
LanguageIsraeli

Desperado Square is a 2001 Israeli film.[1][2]

Cast

  • Joseph Shiloach,
  • Yona Elian,
  • Mohammed Bakri,
  • Uri Gavriel,
  • Nir Levy,
  • Ayelet Zurer

Festivals and awards

  • Montpellier Film Festival, France 2001 - Antigone d'Or
  • Israeli Academy Awards 2001 - Best Director, Best Supporting Actor, Best Art Direction, Best Costume, Best Original Music
  • Valencia Film Festival, Spain 2002 - Best Script [3]
gollark: I *think* the issue here is in the returning bit... somehow...
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.

References

  1. Harvey, Dennis; Harvey, Dennis (4 August 2002). "Desperado Square".
  2. Katzman, Joshua. "Desperado Square". Chicago Reader.
  3. "Desperado Square - Lama Films". www.lamafilms.com.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.