Re: Cumulative/recursive tagged diff/file evolution?

2011-03-07 Thread Jay Savage
2011/3/7 Rob Dixon : > On 07/03/2011 18:24, Jay Savage wrote: >> [snip] > It is certainly not a 'solved problem', or the paper that you > (indirectly) refer to would not have been written. What you are doing is > non-trivial, but is described in detail in the paper > Thanks for the reply. I guess

Re: Class::Struct comparison & MOP

2011-03-07 Thread Sam Steingold
Hi Shlomi, Thanks for your kind reply. > * Shlomi Fish [2011-03-04 20:37:51 +0200]: > On Friday 04 Mar 2011 18:47:40 Sam Steingold wrote: >> 1 How do I compare Class::Struct instances (objects) >> for equality (or precedence)? >> >> E.g., >> >> use Class::Struct MyStruct => >> [foo => '$',

Re: Cumulative/recursive tagged diff/file evolution?

2011-03-07 Thread Rob Dixon
On 07/03/2011 18:24, Jay Savage wrote: I'm working on a project to to track changes to text files over time. The goal is build of a data set that tags or tokenizes each word in the file with version where it was introduced. Basically I want to create data that could drive something similar this:

Cumulative/recursive tagged diff/file evolution?

2011-03-07 Thread Jay Savage
Hi all, I'm working on a project to to track changes to text files over time. The goal is build of a data set that tags or tokenizes each word in the file with version where it was introduced. Basically I want to create data that could drive something similar this: http://hint.fm/projects/historyf

Re: Auto correction of typos

2011-03-07 Thread Brian F. Yulga
shawn wilson wrote: On Mar 7, 2011 11:37 AM, "Brandon McCaig" wrote: > > On Mon, Mar 7, 2011 at 5:22 AM, Ramprasad Prasad > wrote: >> 1) Create a hash of aliases for frequently used domains and their >> typos For eg gmaill.com => gmail.com hotmal.com => hotmail.com >> etc >> >> when I get

Re: Auto correction of typos

2011-03-07 Thread shawn wilson
On Mar 7, 2011 11:37 AM, "Brandon McCaig" wrote: > > On Mon, Mar 7, 2011 at 5:22 AM, Ramprasad Prasad wrote: > > 1) Create a hash of aliases for frequently used domains and their typos > > For eg > > gmaill.com => gmail.com > > hotmal.com => hotmail.com > > etc > > > > when I get the email id

Re: Auto correction of typos

2011-03-07 Thread Brandon McCaig
On Mon, Mar 7, 2011 at 5:22 AM, Ramprasad Prasad wrote: > 1) Create a hash of aliases for frequently used domains and their typos > For eg >  gmaill.com => gmail.com >  hotmal.com =>  hotmail.com > etc > > when I get the email id  with these typos , I will prompt the user for > correction  , If ac

Re: Auto correction of typos

2011-03-07 Thread Brandon McCaig
On Sun, Mar 6, 2011 at 9:49 AM, shawn wilson wrote: > they want. If this is for password rests, try getting their phone number and > carrier name and using the carrier's email to sms gateway. You seem to be assuming that every user will have a mobile phone. :-X That seems like a poor assumption t

Re: Regular expression to delete from a string unseen characters

2011-03-07 Thread Rob Dixon
On 06/03/2011 16:22, Shlomit Afgin wrote: I have a data that contain unseen characters that I want to delete. The unseen characters can be ^L, ^N and other sign that I cannot copy but I see them in my data. Is someone know which regular can help me. Hi Shlomit. It would be better to list th

Re: Regular expression to delete from a string unseen characters

2011-03-07 Thread terry peng
> > I have a data that contain unseen characters that I want to delete. > The unseen characters can be ^L, ^N and other sign that I cannot copy but I > see them in my data. > > Is someone know which regular can help me. May you try the "dos2unix" command? -- To unsubscribe, e-mail: beg

Re: Auto correction of typos

2011-03-07 Thread Ramprasad Prasad
Now, the other part is the psychology on your end. What the hell is the > point of maintaining an email database that you're afraid people have > entered spam bot triggering emails into? You're either going to end up > sending to it eventually or you're asking your users (and us) to give you > inf

Regular expression to delete from a string unseen characters

2011-03-07 Thread Shlomit Afgin
Hi, I have a data that contain unseen characters that I want to delete. The unseen characters can be ^L, ^N and other sign that I cannot copy but I see them in my data. Is someone know which regular can help me. Shlomit.

Re: about perl -wl

2011-03-07 Thread Erez Schatz
spoke too soon. seems that under both linux and windows perl does read the shebang line. please ignore previous comment On 7 March 2011 10:24, Erez Schatz wrote: > On 22 February 2011 17:19, Shawn H Corey wrote: >>> when I put this line in a script say a.pl: >>> #!/usr/bin/perl -wl >>> so, does

Re: about perl -wl

2011-03-07 Thread Erez Schatz
On 22 February 2011 17:19, Shawn H Corey wrote: >> when I put this line in a script say a.pl: >> #!/usr/bin/perl -wl >> so, does this make perl ignore the "wl" switch in the script? > > No, perl reads the shebang line and sets the options. perl doesn't do any such thing. In a *nix shell environme