Help for this page

Select Code to Download


  1. or download this
    monday:011011010110111101101110011001000110000101111001
    tuesday:01110100011101010110010101110011011001000110000101111001
    ...
    friday:011001100111001001101001011001000110000101111001
    saturday:0111001101100001011101000111010101110010011001000110000101111
    +001
    sunday:011100110111010101101110011001000110000101111001
    
  2. or download this
    for (qw/monday tuesday wednesday thursday friday saturday sunday/){
     print $_ .':'. join('', map { sprintf "%08b", ord($_) } split(//, lc 
    +$_))."\n";
    }