Difference between revisions of "Movies"
From Fixme.ch
								
												
				 (Removing dead link)  | 
				|||
| Line 50: | Line 50: | ||
yep, that's ugly.  | yep, that's ugly.  | ||
| + | |||
| + | Or you can use [http://filebot.net Filebot] on any OS to sort and rename movies by scraping movie/series websites  | ||
| + | |||
== See also ==  | == See also ==  | ||
* [[podcasts]]  | * [[podcasts]]  | ||
Revision as of 18:10, 26 June 2013
Voici une liste des films ou des reportages en rapport avec l'informatique, les hackerspaces, les Geek.
Films
- 2001: A Space Odyssey 2001:l'odyssée de l'espace (1968) - http://www.imdb.com/title/tt0062622/
 - Tron (1982) - http://www.imdb.com/title/tt0084827/
 - Blade Runner (1982) - http://www.imdb.com/title/tt0083658/
 - War Games (1983) - http://www.imdb.com/title/tt0086567/
 - La belle et l'ordinateur (1984) - http://french.imdb.com/title/tt0087197/
 - Short Circuit (1986) - http://www.imdb.com/title/tt0091949/
 - Sneakers (1992) - http://www.imdb.com/title/tt0105435/
 - Hackers (1995) - http://www.imdb.com/title/tt0113243/
 - The Net (1995) - http://www.imdb.com/title/tt0113957/
 - Pi (1998) - http://www.imdb.com/title/tt0138704/
 - 23 (1998) - http://www.imdb.com/title/tt0126765/
 - Run Lola Run (1998) - http://www.imdb.com/title/tt0130827/
 - Pirates of Silicon Valley Les Pirates de la Silicon Valley (1999) - http://www.imdb.com/title/tt0168122/
 - The Matrix (1999) - http://www.imdb.com/title/tt0133093/
 - eXistenZ (1999) - http://www.imdb.com/title/tt0120907/
 - Takedown Cybertr@que (2000) - http://www.imdb.com/title/tt0159784/
 - Antitrust (2001) - http://www.imdb.com/title/tt0218817/
 - Avalon (2001) - http://www.imdb.com/title/tt0267287/
 - The Hitchhiker's Guide to the Galaxy (2005) - http://www.imdb.com/title/tt0371724/
 - Die Hard 4.0 (2007) - http://www.imdb.com/title/tt0337978/
 
Animés
- Ghost In The Shell (1995) - http://www.imdb.com/title/tt0113568/
 - Akira (1988) - http://www.imdb.com/title/tt0094625/
 - A Scanner Darkly (2006) - http://www.imdb.com/title/tt0405296/
 
Reportages
- Cyber Guérilla - Hackers, pirates et guerres secrètes - http://winsa.free.fr/wordpress/?p=737
 - Les guerriers du WEB - http://www.zonexbe.com/news-web/121-docu-les-guerriers-du-web
 - Pir@tage sur FR4 (2011) - http://www.stream-tv.fr/reportage-tv/pirate-hacker-reportage/
 - FabLabs, imprimantes 3D et DIY (FR5): teaser video
 - les dieux de l'informatique (strip tease) YouTube
 - Une contre-histoire de l'Internet (2013): http://lesinternets.arte.tv/ Videos in CC-BY-SA
 
Émission de TV
- TSR - NOUVO - http://www.nouvo.ch/
 
Podcasts
- La Grotte Du Barbu http://www.lagrottedubarbu.com/ DIY
 - MAKE http://blog.makezine.com/podcast/
 
Sort
One liner to sort the movies, if you have all the movies in a 'movies' file
   python -c "import re;print(.join(sorted(open('movies').readlines(), key=lambda s: int(re.search('\((\d{4})\)', s).group(1)))))"
yep, that's ugly.
Or you can use Filebot on any OS to sort and rename movies by scraping movie/series websites