From ea124bf748e7ade121ce5b642a311fe7bbbd70c3 Mon Sep 17 00:00:00 2001 From: Tomas Musil Date: Tue, 24 Jun 2014 17:13:44 +0200 Subject: [PATCH] reorganised TODO --- TODO | 5 ++--- todo_count.sh | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100755 todo_count.sh diff --git a/TODO b/TODO index 4c022c6..cdcbade 100644 --- 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 index 0000000..ce2ec14 --- /dev/null +++ b/todo_count.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +grep --count TODO imago_pack/*.py pcf.c | sort -nr -t":" -k2 | cut -f2 -d"/" -- 2.4.2