Re: [FWP] sorting text in human-order

2001-01-05 Thread Piers Cawley
Glenn Linderman <[EMAIL PROTECTED]> writes: > David Cantrell wrote: > > > And in any case, I can think of three different ways of saying 1821 in > > English alone. > > > > One thousand eight hundred and twenty one > > One thousand eight hundred twenty one > > Eighteen hundred and twenty one > > >

Re: [FWP] sorting text in human-order

2001-01-05 Thread Bryan C. Warnock
On Fri, 05 Jan 2001, Piers Cawley wrote: > But, but... 0.21 is *not* 'point twenty one', it's 'point two one', > otherwise you get into weirdness with: .21 and .210 being spoken as > 'point twenty one' and 'point two hundred (?:and)? ten' and all of a > sudden the '2' in that figure has gained an

Re: [FWP] sorting text in human-order

2001-01-05 Thread David Grove
"Bryan C. Warnock" <[EMAIL PROTECTED]> wrote: > On Fri, 05 Jan 2001, Piers Cawley wrote: > > But, but... 0.21 is *not* 'point twenty one', it's 'point two one', > > otherwise you get into weirdness with: .21 and .210 being spoken as > > 'point twenty one' and 'point two hundred (?:and)? ten'

Multithreaded Socket

2001-01-05 Thread Andre Ferrari de Aquino
Hi, can you give me a hand...I am getting serious problem with my Multithreaded Socket. Can you send me a simple code regarding this issue. I'm under pressure to finish the code. Anyway I am sending my code so you can pinpoint the error(TONS OF DEFUNCT PROCESSES ARE BEING CREATED) Tks in

Re: Multithreaded Socket

2001-01-05 Thread Dan Sugalski
At 06:02 PM 1/5/01 -0800, Andre Ferrari de Aquino wrote: >Hi, can you give me a hand...I am getting serious problem with my >Multithreaded Socket. Can you send me a simple code regarding this >issue. I'm under pressure to finish the code. Anyway I am sending my code >so you can pinpoint the er

Re: [FWP] sorting text in human-order

2001-01-05 Thread John Porter
David Grove wrote: > > Ok, let's be pedantic. Everyone is pedantic. And they're all *right*. > The one thing that I learned in high school speech class was that, if you > say it, and people understand you, it's correct. It may not be proper, but > it's correct, because it serves its purpose.

Re: [FWP] sorting text in human-order

2001-01-05 Thread Brian Finney
generally speaking when you look a number and convert it into text you go through some simble steps say we start with this number 123,456,789 first we divide into sets of three (123,000,000)+(456,000)+(789) then we expand (123*1,000,000) + (456*1,000)+(789) and expand further (((1*100)+(20+3))*1,

Re: [FWP] sorting text in human-order

2001-01-05 Thread Jarkko Hietaniemi
On Fri, Jan 05, 2001 at 09:42:12PM -0500, Brian Finney wrote: > generally speaking when you look a number and convert it into text you go through > some simble steps > > say we start with this number > 123,456,789 > first we divide into sets of three > (123,000,000)+(456,000)+(789) > then we expa