Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

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

1. Can you further explain your "string of ord values", where you have "XXXXXXXXXXXX"? I'm hoping to run your code and I'm not clear on that point.
To take a specific example of my 101 stroker:
print$"x(318%$_/9),(($_-$`)%12?o:x)&($_%12^$'/5?o:'}'),$/x($_/85)for u +npack<>!~/:/.C12,'XXXXXXXXXXXX'
where XXXXXXXXXXXX above is a string with ord values: 120, 47, 253, 22, 194, 9, 183, 44, 196, 55, 125, 246. A simple way to run this is:
$X = pack 'C*', 120, 47, 253, 22, 194, 9, 183, 44, 196, 55, 125, 246; print$"x(318%$_/9),(($_-$`)%12?o:x)&($_%12^$'/5?o:'}'),$/x($_/85)for u +npack<>!~/:/.C12,$X

2. I like your attempt with "H|", and your final resignation(?) with "}".
Using "}" was unfortunate because (unlike H, say) it needs to be quoted. My search program showed that a minimally short solution consisting only of unquoted characters was not available.

3. Does a line break really not count as a stroke, as in your print statement?
Line breaks count as one character at the codegolf web site, so long as you submit your entry in a file in Unix format (LF) -- if you are silly enough to submit it in DOS format (CRLF) they count as two strokes. :) That is, your codegolf score is simply the size of the file submitted.

4. I humbly suggest warn instead of print to save another stroke.
The codegolf test program checks what is written to stdout and ignores anything written to stderr. Since warn writes to stderr it would not pass the test program and would be rejected.


In reply to Re^2: The golf course looks great, my swing feels good, I like my chances (Part V) by eyepopslikeamosquito
in thread The golf course looks great, my swing feels good, I like my chances (Part V) by eyepopslikeamosquito

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 sharing their wisdom with the Monastery: (3)
As of 2024-04-19 22:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found