Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Bits & pieces

by jdalbec (Deacon)
on Jul 19, 2005 at 03:01 UTC ( [id://475952]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $O = 19, $C = ~$C& 0x4D; # bits 7+ all 0
    $O = 20, $C = ~$C| 0x20; # bits 7+ all 1
    ...
    $O = 22, $C =  $C&~0x6F; # bits 7+ all 0      00?0000
    $O = 23, $C = ~$C| 0x73; # bits 7+ all 1      1111111
    $O = 24, $C =  $C^~0x74; # bits 7+ all 0      1110100
    
  2. or download this
    # 0 4294967295 105  8 4294967263  73  8 4294967263  77  4 4294967291  
    +53
    # 0 4294967295 116 20 4294967263 112 13 4294967282 125 16 4294967295 1
    +16
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-20 02:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found