How long does it take to make an obfu? ;)
Enjoy my timer guys.
WARNING worx only on unix shells like Bash, Sh or Csh.


#!/usr/bin/perl #################################### # Khrono: another obfu by X-3mE'89 # #################################### # built with mask.pl v0.1_alpha # # for perlmonks.org # #################################### $_=q% my$minutes=0;my$seconds=0;my$cseconds= 0;while(true){select(undef,undef,undef ,0 .0 1) ;$cs econ ds++ ; if ($ c s e c o n ds >= 1 0 0 ) {$ c s ec on ds=0 ;$ se c o n d s+ + } if ($ s e c o n d s> =6 0){$ seco nds= 0 ;$ mi nu tes++}print"\ecAnother^Obfu^by^X-3mE'8 9\x0a$minutes:$seconds:$cseconds\x0a"} %; s/\s//g; s/\^/ /g; eval

X-3mE'89
"Considerate la vostra semenza:
    Fatti non foste a viver come bruti,
    Ma per seguir virtute e canoscenza"
Divina Commedia, Inverno, Canto XXVI


In reply to Khrono by X-3mE

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.