Re: Python.org, Website of Satan

2005-01-15 Thread Misty
Lucas Raab wrote: Jane wrote: <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] python.org = 194.109.137.226 194 + 109 + 137 + 226 = 666 What is this website with such a demonic name and IP address? What evils are the programmers who use this language up to? Some people have too much ti

Re: Python.org, Website of Satan

2005-01-15 Thread Misty
Jane wrote: "Lucas Raab" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Jane wrote: <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] python.org = 194.109.137.226 194 + 109 + 137 + 226 = 666 What is this website with such a demonic name and IP address? What evils are the p

Re: Python.org, Website of Satan

2005-01-15 Thread Misty
mr_little wrote: Brian Eable wrote: perl -e '$a="194.109.137.226"; @a = reverse split /\./, $a; for $i (0..3) { $sum += $a[$i]*(256**$i) } print "sum = $sum\n"' 226 + 35072 + 7143424 + 3254779904 = 3261958626 http://3261958626/ Which is NOT 666. Comrade, why perl here? :) Are you afraid python? :)

Re: Python.org, Website of Satan

2005-01-15 Thread Misty
Brian Eable wrote: "mr_little" <[EMAIL PROTECTED]> writes: Brian Eable wrote: perl -e '$a="194.109.137.226"; @a = reverse split /\./, $a; for $i (0..3) { $sum += $a[$i]*(256**$i) } print "sum = $sum\n"' 226 + 35072 + 7143424 + 3254779904 = 3261958626 http://3261958626/ Which is NOT 666. Comrade,

Re: Python.org, Website of Satan

2005-01-14 Thread Stephen Waterbury
Michael Hoffman wrote: Denis S. Otkidach wrote: Certainly, it can be done more efficient: Yes, of course. I should have thought about the logic of my code before posting. But I didn't want to spend any more time on it than I had to. ;-) Bah, you satanic types are so lazy. -- http://mail.python.org

Re: Python.org, Website of Satan

2005-01-14 Thread Michael Hoffman
Denis S. Otkidach wrote: Certainly, it can be done more efficient: Yes, of course. I should have thought about the logic of my code before posting. But I didn't want to spend any more time on it than I had to. ;-) -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list

Re: Python.org, Website of Satan

2005-01-14 Thread Brian Eable
"mr_little" <[EMAIL PROTECTED]> writes: > Brian Eable wrote: > > perl -e '$a="194.109.137.226"; @a = reverse split /\./, $a; for $i > (0..3) { $sum += $a[$i]*(256**$i) } print "sum = $sum\n"' > > > > 226 + 35072 + 7143424 + 3254779904 = 3261958626 > > > > http://3261958626/ > > > > Which is NOT 66

Re: Python.org, Website of Satan

2005-01-14 Thread Steve Holden
Lucas Saab wrote: Arich Chanachai wrote: Jane wrote: "Lucas Raab" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Jane wrote: <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] python.org = 194.109.137.226 194 + 109 + 137 + 226 = 666 What is this website with such a

Re: Python.org, Website of Satan

2005-01-14 Thread mr_little
Brian Eable wrote: > perl -e '$a="194.109.137.226"; @a = reverse split /\./, $a; for $i (0..3) { $sum += $a[$i]*(256**$i) } print "sum = $sum\n"' > > 226 + 35072 + 7143424 + 3254779904 = 3261958626 > > http://3261958626/ > > Which is NOT 666. Comrade, why perl here? :) Are you afraid python? :) --

Re: Python.org, Website of Satan

2005-01-14 Thread Denis S. Otkidach
On Fri, 14 Jan 2005 11:16:59 + Michael Hoffman <[EMAIL PROTECTED]> wrote: > from socket import gethostbyaddr, herror > > for a in xrange(256): > if a < 666-255*3: > continue > for b in xrange(256): > if a+b < 666-255*2: > continue > for c in x

Re: Python.org, Website of Satan

2005-01-14 Thread Roy Smith
In article <[EMAIL PROTECTED]>, Michael Hoffman <[EMAIL PROTECTED]> wrote: > Peter Renzland wrote: > > What is the simplest/fastest Python program to determine how many > > IP addresses sum up to 666? > > > > The simplest/fastest enumerator? > > > > The simplest/fastest that determines which on

Re: Python.org, Website of Satan

2005-01-14 Thread Michael Hoffman
Peter Renzland wrote: What is the simplest/fastest Python program to determine how many IP addresses sum up to 666? The simplest/fastest enumerator? The simplest/fastest that determines which ones of them are home pages? This seems to work although it could be made more efficient or elegant. Also,

Re: Python.org, Website of Satan

2005-01-13 Thread Peter Renzland
In <[EMAIL PROTECTED]> On 2005-01-12 [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > python.org = 194.109.137.226 > > 194 + 109 + 137 + 226 = 666 > > What is this website with such a demonic name and IP address? What > evils are the programmers who use this language up to? What is the simplest/fa

Re: Python.org, Website of Satan

2005-01-13 Thread Dan Bishop
DogWalker wrote: > "Luis M. Gonzalez" <[EMAIL PROTECTED]> said: > > >[EMAIL PROTECTED] wrote: > >> python.org = 194.109.137.226 > >> > >> 194 + 109 + 137 + 226 = 666 > >> > >> What is this website with such a demonic name and IP address? What > >> evils are the programmers who use this language up

Re: Python.org, Website of Satan

2005-01-13 Thread Lucas Raab
Arich Chanachai wrote: Jane wrote: "Lucas Raab" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Jane wrote: <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] python.org = 194.109.137.226 194 + 109 + 137 + 226 = 666 What is this website with such a demonic name and

Re: Python.org, Website of Satan

2005-01-13 Thread Arich Chanachai
Jane wrote: "Lucas Raab" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Jane wrote: <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] python.org = 194.109.137.226 194 + 109 + 137 + 226 = 666 What is this website with such a demonic name and IP address? What ev

Re: Python.org, Website of Satan

2005-01-13 Thread Jane
"Lucas Raab" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jane wrote: > > <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > >>python.org = 194.109.137.226 > >> > >>194 + 109 + 137 + 226 = 666 > >> > >>What is this website with such a demonic name and IP address

Re: Python.org, Website of Satan

2005-01-13 Thread Lucas Raab
Jane wrote: <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] python.org = 194.109.137.226 194 + 109 + 137 + 226 = 666 What is this website with such a demonic name and IP address? What evils are the programmers who use this language up to? Some people have too much time on their hands..

Re: Python.org, Website of Satan

2005-01-12 Thread Craig Ringer
On Wed, 2005-01-12 at 16:58 +0100, Gerhard Haering wrote: > On Wed, Jan 12, 2005 at 10:15:34AM -0500, Jane wrote: > > [...] Some people have too much time on their hands... > > OMG, PyPy is full of evil, too!!!1 > > print sum([ord(x) for x in "PyPy"]) > > or, if you haven't upgraded to 2

Re: Python.org, Website of Satan

2005-01-12 Thread Jane
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > python.org = 194.109.137.226 > > 194 + 109 + 137 + 226 = 666 > > What is this website with such a demonic name and IP address? What > evils are the programmers who use this language up to? > Some people have too much time on their hand

Re: Python.org, Website of Satan

2005-01-12 Thread Gerhard Haering
On Wed, Jan 12, 2005 at 10:15:34AM -0500, Jane wrote: > [...] Some people have too much time on their hands... OMG, PyPy is full of evil, too!!!1 print sum([ord(x) for x in "PyPy"]) or, if you haven't upgraded to 2.4, yet: import operator print reduce(operator.add, [ord(x) for x in "PyP

Re: Python.org, Website of Satan

2005-01-12 Thread ToYKillAS
[EMAIL PROTECTED] wrote: python.org = 194.109.137.226 194 + 109 + 137 + 226 = 666 What is this website with such a demonic name and IP address? What evils are the programmers who use this language up to? damn Franc Maçons -- Even though I walk through the valley of the shadow of death, I will fear

Re: Re: Python.org, Website of Satan

2005-01-12 Thread Tim Churches
TimC <[EMAIL PROTECTED]> wrote: > > Writing code that has to be indented *exactly* or it just won't > work. I bet they all use eVIl VI too. > > -- > TimC -- http://astronomy.swin.edu.au/staff/tconnors/ Hey, two (real, actual) TimCs from the same country posting to the same list on the same st

Re: Python.org, Website of Satan

2005-01-12 Thread kosh
On Tuesday 11 January 2005 7:06 pm, [EMAIL PROTECTED] wrote: > python.org = 194.109.137.226 > > 194 + 109 + 137 + 226 = 666 > > What is this website with such a demonic name and IP address? What > evils are the programmers who use this language up to? Geeze did you miss out on the demon summoning

Re: Python.org, Website of Satan

2005-01-12 Thread Jon Perez
This would be funny except for the fact that there are actually people out there who will take this seriously. http://rmitz.org/freebsd.daemon.html Don't forget Python == Snake == Serpent == ... ;-D [EMAIL PROTECTED] wrote: > python.org = 194.109.137.226 > > 194 + 109 + 137 + 226 = 666 > > What is

Re: Python.org, Website of Satan

2005-01-11 Thread Tim Daneliuk
DogWalker wrote: "Luis M. Gonzalez" <[EMAIL PROTECTED]> said: [EMAIL PROTECTED] wrote: python.org = 194.109.137.226 194 + 109 + 137 + 226 = 666 What is this website with such a demonic name and IP address? What evils are the programmers who use this language up to? You dared to unveil our secret.

Re: Python.org, Website of Satan

2005-01-11 Thread Brian Eable
[EMAIL PROTECTED] writes: > python.org = 194.109.137.226 > > 194 + 109 + 137 + 226 = 666 BUT! perl -e '$a="194.109.137.226"; @a = reverse split /\./, $a; for $i (0..3) { $sum += $a[$i]*(256**$i) } print "sum = $sum\n"' 226 + 35072 + 7143424 + 3254779904 = 3261958626 http://3261958626/ Whic

Re: Python.org, Website of Satan

2005-01-11 Thread TimC
On Wed, 12 Jan 2005 at 02:06 GMT, [EMAIL PROTECTED] (aka Bruce) was almost, but not quite, entirely unlike tea: > python.org = 194.109.137.226 > > 194 + 109 + 137 + 226 = 666 > > What is this website with such a demonic name and IP address? What > evils are the programmers who use this languag

Re: Python.org, Website of Satan

2005-01-11 Thread Jane
"La bouche de la vérité - Déjà Vu Le Prophéte" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Your Uncle Wally just luuirvs > Monty Python -- especially John Clesse, Eric Idle > & Michael Palin -- very funny > > he he he ;-) Believe it or not, we have something

Re: Python.org, Website of Satan

2005-01-11 Thread Tim Churches
[EMAIL PROTECTED] wrote: > > python.org = 194.109.137.226 > > 194 + 109 + 137 + 226 = 666 > > What is this website with such a demonic name and IP address? What > evils are the programmers who use this language up to? More evidence of Beelzebub at work: GUIDO VAN ROSSUM is an anagram of SAVIO

Re: Python.org, Website of Satan

2005-01-11 Thread DogWalker
"Luis M. Gonzalez" <[EMAIL PROTECTED]> said: >[EMAIL PROTECTED] wrote: >> python.org = 194.109.137.226 >> >> 194 + 109 + 137 + 226 = 666 >> >> What is this website with such a demonic name and IP address? What >> evils are the programmers who use this language up to? >You dared to unveil our secr

Re: Python.org, Website of Satan

2005-01-11 Thread Luis M. Gonzalez
[EMAIL PROTECTED] wrote: > python.org = 194.109.137.226 > > 194 + 109 + 137 + 226 = 666 > > What is this website with such a demonic name and IP address? What > evils are the programmers who use this language up to? You dared to unveil our secret. Now we'll have to kill you... -- http://mail.pyt

Python.org, Website of Satan

2005-01-11 Thread humblythegreatest
python.org = 194.109.137.226 194 + 109 + 137 + 226 = 666 What is this website with such a demonic name and IP address? What evils are the programmers who use this language up to? -- http://mail.python.org/mailman/listinfo/python-list

Re: Python.org, Website of Satan

2005-01-11 Thread La bouche de la vérité - Déjà Vu Le Prophéte
Your Uncle Wally just luuirvs Monty Python -- especially John Clesse, Eric Idle & Michael Palin -- very funny he he he ;-) -- http://mail.python.org/mailman/listinfo/python-list

Re: Python.org, Website of Satan

2005-01-11 Thread jay j bee
On 12-01-2005 03:06, in article [EMAIL PROTECTED], "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > python.org "Python - why settle for snake oil when you can have the whole snake?" Greetz -- http://mail.python.org/mailman/listinfo/python-list