Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

roboticus's scratchpad

by roboticus (Chancellor)
on Apr 12, 2006 at 01:10 UTC ( [id://542721]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    input[name="sexisgreat"] {
      position: fixed;
    ...
      padding: 5px;
      border: 4px solid green;
    }
    
  2. or download this
    # bloom_exp_chart.plt
    #
    ...
                   (1-exp(-x/N))**5, (1-exp(-x/N))**6, (1-exp(-x/N))**7, (
    +1-exp(-x/N))**8
    
    quit
    
  3. or download this
    #!/usr/bin/perl
    #
    ...
                      for 1 .. $num_chars;
        print $string, "\n";
    }
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "ORIGINAL: $text\n";
    print "EBCDIC  : $txt_EBCDIC\n";
    print "ASCII   : $txt_ASCII\n";
    
  5. or download this
    Contents: CIRCAD Version 5.0 Data File.
    
    ...
    Arc:: Layer:"Top Silk" Center:5,5 Radius:1.000" Width:.010"
    
    END OF FILE
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 21:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found