Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I got this idea from playing with gmax's camelfilter code.
Actually, I decided to post the code with which I created my original idea. My original ascii art obfuscation is nifty in and of itself. However. this way everyone gets the two-for-one deal. (roll your own!) Also, I figured that no one would have their code view set that wide (106) so I wanted something narrower (this) to print it.
So here you go, turn any code snippet into instant obfu/ascii-art!
If a pattern file is not specified it attempts to read itself as the model.
If you wish to use the shark art remove the usage and shebang (passing Getopt and strict on the command line).
The very least you will want to do is pass it a file containing some perl (with -c).
It worked on everything I ran it against however, I am sure that in some cases tweaking of the input code will be required.
Besides itself and the XTYPE obfu (now posted bellow), one of my favorite tests was a DNA strand using theorbtwo's dnareader. Worked out of the box! A link to an ascii art generator can be found at crazyinsomniac's homenode.
And yes, sharky printed itself.
I was about to post the plain code but thought it would be nicer if it generated itself.
...plus I needed an excuse for naming it sharky. ;^)
Enjoy.    -xtype

Update: I did away with creating a "pattern" variable (ie. S7F12:.. as per camelfilter.pl), and instead read the pattern file and create the output all in the same loop. Making it a lot shorter and faster. Although it no longer has a default "pattern" it will attempt to read itself if opt_p is undefined. I posted the original Obfuscated ASCII-art code (that sharky.pl used to print by default) in reply, since that was the reason for me noding this.
Perhaps this should be in Craft now that the obfuscation has been removed from it? -oh well.

In reply to sharky.pl - info by xtype
in thread sharky.pl by xtype

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
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 romping around the Monastery: (6)
As of 2024-04-18 08:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found