Some longest common substring routines

2007-04-19 Thread Terry Judd
I recently had to adapt some python routines for finding the length and contents of the longest common substrings of two strings to Rev and thought they might come in handy to someone else?? Anyway here they are... The first function simply returns the length of the longest common substring func

Re: Some longest common substring routines

2007-04-20 Thread Chipp Walters
Thanks Terry. I've been spending some time developing a cross-platform set of 3D plugins using wxPython lately. Quite an experience. There are certain many things to like about Python, and even wxPython (cross platform GUI wrapper for Python using wxWidgets). But, I have to say, I'm certainly not

Re: Some longest common substring routines

2007-04-22 Thread Terry Judd
> From: Chipp Walters <[EMAIL PROTECTED]> > Reply-To: How to use Revolution > Date: Fri, 20 Apr 2007 23:08:10 -0500 > To: How to use Revolution > Subject: Re: Some longest common substring routines > > Thanks Terry. > > I've been spending some time