Programmer reporting in. Also, maybe we can get the ronpaulgraphs.com guy to hook us up with some snazzy graphs. PM me if you need a hand.
On a side note, the 255 dollar amount got met thinking a little; 2^8 = 256. In base 2, this is 8 bits (1 byte) with all bits set to 1 represented as "FF"...
Dan Abrams just had a scathing Huckleberry piece about how he's spinning letting off the convicted rapist, hopefully it gets youtube'd. On an unrelated note, anyone notice how screwed up his site is right now: http://mikehuckabee.com/
Here's a Linux shell script that will download and count the delegates for you (courtesy of Damian in my meetup):
#!/bin/sh
echo "Cleaning up ..."
rm delegates.txt
rm -rf wvgopconvention.com
echo "Downloading delegate registrations from WV GOP Convention website ..."
wget -r -l 1 -I content...