Re: [Tutor] Moving from Python 2 to Python 3: A 4 page "cheatsheet"

2009-12-02 Thread Joerg Woelke
* Alan Gauld [091202 15:07]: > >http://ptgmedia.pearsoncmg.com/imprint_downloads/informit/promotions/python/python2python3.pdf > > > It didn't work for me I always got forwarded to the Book "home page" > on InformIT Worked for me with wget(1). -- You are capable of planning your future. __

Re: [Tutor] RTSP

2005-11-16 Thread Joerg Woelke
On Tue, Nov 15, 2005 at 09:10:33PM -0200, Ismael Garrido wrote: > Hi > > Does anyone know if there's any module able to download rtsp? > Failing that, any command line app that could do the job? (Already tried > with mplayer, it didn't work) $ mplayer rtsp://ravi.br-online.de:5050/ravi/alpha/cent

Re: [Tutor] [OT] triangulation

2005-11-10 Thread Joerg Woelke
On Thu, Nov 10, 2005 at 02:04:20PM +1300, John Fouhy wrote: > On 10/11/05, Gregor Lingl <[EMAIL PROTECTED]> wrote: > > but Shi Mu didn't ask for a program in English ;-) > > This is pretty off-topic, but --- > > Is it possible to be a programmer and not speak English? Are there any > languages ou

Re: [Tutor] [OT] triangulation

2005-11-10 Thread Joerg Woelke
On Thu, Nov 10, 2005 at 01:55:37AM +0100, Gregor Lingl wrote: > > > Liam Clarke-Hutchinson schrieb: > > German is an awesome language, I love the compound words (if that's what > > they are). What does 'Gegenuhrzeigersinn' mean in English? > > > > counterclockwise Try "Donaudampfschifffahrtska

Re: [Tutor] stopping greedy matches

2005-03-20 Thread Joerg Woelke
On Fri, Mar 18, 2005 at 12:27:35PM -0500, Christopher Weimann wrote: > So this [^\s]+ means match one or more of any char that > isn't whitespace. Could be just \S+ Greetings, J"o! -- Reply hazy, ask again later. ___ Tutor maillist - Tutor@python

Re: [Tutor] manipulating a file

2005-02-07 Thread Joerg Woelke
On Mon, Feb 07, 2005 at 01:01:29PM -0800, Shitiz Bansal wrote: > > How about >cat log|grep -v -E [[:alnum]]'{2096}'>> log.bak UUOC (Useless Use Of Cat) SCNR J"o! -- You're at the end of the road again. ___ Tutor maillist - Tutor@python.org htt