Start of listing
allbits.csv 2005/02/15 2,265,150 first peel of the raw bits data
allbits3.csv 2005/02/15 612,329 final version.. produces bit sums at every 4th byte.
allbits4.csv 2005/02/15 877,601 uses a dataset of 3 million bytes (~24M random bits) (raw data not included here) spits out a line after every 48 bytes to keep below the 64K datapoint limit of gnumeric (change the value of the $BytesPerLine variable to get this result).
bitcount.perl 2005/02/15 984 the perl script used to do this.
bits.bin 2005/02/15 207,249
bits4narrow.png 2005/02/20 75,351 (990x567) Gnumeric graph of allbits4.csv
bits4wide.png 2005/02/20 324,501 (6485x623) same graph as bits4narrow but widened for more horizontal accuracy. . This is using EXACTLY the same data as bits4narrow.png. Just a different horizontal scale. Note the two very differnt views of the 'spike' around the 1,000,000 byte point
rndsum.png 2005/02/15 21,050 Graphical display of the sums over time
End of listing