asdf
Sat Dec 16 06:01:16 CST 2006
This is a multi-part message in MIME format.
------=_NextPart_000_009C_01C720DF.FAD7F000
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Discovered a page of your site with new
lighter coloring, GOOD.
I miss soem straight foreward real live
stuff.
E.g.
Displaying device or disk capacity with
DOTS.
----------------
AKA :
123456789 becomes 123.456.789 bytes
//formatDriveCapacityNotation
function format3(i){
var sNum = String(i)
var aNum =
sNum.match(/\d/ig).reverse()
for(var i = 3 ; i < aNum.length ;
i+=3){
aNum[i-1] = "." + aNum[i-1]
}
return aNum.reverse().join("")
}
--------------------
If came up with lesser knowledge to
regex than you may have.
So your improvements, before I need to
study the category and
subcategory language to the year the
franks invaded britan in 201,
not, I really need it when i need it
then or now - quicker.
and explicitly with a search box.
I hope that does not add to the pale
white and taste of my prior posts to
your publication references.
"asdf" <asdf@asdf.com> wrote in message
news:urG%232E2HHHA.4760@TK2MSFTNGP03.phx.gbl...
> Randomness can not have a determining
stimulant.
>
>
> --------------------------------------
--------------------------------------
> ----------
>
> Unless you want to redo your phd, I
sugesst you to
> be more realistic.
>
> ***********************
>
> We are not stupid.
>
> ========
>
> All your Premier could come up with
was a copied paper.
>
>
>
>
> -------------
>
> I think you are while honest
overrating your own knowledge.
>
>
> None of your "reasoning links" for
thrird party analisys can not be found
> but lots of your won gagging along
"all times are london".
>
>
>
>
> "Dr J R Stockton"
<reply0650@merlyn.demon.co.uk> wrote in
message
>
news:dTPxtmUB4qfFFw08@invalid.uk.co.demon.merlyn.invalid...
> > In
microsoft.public.scripting.vbscript
message
> >
<#QTglVWHHHA.3616@TK2MSFTNGP02.phx.gbl>,
Mon, 11 Dec 2006 14:45:44,
> > Richard Mueller
<rlmueller-NOSPAM@ameritech.NOSPAM.net>
wrote:
> >
> > >I think Microsoft felt it would be
too much trouble to code a better
> > >generator. All calculations must be
exact, with no round off error. The
> > >product (A * Xi) in the 24-bit
generator requires 48 bits to be
> represented
> > >exactly. The VBScript Mod function
overflows at 2^31, but the number can
> be
> > >calculated by dividing by M and
taking the remainder. The result is
> exact.
> >
> > But they did it for JScript, where
the underlying routine is at least
> > 53-bit; and they could have seen how
it was done by Borland (Pascal has
> > a 32-bit generator for a 16-bit
instruction set). For those who know
> > Assembler and the basic instruction
set (and Microsoft should have staff
> > who do), the task is easy.
> >
> > The primitive functions of a
higher-level language should only be
coded
> > in the language itself if the
resulting code executed is at least
almost
> > as good as it could be if it were
written in Assembler.
> >
> > It's a good idea to read
news:comp.lang.javascript and its FAQ.
See below.
> >
> > --
> > (c) John Stockton, Surrey, UK.
?@merlyn.demon.co.uk Turnpike v6.05
> IE 6
> >
<URL:
http://www.jibbering.com/faq/> Old
RC FAQ of
> news:comp.lang.javascript
> >
<URL:
http://www.merlyn.demon.co.uk/js-in
dex.htm> jscr maths, dates,
> sources.
> >
<URL:
http://www.merlyn.demon.co.uk/>
TP/BP/Delphi/jscr/&c, FAQ items,
> links.
>
------=_NextPart_000_009C_01C720DF.FAD7F000
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1555" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT size=3D2>Discovered a page of your site with new lighter =
coloring,=20
GOOD.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>I miss soem straight foreward real live =
stuff.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>E.g.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Displaying device or disk capacity with =
DOTS.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>----------------</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>AKA : </FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>123456789 becomes </FONT><FONT size=3D2>123.456.789=20
bytes</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT face=3D"Courier New"=20
size=3D2> //formatDriveCapacityNotation<BR>&=
nbsp; function=20
format3(i){<BR> var sNum =3D=20
String(i)<BR> var aNum =3D=20
sNum.match(/\d/ig).reverse()<BR> for(v=
ar i =3D=20
3 ; i < aNum.length ;=20
i+=3D3){<BR> aNum[i-1] =3D "." =
+=20
aNum[i-1]<BR> }<BR> &=
nbsp; return=20
aNum.reverse().join("")<BR> }</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>--------------------</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>If came up with lesser knowledge to regex than you =
may=20
have.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>So your improvements, before I need to study the =
category and=20
</FONT></DIV>
<DIV><FONT size=3D2>subcategory language to the year the franks invaded =
britan in=20
201,</FONT></DIV>
<DIV><FONT size=3D2>not, I really need it when i need it then or =
now -=20
quicker.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>and explicitly with a search box.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>I hope that does not add to the pale white and taste =
of my=20
prior posts to your publication references.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>"asdf" <</FONT><A =
href=3D"mailto:asdf@asdf.com"><FONT=20
size=3D2>asdf@asdf.com</FONT></A><FONT size=3D2>> wrote in message =
</FONT><A=20
href=3D"news:urG%232E2HHHA.4760@TK2MSFTNGP03.phx.gbl"><FONT=20
size=3D2>news:urG%232E2HHHA.4760@TK2MSFTNGP03.phx.gbl</FONT></A><FONT=20
size=3D2>...</FONT></DIV><FONT size=3D2>> Randomness can not have a =
determining=20
stimulant.<BR>> <BR>> <BR>>=20
-------------------------------------------------------------------------=
---<BR>>=20
----------<BR>> <BR>> Unless you want to redo your phd, I sugesst =
you=20
to<BR>> be more realistic.<BR>> <BR>> =
***********************<BR>>=20
<BR>> We are not stupid.<BR>> <BR>> =
=3D=3D=3D=3D=3D=3D=3D=3D<BR>> <BR>> All your=20
Premier could come up with was a copied paper.<BR>> <BR>> <BR>> =
<BR>> <BR>> -------------<BR>> <BR>> I think you are while =
honest=20
overrating your own knowledge.<BR>> <BR>> <BR>> None of your =
"reasoning=20
links" for thrird party analisys can not be found<BR>> but lots of =
your won=20
gagging along "all times are london".<BR>> <BR>> <BR>> <BR>> =
<BR>> "Dr J R Stockton" <</FONT><A=20
href=3D"mailto:reply0650@merlyn.demon.co.uk"><FONT=20
size=3D2>reply0650@merlyn.demon.co.uk</FONT></A><FONT size=3D2>> =
wrote in=20
message<BR>> </FONT><A=20
href=3D"news:dTPxtmUB4qfFFw08@invalid.uk.co.demon.merlyn.invalid"><FONT=20
size=3D2>news:dTPxtmUB4qfFFw08@invalid.uk.co.demon.merlyn.invalid</FONT><=
/A><FONT=20
size=3D2>...<BR>> > In microsoft.public.scripting.vbscript =
message<BR>>=20
> <</FONT><A =
href=3D"mailto:#QTglVWHHHA.3616@TK2MSFTNGP02.phx.gbl"><FONT=20
size=3D2>#QTglVWHHHA.3616@TK2MSFTNGP02.phx.gbl</FONT></A><FONT =
size=3D2>>, Mon,=20
11 Dec 2006 14:45:44,<BR>> > Richard Mueller <</FONT><A=20
href=3D"mailto:rlmueller-NOSPAM@ameritech.NOSPAM.net"><FONT=20
size=3D2>rlmueller-NOSPAM@ameritech.NOSPAM.net</FONT></A><FONT =
size=3D2>>=20
wrote:<BR>> ><BR>> > >I think Microsoft felt it would be =
too much=20
trouble to code a better<BR>> > >generator. All calculations =
must be=20
exact, with no round off error. The<BR>> > >product (A * Xi) in =
the=20
24-bit generator requires 48 bits to be<BR>> represented<BR>> > =
>exactly. The VBScript Mod function overflows at 2^31, but the number =
can<BR>> be<BR>> > >calculated by dividing by M and taking =
the=20
remainder. The result is<BR>> exact.<BR>> ><BR>> > But =
they did=20
it for JScript, where the underlying routine is at least<BR>> > =
53-bit;=20
and they could have seen how it was done by Borland (Pascal has<BR>> =
> a=20
32-bit generator for a 16-bit instruction set). For those who =
know<BR>>=20
> Assembler and the basic instruction set (and Microsoft should have=20
staff<BR>> > who do), the task is easy.<BR>> ><BR>> > =
The=20
primitive functions of a higher-level language should only be =
coded<BR>> >=20
in the language itself if the resulting code executed is at least =
almost<BR>>=20
> as good as it could be if it were written in Assembler.<BR>>=20
><BR>> > It's a good idea to read </FONT><A=20
href=3D"news:comp.lang.javascript"><FONT=20
size=3D2>news:comp.lang.javascript</FONT></A><FONT size=3D2> and its =
FAQ. See=20
below.<BR>> ><BR>> > -- <BR>> > (c) John =
Stockton,=20
Surrey, UK. </FONT><A href=3D"mailto:?@merlyn.demon.co.uk"><FONT=20
size=3D2>?@merlyn.demon.co.uk</FONT></A><FONT size=3D2> =
Turnpike=20
v6.05<BR>> IE 6<BR>> > <</FONT><A=20
href=3D"
http://www.jibbering.com/faq/"><FONT=20
size=3D2>URL:
http://www.jibbering.com/faq/</FONT></A><FONT =
size=3D2>> Old=20
RC FAQ of<BR>> </FONT><A href=3D"news:comp.lang.javascript"><FONT=20
size=3D2>news:comp.lang.javascript</FONT></A><BR><FONT size=3D2>>=20
> <</FONT><A=20
href=3D"
http://www.merlyn.demon.co.uk/js-index.htm"><FONT=20
size=3D2>URL:
http://www.merlyn.demon.co.uk/js-index.htm</FONT></A><FONT=20
size=3D2>> jscr maths, dates,<BR>> sources.<BR>> =
> =20
<</FONT><A href=3D"
http://www.merlyn.demon.co.uk/"><FONT=20
size=3D2>URL:
http://www.merlyn.demon.co.uk/</FONT></A><FONT =
size=3D2>>=20
TP/BP/Delphi/jscr/&c, FAQ items,<BR>> links.<BR>>=20
</FONT></BODY></HTML>
------=_NextPart_000_009C_01C720DF.FAD7F000--