First  |  Prev |  Next  |  Last
Pages: 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
How to measure elapsed time under Windows?
What's the correct way to measure small periods of elapsed time. I've always used time.clock() in the past: start = time.clock() [stuff being timed] stop = time.clock() delta = stop-start However on multi-processor machines that doesn't work. Sometimes I get negative values for delta. Acco... 24 Feb 2010 13:07
PostgreSQL driver for Python applications that supports byteacorrectly?
CyclingGuy wrote: Can anyone recommend a PostgreSQL driver for Python that supports selecting and inserting bytea types? I'm not looking to write server functions in Python, just client applications. Thank you Eric. Did you try any ? I know about pgdb, and since it has a function called esc... 9 Feb 2010 11:41
PostgreSQL driver for Python applications that supports bytea correctly?
Can anyone recommend a PostgreSQL driver for Python that supports selecting and inserting bytea types? I'm not looking to write server functions in Python, just client applications. Thank you Eric. ... 9 Feb 2010 17:24
errno 107 socket.recv issue
I have a simple tcp server and client where the server sits and waits for a message and then processes it, my client sends its first message to the server. On the server I receive: socket.error: [Errno 107] Transport endpoint is not connected when calling msg = self.socket.recv(self.buffer) My client receive... 9 Feb 2010 16:15
Socket Error: Permission Denied (Firewall)
(corrected typos) I decided to go with outbound in McAfee. Now when I run the program, I get a long list of messages about deprecations and NumpyTest will be removed in the next release. please update code to nose or unittest. ... 9 Feb 2010 06:10
New product collection
The site piece of article talk about http://www.shoppingreps.com?SourceId=1234 I visited this site and I found really good and implemented the social networking for group shopping. I registered my intention to buy Plasma TV and I received a email within a couple of day. Now I have to bargain for a group of 4 peo... 9 Feb 2010 02:55
come and join www.pakdub.com where u can find friends, classifieds, games, music albums, events, blogs, chatrooms, video songs and lot more.... for free
come and join www.pakdub.com where u can find friends, classifieds, games, music albums, events, blogs, chatrooms, video songs and lot more.... for free ... 8 Feb 2010 23:39
ANN: obfuscate
I am pleased to announce the first public release of obfuscate 0.2.2a. http://pypi.python.org/pypi/obfuscate/0.2.2a obfuscate is a pure-Python module providing classical encryption algorithms suitable for obfuscating and unobfuscating text. obfuscate includes the following ciphers: - Caesar, rot13, rot5, r... 12 Feb 2010 11:09
Read PGM's with more than 256 range in PIL1.1.7
I have a PGM format image file with 4096 range. When I reads it with PIL, I get an image with 8-bit values and alternate columns are zero. Does PIL support reading and writing PGM's with more than 8-bits? Davo ... 8 Feb 2010 16:48
Ternary plus
Just for the hell of it ... I can easily define __plus__() with three parameters. If the last one is optional the + operation works as expected. Is there a way to pass the third argument to "+" ... 10 Feb 2010 04:28
First  |  Prev |  Next  |  Last
Pages: 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211