Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

how to apply for a job :)

by dba (Monk)
on Jul 14, 2004 at 17:22 UTC ( [id://374359]=perlnews: print w/replies, xml ) Need Help??

Though not related to perl, interesting for any one who likes programming puzzles :)http://news.com.com/Google+recruits+eggheads+with+mystery+billboard/2100-1023_3-5263941.html?tag=st.pop

Replies are listed 'Best First'.
Re: how to apply for a job :)
by VSarkiss (Monsignor) on Jul 14, 2004 at 18:16 UTC
Re: how to apply for a job :)
by zentara (Archbishop) on Jul 15, 2004 at 14:23 UTC
    I can see this starting a whole new means of generating traffic for websites, or promo's for new movies, etc. "The first person to solve this web-puzzle wins 2 free tickets, money, big prize,etc."

    (Of course you need to leave your email address, and check a box requesting notification, haha :-) )


    I'm not really a human, but I play one on earth. flash japh
Re: how to apply for a job :)
by tachyon (Chancellor) on Jul 15, 2004 at 16:32 UTC

    Well here is a little Perl program to calculate e to N decimal places to get you started.

    sub e { $N=pop;$a[$_]=int(1+1/$_)for 1..$N;for(;$N>9;print int$x) {for($n=$N--;--$n;$a[$n]=$x%$n,$x=10*$a[$n-1]+$x/$n){}} } e(1000);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-19 09:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found