Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

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

by eyepopslikeamosquito (Archbishop)
on May 28, 2009 at 11:29 UTC ( [id://766633]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $m = chr(205).chr(141).chr(207).chr(128).chr(206).chr(142);
         echo "M " . md5("M".$m)  . "\n";
    ...
         echo "V " . md5("V".$m)  . "\n";
         echo "I " . md5("I".$m)  . "\n";
         echo "n " . md5("\n".$m) . "\n";
    
  2. or download this
    M 999cb80306cbebadbd2d929ba8ed579a
    D 472969775e593db37081e391c072a85c
    ...
    V 004b6563916984013ca50d0ee8add0e7
    I daba8b73d682dc51d3c6dfa5ed770c4d
    n 10a89bcbe90dda3d6bb0e5ee5b8fbe21
    
  3. or download this
    $L_num =  154047519861  % 2119;
    $L_str = "154047519861" % 2119;
    echo "L_num : $L_num\n";
    echo "L_str : $L_str\n";
    
  4. or download this
    L_num : -1324
    L_str : 49
    
  5. or download this
    <?while(11^$n=md5(fgetc(STDIN).XXXXXX)%2119+1)$t+=$n-2*$t%$n?><?=$t;
    
  6. or download this
    while(11^$n=md5(fgetc(STDIN).XXXXXX)%2119+1)
    
  7. or download this
    while($n=md5(fgetc(STDIN).XXXXXX)*1)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (None)
    As of 2024-04-25 04:23 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found