Movies

From Fixme.ch
Revision as of 19:59, 26 June 2013 by Gcmalloc (Talk | contribs) (soooooooorting da movies)

Jump to: navigation, search

Voici une liste des films ou des reportages en rapport avec l'informatique, les hackerspaces, les Geek.

Films

http://www.felipemartins.info/2011/03/security-and-hacking-complete-movie-list/

Animés

Reportages

Émission de TV

Podcasts


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.

See also