Independent Spirit Award for Best Editing

The Independent Spirit Award for Best Editing is one of the annual awards given by Independent Spirit Awards, a non-profit organization dedicated to independent film and independent filmmakers.

Winners and nominees

gollark: See? This is quite nice. It turns the results into a usable and non-annoying form. It uses prepared statements for efficiency.
gollark: This is the example:```javascriptconst db = require('better-sqlite3')('foobar.db', options); const row = db.prepare('SELECT * FROM users WHERE id = ?').get(userId);console.log(row.firstName, row.lastName, row.email);```
gollark: I didn't mean to EXECUTE it.
gollark: ...
gollark: ```javascriptconst db = require('better-sqlite3')('foobar.db', options); const row = db.prepare('SELECT * FROM users WHERE id = ?').get(userId);console.log(row.firstName, row.lastName, row.email);```

References

  1. "Spirit Awards 2015: The Complete Winners List". The Hollywood Reporter. Retrieved 2020-02-09.
  2. "Spirit Awards 2016: Complete Winners List". Variety. 2016-02-27. Retrieved 2020-02-09.
  3. Earl, William; Earl, William (2017-02-26). "2017 Independent Spirit Awards: Full Winners List". IndieWire. Retrieved 2020-02-09.
  4. Welk, Brian (2019-02-24). "Independent Spirit Awards 2019: Complete Winners List". TheWrap. Retrieved 2020-02-09.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.