Re: ANN: pyftpdlib 1.5.2 released

2017-04-07 Thread Jack Jansen
It looks as though you posted this message with the “about” paragraph from a different library? I looked at the web site, and pyftpdlib indeed seems to be an ftp daemon, as the name suggests, not a system load package…. Regards, Jack > On 06 Apr 2017, at 13:06, Giampaolo Rodola'

[Job] London based Python / Zope web developer positions

2005-03-18 Thread Dr Jack Kreindler
ntact Dr Jack Kreindler on [EMAIL PROTECTED] or visit www.blueorange.net for more information. -- http://mail.python.org/mailman/listinfo/python-list

re.match -- not greedy?

2006-11-19 Thread EXI-Andrews, Jack
l because the first character after a string of letters is a '(' i want to match only #defines without parameters. so what's the definition of greedy? (pls copy me on responses) ta, jack -- http://mail.python.org/mailman/listinfo/python-list

re.match -- not greedy?

2006-11-21 Thread EXI-Andrews, Jack
wer the question "does this string belong to this > set". if that's so, what is the point of +? and *? (?) seems to me it's a bit more pragmatic than pure set membership jack -- http://mail.python.org/mailman/listinfo/python-list

Python and webcam capture delay?

2009-07-05 Thread jack catcher (nick)
Hi, I'm thinking of using Python for capturing and showing live webcam stream simultaneously between two computers via local area network. Operating system is Windows. I'm going to begin with VideoCapture extension, no ideas about other implementation yet. Do you have any suggestions on how s

Re: Python and webcam capture delay?

2009-07-05 Thread jack catcher (nick)
Tim Roberts kirjoitti: "jack catcher (nick)" wrote: I'm thinking of using Python for capturing and showing live webcam stream simultaneously between two computers via local area network. Operating system is Windows. I'm going to begin with VideoCapture extension,

Re: Python and webcam capture delay?

2009-07-06 Thread jack catcher (nick)
Rhodri James kirjoitti: On Mon, 06 Jul 2009 07:10:38 +0100, jack catcher (nick) wrote: Tim Roberts kirjoitti: "jack catcher (nick)" wrote: I'm thinking of using Python for capturing and showing live webcam stream simultaneously between two computers via local area netw

Re: Python and webcam capture delay?

2009-07-06 Thread jack catcher (nick)
Nobody kirjoitti: On Mon, 06 Jul 2009 20:41:03 +0300, jack catcher (nick) wrote: Does the webcam just deliver frames, or are you getting frames out of a decoder layer? If it's the latter, you want to distribute the encoded video, which should be much lower bandwidth. Exactly how you do

<    1   2   3   4   5