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
-
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.
|