Re: socket: connection reset by server before client gets response

2007-07-09 Thread Adriano Varoli Piazza
ahlongxp wrote: > I feel officially offended. I didn't intend to offend you, I was joking. I apologise in any case. There's a few things to be said, though: As per your message in another thread, it isn't that you don't express yourself clearly in English, but that you were too quick to claim a s

Re: socket: connection reset by server before client gets response

2007-07-09 Thread Adriano Varoli Piazza
Hendrik van Rooyen wrote: > Sometimes I think that all would be programmers should be > forced to write a "Hello World" to transmit out of a serial port > in assembler on hardware that carries no OS - just to teach > them about interrupts and time. > > I would require them to hand assemble the code

Re: The Modernization of Emacs: terminology buffer and keybinding

2007-07-08 Thread Adriano Varoli Piazza
Twisted wrote: [...] BASTA. Basta, cazzo (unprintable, Italian). Stop it. It wasn't funny 10 messages into your subthread, and it's even less fun now. It's obvious you're trolling, but nevertheless, in the undescribably improbable case you _are_ being serious: a) Notepad is over there: --->* b) If

Re: FreeBSD/Linux X11 determine which window manager is active

2007-07-07 Thread Adriano Varoli Piazza
Rod Person ha escrito: > I'm looking for a way to determine which window manager is running using > python. I can't seem to find a system variable that hold this info. I don't think one exists. You could check which process is running, but that would be so web 1.0 (think javascript) it makes me si

Re: howto resend args and kwargs to other func?

2007-07-01 Thread Adriano Varoli Piazza
dmitrey ha escrito: > Thanks all, I have solved the problem. > D. If you take the time to comment this, it is good form to comment on how you solved the problem, so the next one wondering about it can find an answer before posting. -- Saludos Adriano -- http://mail.python.org/mailman/listinfo/p

Re: The Modernization of Emacs: terminology buffer and keybinding

2007-06-25 Thread Adriano Varoli Piazza
Twisted wrote: > With the latest stuff like Ubuntu, you're pretty much right ... until > something goes wrong. Windows has . [...] > Linux has ... the > command line, or worse a GRUB or fsck prompt at startup. No access to > accessible, easy to browse help right when you need it most. I suppose yo

Re: What is Python?!

2005-08-10 Thread Adriano Varoli Piazza
Robert Wierschke ha scritto: ... Reading the FAQ at the python website too difficult? I don't think you missed any of the most frequently asked... Good job. -- Adriano Varoli Piazza The Inside Out: http://moranar.com.ar MSN: [EMAIL PROTECTED] ICQ: 4410132 -- http://mail.python.org/ma

Re: .pth files

2005-08-09 Thread Adriano Varoli Piazza
ite-packages is correctly detected > 2. I'm not even sure that I can put several paths in a .pth file > > Is there a restriction on .pth location ? Is it possible to have multiple > path in a pth file ? > From Learning Python, 2nd Ed: "a relatively new feature of Python al

Re: Dabo in 30 seconds?

2005-08-03 Thread Adriano Varoli Piazza
27;d say it was 50% brains, 40% tenacity and 20% basic > arithmetic. > > 8) > > tom > The famed 110% efficiency/commitment/etc every manager wants and talks about comes from this? -- Adriano Varoli Piazza The Inside Out: http://moranar.com.ar MSN: [EMAIL PROTECTED] ICQ: 4410132 -- http://mail.python.org/mailman/listinfo/python-list

Re: Comparison of functions

2005-07-30 Thread Adriano Varoli Piazza
omplex numbers by default just because it suits you. -- Adriano Varoli Piazza The Inside Out: http://moranar.com.ar MSN: [EMAIL PROTECTED] ICQ: 4410132 -- http://mail.python.org/mailman/listinfo/python-list

Re: Comparison of functions

2005-07-30 Thread Adriano Varoli Piazza
Steven D'Aprano ha scritto: > On Sat, 30 Jul 2005 13:22:47 +, Adriano Varoli Piazza wrote: > > >>As far as I recall from Math Analysis, which I studied two months ago, >>you can't sort complex numbers. It makes no sense. The reason being >>(reading from

Re: Comparison of functions

2005-07-30 Thread Adriano Varoli Piazza
Steven D'Aprano ha scritto: > On Sat, 30 Jul 2005 13:30:20 +, Adriano Varoli Piazza wrote: > > >>But tell me, how do you think sort works if not with <, >, ==, <= and >= >>? I'm really interested. > > > How do you sort words in a d

Re: Comparison of functions

2005-07-30 Thread Adriano Varoli Piazza
ou'll still want to sort complex numbers lexicographically. It'll still have no meaning whatsoever, so you might as well leave the list unsorted. You might think you sorted something. 100? 200? years of maths say you didn't. -- Adriano Varoli Piazza The Inside Out: http://moranar.com.ar MSN: [EMAIL PROTECTED] ICQ: 4410132 -- http://mail.python.org/mailman/listinfo/python-list

Re: Comparison of functions

2005-07-30 Thread Adriano Varoli Piazza
Adriano Varoli Piazza ha scritto: > As far as I recall from Math Analysis, which I studied two months ago, > you can't sort complex numbers. It makes no sense. The reason being > (reading from my book), it's not possible to define an order that > preserves the prop

Re: Comparison of functions

2005-07-30 Thread Adriano Varoli Piazza
good effort to > *look*, and even though you were joking, I don't appreciate being told > not to. As far as I recall from Math Analysis, which I studied two months ago, you can't sort complex numbers. It makes no sense. The reason being (reading from my book), it's not possible to define an order that preserves the properties of arithmetical operations on complex numbers. So you can't order them, and you can't compare them. -- Adriano Varoli Piazza The Inside Out: http://moranar.com.ar MSN: [EMAIL PROTECTED] ICQ: 4410132 -- http://mail.python.org/mailman/listinfo/python-list