Help for this page

Select Code to Download


  1. or download this
    buffer_size = min(1/8 * physical_RAM, free_memory)
    
  2. or download this
    sort -S 3.5G ...
    
  3. or download this
    my %expand = ( "\x10" => "\x11\x11",
                 "\x11" => "\x11\x12");
    s/([\x10\x11])/$expand{$1}/g;