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
> >
>
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
"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'
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
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
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.
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,
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