Quick question - how many people (total) voted for CC? my totally wild guess would be ~400+ - I wonder how it apply to reality.
grep -e "^1.*" /tmp/election.blt | wc -l
[rc@colin coding_competition_2012]$ for i in *blt; do tail -n 1 $i ; grep -e "^1.*" $i | wc -l ; echo "-----" ; done "Coding Competition 2012 - Desktop, System, and Utilities" 95 ----- "Coding Competition 2012 - Games, Graphics, and Multimedia" 82 ----- "Coding Competition 2012 - Location and Navigation" 66 ----- "Coding Competition 2012 - Network and Communications" 80 ----- "Coding Competition 2012 - Other" 88 ----- "Coding Competition 2012 - Updates and development on existing apps" 92 ----- "Coding Competition 2012 - Beginners" 80 -----