Help for this page

Select Code to Download


  1. or download this
    for n in 100k 1M 10M; do echo -n '*** Processing a' $n 'mailbox: ***';
    + head -c $n origami_archive > test; time ./mboxparser.cgi > /dev/null
    +; done 
    *** Processing a 100k mailbox: ***
    ...
    real    0m53.079s
    user    0m52.991s
    sys    0m0.088s
    
  2. or download this
    #!/usr/bin/perl -w
    # Created by Ben Okopnik on Thu Jan 14 21:55:46 EST 2010
    ...
    }
    
    print end_html;