Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Linux console japh

by ambrus (Abbot)
on Sep 05, 2009 at 13:42 UTC ( [id://793697]=note: print w/replies, xml ) Need Help??


in reply to Linux console japh

Actually I seem to remember the old one curved in the other direction so it was more like this:

clear;perl -we 'ioctl STDIN,19296,$t=pack a8888;while(++$o){select""," +","",0.01;print"\e[H";for$v(0..19){$x=0.8*$_-2e-2*$v*($_-39)+0.6*$o,p +rint vec($t,8-$x%9+8*int($v-4.5+3e-3*($_-39)**2)+256*ord substr("Just + another Perl hacker ",$x/9%26),1)?"#":" "for 0..78;print$/}}'

Replies are listed 'Best First'.
Re^2: Linux console japh
by wazoox (Prior) on Sep 07, 2009 at 15:55 UTC
    Doesn't work for me :
    syntax error at -e line 3, near "*int(" Execution of -e aborted due to compilation errors.
    What's wrong?
    $ perl -v This is perl, v5.10.0 built for i486-linux-thread-multi

      You could get something like that if perlmonks wraps the code for you and marks continuation lines with red + signs and you copy those signs. Try using the "Download code" link instead.

        stupid me :/ That's impressive, by the way :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://793697]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-25 08:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found