Tgen, linear algebra, and regular expression package available

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Tgen, linear algebra, and regular expression package available

Bob Jarvis-2
I've put Dolphin 4.03 versions of the Tgen translator generator, my own
linear algebra package, and Vassili Bykov's regular expression code up on my
website at

        http://www.nls.net/mp/jarvis/Bob/DolphinGoodies.htm

There's just one one caveat...

The regular expression package does *not* work properly at the moment.  I'm
not really sure of what the cause is, but a bunch of the unit tests break.
If you're interested in fixing this, download a copy and please forward all
fixes to me ([hidden email]).  Otherwise I'll get it fixed as/when I can.

Share and enjoy...
--
Bob Jarvis


Reply | Threaded
Open this post in threaded view
|

Re: Tgen, linear algebra, and regular expression package available

Bob Jarvis-2
"Bob Jarvis" <[hidden email]> wrote in message news:<[hidden email]>...
> The regular expression package does *not* work properly at the moment.  I'm
> not really sure of what the cause is, but a bunch of the unit tests break.
> If you're interested in fixing this, download a copy and please forward all
> fixes to me ([hidden email]).  Otherwise I'll get it fixed as/when I can.

Ask and ye shall receive...

Chris Uppal was kind enough to send me a copy of the regular
expression port he'd done a while back, which I've now posted on my
website (http://www.nls.net/mp/jarvis/Bob/DolphinGoodies.htm).  His
version has several advantages over the one I'd started, chief of
which is that it works.

Share and enjoy.

Bob Jarvis


Reply | Threaded
Open this post in threaded view
|

Re: Tgen, linear algebra, and regular expression package available

Bob Jarvis-2
I just today posted my Spoken Number Formatter package.  Feed it something like

     12345 asSpoken

and you get back

     'twelve thousand, three hundred forty-five'

Share and enjoy.


Reply | Threaded
Open this post in threaded view
|

Re: Tgen, linear algebra, and regular expression package available

Bob Jarvis-2
And here's yet another one.  A day or two back David N. Smith posted a
change set to the Squeak list for generating pi to an arbitrary number
of significant digits.  I thought it was interesting so I ported this
to Dolphin, obtained David's permission to post it, and have now made
it available on my web site
(http://www.nls.net/mp/jarvis/Bob/DolphinGoodies.htm).  Share and
enjoy...
---
Bob Jarvis


Reply | Threaded
Open this post in threaded view
|

Re: Tgen, linear algebra, and regular expression package available

Andy Bower
Bob,

> And here's yet another one.  A day or two back David N. Smith posted a
> change set to the Squeak list for generating pi to an arbitrary number
> of significant digits.  I thought it was interesting so I ported this
> to Dolphin, obtained David's permission to post it, and have now made
> it available on my web site
> (http://www.nls.net/mp/jarvis/Bob/DolphinGoodies.htm).  Share and
> enjoy...

Amused as I am by anything to do with Pi (having decided to learn it by
heart up to 54 places as a schoolboy .. can anyone beat this?) I thought I'd
try out your port. However, the ZIP only contains a PAX file without the
associated CLS files. You can either add these ancillary files or it might
be easiest just to publish the PAC file itself which will have all the
source within it.

In the meantime I'm waiting patiently, wondering whether I can announce the
value of Pi (to 54 decimal places) faster than Dolphin can calculate it :-)

Best Regards,

Andy Bower
Dolphin Support
http://www.object-arts.com
---
Are you trying too hard?
http://www.object-arts.com/Relax.htm
---


Reply | Threaded
Open this post in threaded view
|

Re: Tgen, linear algebra, and regular expression package available

Bob Jarvis-2
"Andy Bower" <[hidden email]> wrote in message
news:9o83nm$beifu$[hidden email]...

> Bob,
>
> > And here's yet another one.  A day or two back David N. Smith posted a
> > change set to the Squeak list for generating pi to an arbitrary number
> > of significant digits.  I thought it was interesting so I ported this
> > to Dolphin, obtained David's permission to post it, and have now made
> > it available on my web site
> > (http://www.nls.net/mp/jarvis/Bob/DolphinGoodies.htm).  Share and
> > enjoy...
>
> Amused as I am by anything to do with Pi (having decided to learn it by
> heart up to 54 places as a schoolboy .. can anyone beat this?) I thought
I'd
> try out your port. However, the ZIP only contains a PAX file without the
> associated CLS files. You can either add these ancillary files or it might
> be easiest just to publish the PAC file itself which will have all the
> source within it.

Sorry for the slow reply - I was on vacation for a couple of weeks and only
today got 'round to checking this group.

Ummmm...oops.  :-}  I'll get this fixed soonest (but no sooner than Monday,
I fear).

> In the meantime I'm waiting patiently, wondering whether I can announce
the
> value of Pi (to 54 decimal places) faster than Dolphin can calculate it
:-)

Not unless you're a *real* fast talker.  As it happens I was running some
benchmarks on this today (it was a slow day :-), and calculating it to 54
digits should take somewhere around a millisecond or two on a reasonably
quick machine.  (And if you can talk *that* fast you're in the wrong line of
work. Think "used cars"... :-).
--
Bob Jarvis


Reply | Threaded
Open this post in threaded view
|

Re: Tgen, linear algebra, and regular expression package available

Bob Jarvis
In reply to this post by Andy Bower
"Andy Bower" <[hidden email]> wrote in message news:<9o83nm$beifu$[hidden email]>...
> Amused as I am by anything to do with Pi (having decided to learn it by
> heart up to 54 places as a schoolboy .. can anyone beat this?) I thought I'd
> try out your port. However, the ZIP only contains a PAX file without the
> associated CLS files. You can either add these ancillary files or it might
> be easiest just to publish the PAC file itself which will have all the
> source within it.

OK, it's fixed now.  Go to

        http://www.nls.net/mp/jarvis/Bob/DolphinGoodies.htm

and fetch PiCalculator.zip.