reorganised TODO
authorTomas Musil <tomik.musil@gmail.com>
Tue, 24 Jun 2014 15:13:44 +0000 (17:13 +0200)
committerTomas Musil <tomik.musil@gmail.com>
Tue, 24 Jun 2014 15:13:44 +0000 (17:13 +0200)
TODO
todo_count.sh [new file with mode: 0755]

diff --git a/TODO b/TODO
index 4c022c6..cdcbade 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,8 @@
-documentation
+faster image processing
 better color clustering
-auto-calibration (too much new stones -> smaller clusters)
 use information from previous board
+auto-calibration (too much new stones -> smaller clusters)
 faster (and more realiable) grid search
 stone finding
 better user interface
-faster image processing
 use floats in computations
diff --git a/todo_count.sh b/todo_count.sh
new file mode 100755 (executable)
index 0000000..ce2ec14
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+grep --count TODO imago_pack/*.py pcf.c | sort -nr -t":" -k2 | cut -f2 -d"/"