Help for this page

Select Code to Download


  1. or download this
    C:\test>dir 1123355.bin
    14/04/2015  16:50        16,777,216 1123355.bin
    
    C:\test>1159245 1123355.bin
    Took 12.897612 secs
    
  2. or download this
    C:\test>1159245 1123355.bin
    Took 3.832763 secs
    ...
    ♥ : 44106
    ♦ : 43878
    ...
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    
    printf "%c : %u\n", $_, $seen[$_] for 0 .. 255;