Re: [plug] Regex Help

2008-06-11 Thread Noli Rafallo
I guess I haven't stated my question clearly, my fault. Though your sample pattern matches both sample expression, it also matches expression such as ABC123-123asdf. I still learned something though from the sample in addition to the book I am reading. Thank you Sir. -Original Message- F

Re: [plug] Regex Help

2008-06-11 Thread Noli Rafallo
Here's my pattern based on your example. '/[A-Z]{1,3}[0-9]{1,3}(-[0-9]{1,3})? /i' I want to catch expressions that have 1-3 letters, followed by 1-3 digits. The pattern should also match if same expression is followed by a - and 1-3 digits. I have learned some more from this short query

Re: [plug] Regex Help

2008-06-11 Thread Mark David Dumlao
some questions/ notes 1) is ABC123 the whole line? If not, ^ and $ are not needed. 2) It's not clear what expressions you plan to catch. Do you mean 1-3 letters (regardless of case), followed by 1-3 digits OR a range having 1-3 digits as well? 3) here's my shot [[:alpha:]]{1,3}[[:digit:]]{1,3}(-[[:

Re: [plug] Regex Help

2008-06-11 Thread Zak B. Elep
On Thu, Jun 12, 2008 at 12:59 PM, Noli Rafallo <[EMAIL PROTECTED]> wrote: > I am trying to create a single regular expression that will match texts like > ABC123 or ABC12-12. I have this (^[a-z]{1,3}[0-9]{1,3}$) which works with > the first text but I don't know yet how to handle the second text wi

[plug] Regex Help

2008-06-11 Thread Noli Rafallo
Hi, I am trying to create a single regular expression that will match texts like ABC123 or ABC12-12. I have this (^[a-z]{1,3}[0-9]{1,3}$) which works with the first text but I don't know yet how to handle the second text with a dash in it. Thanks, Noli _

Re: [plug] CentOS Cacti Installation problem

2008-06-11 Thread Joyce Gutierrez
hi edel, thanks for replying, unfortunately i already tried that but I am still getting the error saying that the page cannot be displayed. thanks,ü joyce - Original Message From: Edel SM <[EMAIL PROTECTED]> To: Philippine Linux Users' Group (PLUG) Technical Discussion List Sent: Th

Re: [plug] help on PRO/Wireless 4965 AG or AGN Network Connection driver

2008-06-11 Thread Michael Tinsay
Have you looked in dmesg (i.e. dmesg|less) to see if the kernel is able to load the proper driver? --- mike t. - Original Message From: AC Perdon <[EMAIL PROTECTED]> Hi, I have a fujitsu esprimo mobile that has a PRO/Wireless 4965 AG or AGN Network Connection, I have installed 8.04

Re: [plug] Version Control for Assorted but not Necessarily Related Files

2008-06-11 Thread Edel SM
On Tue, Jun 10, 2008 at 1:32 PM, Ludwig Isaac Lim <[EMAIL PROTECTED]> wrote: > Hi: > >Hi! I'm planning to put a certain folder under a version control system. > The files under the > folder a combination of .sh (bourne shell), .ksh (korn shell) and .pl (perl) > files. As stated in > the title

Re: [plug] CentOS Cacti Installation problem

2008-06-11 Thread Edel SM
hello, try adding '/' at the end of your url to loook like: http://yourserver/cacti/ i had that same problem before (404), only to find out that alias in in apache (actually lighttpd) needs slash at the end of url. hth. On Wed, Jun 11, 2008 at 1:09 PM, Joyce Gutierrez <[EMAIL PROTECTED]> wro

[plug] help on PRO/Wireless 4965 AG or AGN Network Connection driver

2008-06-11 Thread AC Perdon
Hi, I have a fujitsu esprimo mobile that has a PRO/Wireless 4965 AG or AGN Network Connection, I have installed 8.04 but seem that the wireless is not showing in the Network Settings see attached screenshot. I have update my kernel is now 2.6.24-18-generic but stll no luck. Below are other detail

[plug] Learning Korn shell (was Re: Getting list of regular files (with whitespaces) using ls and AWK)

2008-06-11 Thread Ludwig Isaac Lim
> From: thad <[EMAIL PROTECTED]> > Subject: Re: [plug] Getting list of regular files (with whitespaces) > using ls and AWK > > Nice thread... Will try it in other *NIX :-) > > No perl expert here but shell scripts+sed+awk can butter my bread, I'm > enjoying using korn for now than bash.

Re: [plug] PHP + SQL Server

2008-06-11 Thread John Peter Loh
Cool! So which is better? ODBTP or FreeTDS? On Wed, Jun 11, 2008 at 6:15 PM, eric rosel <[EMAIL PROTECTED]> wrote: > Hi All, > > Another option (for connecting to SQL Server on > Windows from PHP on Linux) would be ODBTP > (http://odbtp.sourceforge.net/), I've done at least a > couple of gigs with

Re: [plug] PHP + SQL Server

2008-06-11 Thread eric rosel
Hi All, Another option (for connecting to SQL Server on Windows from PHP on Linux) would be ODBTP (http://odbtp.sourceforge.net/), I've done at least a couple of gigs with ODBTP, one for an online gaming company, and another for a telco/VOIP company. They're both stable and one has been running f

Re: [plug] tiff to PDF compression/Conversion with OCR Capability Multilanguage

2008-06-11 Thread Orlando Andico
I believe tesseract-ocr is also based on the ocr work out of HP labs, same as gocr. I would take those numbers with a lump of salt. That will probably be true for text in a single column, no font size changes or type face changes. On 6/11/08, eric pareja <[EMAIL PROTECTED]> wrote: > how does tess

Re: [plug] Handling Newlines in Data for Unix/Linux Based CGI Programs [OT?]

2008-06-11 Thread Zak B. Elep
On Wed, Jun 11, 2008 at 4:48 PM, Ludwig Isaac Lim <[EMAIL PROTECTED]> wrote: > Hi: > > There's not really a problem as of now. But the data from the textarea will > be stored in a > plain text file. Will there be any side effects if the newlines are in form > of "\r\n" or "\r" as > opposed to "

Re: [plug] Handling Newlines in Data for Unix/Linux Based CGI Programs [OT?]

2008-06-11 Thread Ludwig Isaac Lim
Hi: There's not really a problem as of now. But the data from the textarea will be stored in a plain text file. Will there be any side effects if the newlines are in form of "\r\n" or "\r" as opposed to "\n"? Ludwig Lim > From: "Ariz Jacinto" <[EMAIL PROTECTED]> > > can you elaborate your

Re: [plug] tiff to PDF compression/Conversion with OCR Capability Multilanguage

2008-06-11 Thread eric pareja
how does tesseract-ocr fare? [http://code.google.com/tesseract-ocr] character accuracy is about 98%, word accuracy is 95+%. On Tue, Jun 10, 2008 at 10:35 PM, Paolo Falcone <[EMAIL PROTECTED]> wrote: > There's no "poor man's OCR". The current state of GOCR (jocr.sf.net) > is just so pitiful at thi

Re: [plug] CentOS Cacti Installation problem

2008-06-11 Thread fooler mail
On 6/11/08, Joyce Gutierrez <[EMAIL PROTECTED]> wrote: > > Hi again, > > Im sorry I was not able to give you the info you were expecting from me and > thank you again so much,ü > > Below are the output for steps 1 and 2: > > 1. > > [EMAIL PROTECTED] app]# telnet x.x.x.x 80 > Trying x.x.x.x... > Con

[plug] General Protection Fault cartoon for May 21, 2008

2008-06-11 Thread Daniel
http://www.gpf-comics.com/archive.php?d=20080521 Sent to you by Daniel via Google Reader: Cartoon for Wednesday, May 21, 2008 via General Protection Fault--The Comic Strip on 5/20/08 Things you can do from here: - Subscribe to General Protection Fault--The Comic Strip using Google Reader - Get st