The Reunion (2011 Danish film)

The Reunion (Danish: Klassefesten) is a 2011 Danish comedy film directed by Niels Nørløv.[1][2] A Finnish remake of the film, Reunion (Luokkakokous), was released in 2015.[3]

The Reunion
Film poster
Directed byNiels Nørløv
Produced byRene Ezra
Tomas Radoor
Written byClaudia Boderke
Lars Mering
StarringNicolaj Kopernikus
Troels Lyby
Anders W. Berthelsen
CinematographyRasmus Arrildt
Distributed byNordisk Film
Release date
  • 13 October 2011 (2011-10-13)
Running time
90 minutes
CountryDenmark
LanguageDanish

Cast

gollark: But you can also write a program to just directly run from a URL, like that one.
gollark: Yes.
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```

References

  1. Smith, Ian Hayden (2012). International Film Guide 2012. p. 104. ISBN 978-1908215017.
  2. "The Reunion". cineuropa. Retrieved 15 April 2012.
  3. "Reunion". The Finnish Film Foundation. Retrieved 21 June 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.