1. OT: Any programs needed.. Jiri?

Kenneth Rhodes wrote:
> 
> D. Newhall wrote:
>
> > 
> > A program I started but never had the time for was a Euphoria code
> > beautifier.
> > I think it'd be quite useful. It reads in a Euphoria source file and then
> > properly
> > indents everything and spaces everything out to make it more readable. I
> > never
> > really had any code finished for it but I did write a flowchart describing
> > how
> > it'd work so if you're interested in doing this I can send it to you.
> > 
>
>I believe that this program by Jiri Babor does something along these lines:
>
>http://www.rapideuphoria.com/tidy.zip
>

I wonder if Jiri still reads this list.  I still remember when he piped in with
his version of a program that made it properly "snow" on your screen after
somebody submitted their version to the list about this time of year.

I just had to look it up:  Sun, 19 Dec 1999:
http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=6&fromYear=1&toMonth=B&toYear=A&postedBy=Jiri+Babor&keywords=Snow

For those "newbies" unfamilar with Jiri, this guy could write some mighty cool
and clean code.  It might be DOS code but it still works to this day AFAIK.  I'm
still impressed by what he's contributed to the archives.

Cheers to Jiri Babor!
-- Brian

new topic     » topic index » view message » categorize

2. Re: OT: Any programs needed.. Jiri?

Brian Broker wrote:

<snip>

> I wonder if Jiri still reads this list.  I still remember when he piped
> in with his version of a program that made it properly "snow" on your
> screen after somebody submitted their version to the list about this
> time of year.
> 
> I just had to look it up:  Sun, 19 Dec 1999:
>
> http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=6&fromYear=1&toMonth=B&toYear=A&postedBy=Jiri+Babor&keywords=Snow

Very nice program!

> For those "newbies" unfamilar with Jiri, this guy could write some
> mighty cool and clean code.  It might be DOS code but it still works to
> this day AFAIK.

The program 'xmas.ex' to which your link above points runs fine with
ex.exe 2.5, and also when translated and compiled with Watcom for DOS.
But when I compile with DJGPP 2.03, the color of the text is gray
instead of yellow. Is that a bug in the DJGPP compiler?

> I'm still impressed by what he's contributed to the > archives.

Me too.

> Cheers to Jiri Babor!
> -- Brian

Regards,
   Juergen

-- 
Have you read a good program lately?

new topic     » goto parent     » topic index » view message » categorize

3. Re: OT: Any programs needed.. Jiri?

Juergen Luethje wrote:
> Brian Broker wrote:
> <snip>
> 
> > I wonder if Jiri still reads this list.  I still remember when he piped
> > in with his version of a program that made it properly "snow" on your
> > screen after somebody submitted their version to the list about this
> > time of year.
> > 
> > I just had to look it up:  Sun, 19 Dec 1999:
> > <a
> > href="http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=6&fromYear=1&toMonth=B&toYear=A&postedBy=Jiri+Babor&keywords=Snow">http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=6&fromYear=1&toMonth=B&toYear=A&postedBy=Jiri+Babor&keywords=Snow</a>
> 
> Very nice program!
> 
> > For those "newbies" unfamilar with Jiri, this guy could write some
> > mighty cool and clean code.  It might be DOS code but it still works to
> > this day AFAIK.
> 
> The program 'xmas.ex' to which your link above points runs fine with
> ex.exe 2.5, and also when translated and compiled with Watcom for DOS.
> But when I compile with DJGPP 2.03, the color of the text is gray
> instead of yellow. Is that a bug in the DJGPP compiler?

With DJGPP, Euphoria uses the Allegro graphics library.
With Watcom (for DOS), Euphoria uses the Watcom graphics library.
Euphoria's graphics modes are based on Watcom. When DJGPP is used, 
Euphoria tries to pick an equivalent Allegro-supported mode,
but sometimes there are slight differences. 

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

4. Re: OT: Any programs needed.. Jiri?

Robert Craig wrote:

<snip>

> With DJGPP, Euphoria uses the Allegro graphics library.
> With Watcom (for DOS), Euphoria uses the Watcom graphics library.
> Euphoria's graphics modes are based on Watcom. When DJGPP is used, 
> Euphoria tries to pick an equivalent Allegro-supported mode,
> but sometimes there are slight differences. 

I see. Thanks for the info.

Regards,
   Juergen

new topic     » goto parent     » topic index » view message » categorize

5. Re: OT: Any programs needed.. Jiri?

Robert Craig wrote:
> 
> Juergen Luethje wrote:
> > Brian Broker wrote:
> > <snip>
> > 
> > > I wonder if Jiri still reads this list.  I still remember when he piped
> > > in with his version of a program that made it properly "snow" on your
> > > screen after somebody submitted their version to the list about this
> > > time of year.
> > > 
> > > I just had to look it up:  Sun, 19 Dec 1999:
> > > <a
> > > href="http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=6&fromYear=1&toMonth=B&toYear=A&postedBy=Jiri+Babor&keywords=Snow">http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=6&fromYear=1&toMonth=B&toYear=A&postedBy=Jiri+Babor&keywords=Snow</a>
> > 
> > Very nice program!
> > 
> > > For those "newbies" unfamilar with Jiri, this guy could write some
> > > mighty cool and clean code.  It might be DOS code but it still works to
> > > this day AFAIK.
> > 
> > The program 'xmas.ex' to which your link above points runs fine with
> > ex.exe 2.5, and also when translated and compiled with Watcom for DOS.
> > But when I compile with DJGPP 2.03, the color of the text is gray
> > instead of yellow. Is that a bug in the DJGPP compiler?
> 
> With DJGPP, Euphoria uses the Allegro graphics library.
> With Watcom (for DOS), Euphoria uses the Watcom graphics library.
> Euphoria's graphics modes are based on Watcom. When DJGPP is used, 
> Euphoria tries to pick an equivalent Allegro-supported mode,
> but sometimes there are slight differences. 
> 
> Regards,
>    Rob Craig
>    Rapid Deployment Software
>    <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a>

Rob, does Euphoria come with the latest "liballeg.a" file as of March 2005? 
Could using the latest version make a difference?


Regards,
Vincent

new topic     » goto parent     » topic index » view message » categorize

6. Re: OT: Any programs needed.. Jiri?

Vincent wrote:
> Rob, does Euphoria come with the latest "liballeg.a" file as of March 2005?

It comes with one that I built from the source in 2004.
I managed to strip out some stuff that Euphoria doesn't use,
and thereby keep the size down.
 
> Could using the latest version make a difference?

I doubt it.
I don't think they've enhanced the DOS version much lately.

liballeg.a is fine. It's just a bit different than Watcom
in a few graphics modes.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu