|
|
|
|
|
|
|
|
| LNX |
Syntax Coloring |
12K | Irv Mullins |
Apr 24/04 |
6.25 |
 |
|
| A .xml file which adds coloration for both Euphoria and EuGTK 2
syntax to the Linux Kate and Kwrite editors. Installation instructions
are at the top of the file. Apr 24: H.W. Overman added code-folding
to the editor. This is a great addition.
| |
| |
| LNX |
Graphics Engine for Linux |
95K | Bernie Ryan |
Dec 20/00 |
5.00 |
 |
|
| A set of include files for doing graphics on Linux.
It lets you write graphics programs on Linux using the same
routines that are available in Euphoria for DOS. You can also access
other SVGAlib
graphics routines. Dec 20: bugs fixed, demo added
| |
| |
| LNX |
EE for Linux |
95K | Irv Mullins |
Oct 25/03 |
3.50 |
 |
|
| He polished up David Cuny's EE editor. It now runs quite well on
Linux. Use unzip on Linux, so you don't lose the lower-case
file names. Oct 25: To enable DOS-style line drawing characters,
you may need to add: echo -e "\\033(U" to your .bash_profile
| |
| |
| LNX |
Debian package of the Public Domain version of Euphoria |
1104K | Alexander Toresson |
Jan 3/06 |
3.00 |
 |
|
| This is a debian package of the public domain version of Euphoria.
It installs the files in sane locations and adds wrappers for
setting environment variables. How to install: dpkg -i euphoria-pd_2.5-1_i386.deb
How to find out where it put its files: dpkg -L euphoria-pd How
to uninstall: apt-get remove euphoria-pd
| |
| |
| LNX |
Euphoria 2.4 for Sharp Zaurus PDA |
551K | Mark Brown |
Apr 7/05 |
3.00 |
 |
|
| The Euphoria 2.4 interpreter, compiled for the Sharp Zaurus PDA
(specifically, the 'Japan only' model SLC-700/760/860, running
'pdaXrom' linux.). Includes the standard include files, demo programs
etc. Apr 7: New Version 2.4.2 adds support for calling shared
library functions.
| |
| |
| LNX |
Shared Memory Library |
5K | Elliott Sales de Andrade |
Nov 21/02 |
3.00 |
 |
|
| A port of the Windows memory sharing library by Steele/Mirwald
to Linux. One of the demos requires Irv's GTK library.
| |
| |
| LNX |
GTK Library |
24K | David Cuny |
Sep 7/99 |
1.85 |
 |
|
| He is exploring the use of GTK+ (Gimp toolkit library)
as a base for porting Win32Lib and Llama.
He has a few simple demos working already.
You'll need GTK on your Linux system. He also has .dll
files (not included) that make it work under WIN32.
Use: unzip gtklib.zip on Linux to get lower case names.
Sep 7: demos 1-10, font support, color line graphics, menus,
basic widgets
| |
| |
| LNX |
ncurses for Euphoria |
21K | Chris Burch |
Jan 26/06 |
1.00 |
 |
|
| ncurses wrapped for Euphoria, updated as much as possible, work
in progress, will follow as closely as possible the C library.
| |
| |
| LNX |
LLama/GTK Enhancements |
433K | J. Brown |
Sep 24/02 |
1.00 |
 |
|
| He's breathing life into David Cuny's
old Llama project. It works under Linux, FreeBSD (theoretically),
and Win32 (incomplete). Sep 24: more Win32Lib compatible, includes
documentation for Win32Lib and GTK (for use by co-developers), and has
changed goals from being a clone of Win32Lib for Linux, to a
Win32Lib-like cross-platform widget library.
| |
| |
| LNX |
Euphoria CGI Setup |
59K | Irv Mullins |
Feb 12/01 |
1.00 |
 |
|
| A tutorial package that shows how to set up a Linux system
for CGI using Euphoria. Feb 12: added server-side includes
| |
| |
| LNX |
Simple Text-Mode User Interface |
5K | Irv Mullins |
Oct 28/03 |
0.50 |
 |
|
| He ported his user interface code to Linux. Use: tar -xvz -f demo.tar.gz
Oct 28: Moved blinking cursor out of the way, improved line-drawing
character set.
| |
| |
| LNX |
Call Euphoria Routines on Another Machine |
8K | Pete Eberlein |
Feb 18/00 |
0.30 |
 |
|
| A library that allows dynamic calls to Euphoria routines
(call_func/call_proc) over sockets in Linux.
A server program can make its routines available for
client programs to call. He has included a simple
messageboard client and server program. Feb 18: now allows
multiple simultaneous connections to the server. A sample program
for a MUD is included.
| |
| |
| LNX |
SVGA Graphics in Linux |
42K | Pete Eberlein |
Aug 8/99 |
0.14 |
 |
|
| He's experimenting with svgalib on Linux.
You need to run this as root. Let Pete know how it works
on your system. The demos should also run on DOS32.
Use tar -xvz -f ray.tar
| |
| |
| LNX |
EuGTK Demos |
206K | irv mullins |
Mar 10/08 |
|
 |
|
| Updated to work with new version of EuGTK
| |
| |
| LNX |
Eu Assistant |
41K | Jesse Adkins |
Mar 9/07 |
|
 |
|
| A set of simple shells and a library, combined with a script to
allow easy installation of Euphoria. Works with any version of
Euphoria, and is extremely simple to use. Mar 9: New improved
readme file, added a changelog, put everything as one line of
code. All files set to rwxrwxrwx at start.
| |
| |
| GEN |
OSX (Intel) speech synthesizer library |
1668K | alban read |
Nov 13/06 |
|
 |
|
| This library provides access from Euphoria to the speech synthesizer
on OSX. Source code, an example and a compiled file is included.
To run this please unzip the file and open a Terminal.
| |
| |
| LNX |
XMOTOR |
80K | Bernie Ryan |
Feb 16/06 |
|
 |
|
| XMOTOR.ZIP is a library that allows the user to use Euphoria to
write X-Windows, XT ( Intrinsic Toolkit ), Athena, and Motif programs.
Motor can also be used for MS-Windows programming. See WMOTOR.ZIP
Feb 16: description changed.
| |
| |
| LNX |
Use STDIN and STDOUT on Linux |
2K | Matt Lewis |
Feb 8/06 |
|
 |
|
| Overrides Euphoria builtin I/O to allow easy use of STDIN and STDOUT
under Linux, avoiding ncurses.
| |
| |
| LNX |
Euphoria SVG Icons |
228K | Alexander Toresson |
Mar 19/05 |
|
 |
|
| This archive contains some good-looking Euphoria SVG icons that
he created. Mar 19: added new windows icons, *.err icons, icons
with low saturation and png versions of all icons
| |
| |
| LNX |
Carotene |
180K | Jerry Story |
Jan 27/05 |
|
 |
|
| A program that provides nutritional information regarding carotene
(e.g. beta carotene). It uses EuGTK and a data file from the USDA.
(You might have to rename the file using a .tar extension after
downloading it.) Jan 27: link to new website
| |
| |
|
|
|
|
|
|
|
|
| LNX |
Causes of Health Problems |
134K | Jerry Story |
Jan 27/05 |
|
 |
|
| A program that figures out causes (in terms of life style) of health
problems. This version is based on EuGTK. See also his Win32Lib
version of this program. Jan 27: link to new website
| |
| |
| LNX |
Fax Manager |
16K | Chris Burch |
Aug 25/04 |
|
 |
|
| Tired of junk faxes? Use Linux? Can't work out how to use Hylafax?
Here's a program to receive and view faxes before they are printed,
or if you know who they are from, automatically print or junk
them. Runs in user space. Guide on how to set up mgetty enclosed.
Needs a modem. Requires eugtk1.2
| |
| |
| LNX |
Encrypt / Decrypt |
3K | irv mullins |
Jul 6/04 |
|
 |
|
| Two small EuGTK programs which provide a GUI interface to rccrypt,
which encodes them using an rc5 128 bit cipher.
| |
| |
| LNX |
devdsp |
7K | Michael J. Sabal |
Jun 25/04 |
|
 |
|
| A set of routines to manage the /dev/dsp device in Linux. Record
and play raw audio data, gather audio device statistics, and set
the sample rate. NOTE: KDE users must use this library prior to
starting KDE. Once ARTS (KDE sound manager) is activated, only
a reboot will release the audio device.
| |
| |
| LNX |
Anagram Quiz Program |
157K | Jerry Story |
Apr 20/04 |
|
 |
|
| This is for scrabble players for both entertainment and study. The
idea was from Mohan Chunkath, former scrabble champion of India.
There is also a Windows version. Also download: ana_data.zip
1.1 M --needed,
ana_sounds.zip 356 K. These files work for both versions.
(Note: anaquiz.tar.gz might have to be renamed as anaquiz.tar
before unpacking it - RDS) Apr 20: the links show up as links.
| |
| |
| LNX |
Holistic Encryption |
3K | Peter Blue |
Mar 9/04 |
|
 |
|
| This encryption system works by joining one or more chunks of data
into a continuous stream and then randomly 'scattering' all the
bytes in that stream according to a pre-defined key sequence.
The key can be any length. Additional layers of encryption can
be applied. A simple XOR system is used here. He has no idea how
hard this system would be to crack. Perhaps someone can try. It
was developed on Linux but should be easy to port to DOS, Windows
or FreeBSD.
| |
| |
| LNX |
Linux console utilities |
302K | Chris Burch |
Feb 4/04 |
|
 |
|
| Three console utilities for Linux. See readme. Frontends for setdate,
crontab, and lpr (note this is not CUPS, but the 'old' style lpr).
Uses strtok 1.2, Fdialogs (derived from Irv's dialogs.e), and
filelib and pipelib by J Fielding. In tar.gz format, so should
preserve file attributes. .exe's are Linux executables.
| |
| |
| LNX |
Doomsday Perpetual Calendar |
2K | Irv Mullins |
Oct 25/03 |
|
 |
|
| A calendar for the years 1497 to 2500. It uses Irv's GraphApp library.
Oct 25: GraphApp is no longer supported, but the calendar generating
code may be useful.
| |
| |
| LNX |
SDL_Wrap for Linux |
309K | Mark Akita |
Apr 9/03 |
|
 |
|
| His SDL wrapper graphics library for Linux, plus some demos that
use the library. See also his Windows SDL library.
| |
| |
| LNX |
Demo Runner for GTK Library |
2K | Chris Burch |
Nov 26/02 |
|
 |
|
| A small program that lets you run the demo programs
in Irv Mullins' GTK package.
| |
| |
| LNX |
CGI On-line Phone Book |
6K | Andy Cranston |
Jun 25/02 |
|
 |
|
| A Euphoria CGI program that runs on a Web server and
displays an on-line searchable phone book.
| |
| |
| LNX |
Sockets Demo |
2K | Irv Mullins |
Jun 4/02 |
|
 |
|
| A Linux sockets demo which downloads an HTML page
from a server, and optionally saves it to a disk file.
| |
| |
| LNX |
Pipe I/O |
2K | J. Brown |
Apr 1/02 |
|
 |
|
| Support for performing pipe I/O with Euphoria for Linux.
| |
| |
| LNX |
Vowel Play |
5K | Russell K. Davis |
Mar 9/01 |
|
 |
|
| A small music player for linux. It uses libao
for audio output.
| |
| |
| LNX |
File Commands |
1K | Ted Fines |
Feb 16/01 |
|
 |
|
| Perform mv, cp and rm commands
without opening a shell. The cp function relies on Jeff Fielding's File
and Pipe Libraries.
| |
| |
| LNX |
Editor Syntax Files |
10K | Ken Rhodes |
Feb 4/01 |
|
 |
|
| Files that enable syntax highlighting in the Moonshine
editor, plus files that support Irv Mullin's Graphapp Library, David Cuny's
GTK+ library and Mike Nelson's Object Euphoria.
| |
| |
| LNX |
Pebbles Games for DOS and Linux |
24K | Benjamin Fitch |
Jan 10/01 |
|
 |
|
| Two games that use the mouse. They work in DOS
or Linux.
| |
| |
| LNX |
Unzip Utility |
1K | Ken Rhodes |
Nov 20/00 |
|
 |
|
| A small program for unzipping into a directory and
setting the filenames to lower case.
| |
| |
| LNX |
graphics.e for Linux |
6K | Mike Sabal |
Sep 9/00 |
|
 |
|
| A pixel graphics library for Linux
that's compatible with graphics.e for DOS32.
Sep 9: support for floodfill, ellipse, and polygon.
You can use this library in Linux and DOS32, and it should provide
100% compatibility.
| |
| |
| LNX |
Web Server and Client |
28K | Pete Eberlein |
Mar 1/00 |
|
 |
|
| A server that will send html, text, images, and binary
files to the world, and a
client that can download files from the Web. Both written in Euphoria.
| |
| |