Movies

From Fixme.ch
Revision as of 20:03, 26 June 2013 by Gcmalloc (Talk | contribs) (Removing dead link)

Jump to: navigation, search

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

Films

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