Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: The golf course looks great, my swing feels good, I like my chances (Part III)

by eyepopslikeamosquito (Archbishop)
on Apr 25, 2010 at 07:03 UTC ( [id://836741]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <?while(11^$n=md5(fgetc(STDIN).XXXXXX)%2119+1)$t+=$n-2*$t%$n?><?=$t;
    
  2. or download this
    <?while(+$n=md5(fgetc(STDIN).XXXXXXXXXX))$t+=$n-2*$t%$n?><?=$t;
    
  3. or download this
    for my $i (48..57,97..102) {
       printf " %08b  (ord %3d %c)\n", $i, $i, $i;
    }
    
  4. or download this
     00110000  (ord  48, "0")
     00110001  (ord  49, "1")
    ...
     01100100  (ord 100, "d")
     01100101  (ord 101, "e")
     01100110  (ord 102, "f")
    
  5. or download this
         00111001  (ord  57, "9" character)
      &  01110000  (ord 112, "p" character)
      =  00110000  (ord  48, "0" character)
    
  6. or download this
     0  0
     1  1
    ...
     7  5
     8  0
     9  1
    
  7. or download this
    [0145a`de] [0`] [0`] [0`]
    
  8. or download this
    static int my_md5(const unsigned char* inbuf)
    {
    ...
      outi = outi * 10 + nib;
      return outi;    // <-- only care about first four chars now
    }
    
  9. or download this
    use Digest::MD5 qw(md5_hex);
    for my $r (M, D, C, L, X, V, I, "\n") {
      my $hd = md5_hex( $r . PQcUv );
      print "$r $hd ", $hd & uppp, "\n";
    }
    
  10. or download this
    M 993332d3c4fa8b3839761ca4dd480f7b 1000
    D 503c3b61b971c24100e97c3297882b22 500`
    ...
    I 9bb0bbb1977969abd73e5f8121e6cff7 1``0
    
     c697df2fcf84f10272369ee4482e5c1c a000
    
  11. or download this
    use Digest::MD5 md5_hex;
    $\+=$n-2*$n%($n=uppp&md5_hex$_.PQcUv)for<>=~/./g;print
    
  12. or download this
    <?while(+$n=md5(fgetc(STDIN).PQcUv)&uppp)$t+=$n-2*$t%$n?><?=$t;
    
  13. or download this
    <?while(+$n=md5(fgetc(STDIN).XXXXXXXXXX))$t+=$n-2*$t%$n?><?=$t;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://836741]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-03-29 15:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found