log

age author description
Wed, 20 Apr 2016 20:20:23 +0200 Brecht De Man timeline_view, timeline_view_movement: fix negative time issue (updated to new specification)
Wed, 20 Apr 2016 18:20:58 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 20 Apr 2016 19:12:16 +0200 Brecht De Man timeline_view.py and timeline_view_movement.py compatible with Python 2.7 and 3.x: print ... --> print(...)
Wed, 20 Apr 2016 19:07:03 +0200 Brecht De Man Weird merge error fix
Wed, 20 Apr 2016 19:03:07 +0200 Brecht De Man score_plot.py compatible with Python 2.7 and 3.x: print ... --> print(...); next() instead of .next(); read text from CSV instead of bytes when iterating using next()
Wed, 20 Apr 2016 18:43:32 +0200 Brecht De Man Preliminary dependencies (/tested on) section
Wed, 20 Apr 2016 18:18:48 +0200 Brecht De Man comment_parser.py compatible with Python 2.7 and 3.x: print ... --> print(...)