Home What Is Euphoria? Documentation News EUforum Download Euphoria Donate
Recent User Contributions The Archive Other Euphoria Web Sites RDS Development Related Books & Software
The Archive

Linux / FreeBSD Files

LNX Syntax Coloring 12KIrv Mullins Apr 24/04 this program has happy users! 6.25 click here to update this entry
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 95KBernie Ryan Dec 20/00 this program has happy users! 5.00 click here to update this entry
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 95KIrv Mullins Oct 25/03 this program has happy users! 3.50 click here to update this entry
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 1104KAlexander Toresson Jan 3/06 this program has happy users! 3.00 click here to update this entry
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 551KMark Brown Apr 7/05 this program has happy users! 3.00 click here to update this entry
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 5KElliott Sales de Andrade Nov 21/02 this program has happy users! 3.00 click here to update this entry
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 24KDavid Cuny Sep 7/99 this program has happy users! 1.85 click here to update this entry
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 21KChris Burch Jan 26/06 this program has happy users! 1.00 click here to update this entry
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 433KJ. Brown Sep 24/02 this program has happy users! 1.00 click here to update this entry
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 59KIrv Mullins Feb 12/01 this program has happy users! 1.00 click here to update this entry
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 5KIrv Mullins Oct 28/03 this program has happy users! 0.50 click here to update this entry
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 8KPete Eberlein Feb 18/00 this program has happy users! 0.30 click here to update this entry
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 42KPete Eberlein Aug 8/99 this program has happy users! 0.14 click here to update this entry
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 Euphoria 4.0 tip binaries for Linux/32 2578KShawn Pringle updated Mar 9/16   click here to update this entry
Linux/32 binaries for the tip of the Euphoria 4.0 branch. Mar 9: * includes test report
 
LNX All-in-One 64-bit OpenEuphoria 4.1 for beginners 22343KJean-Marc DURO Aug 28/15   click here to update this entry
All-in-One package with OpenEuphoria 4.1 and wxEuphoria (include file and libraries only, no demo) for 64-bit Debian-based Linux systems. An executable installs needed packages and sets environment variables. Target directory can be specified for OpenEuphoria.
 
LNX All-in-One 32-bit OpenEuphoria 4.1 for beginners 16152KJean-Marc DURO Aug 27/15   click here to update this entry
All-in-One package with OpenEuphoria 4.1 and wxEuphoria for 32-bit Debian-based Linux systems. An executable installs needed packages and sets environmemnt variables. Target directory can be specified for OpenEuphoria.
 
LNX Check User and Password 2KJean-Marc DURO Sep 24/12   click here to update this entry
Check existence of a Linux user account and verify shadow password using execCommand(). Needs to be run as root to access /etc/shadow. For Euphoria 4 and up.
 
LNX execCommand 1KJean-Marc DURO Sep 24/12   click here to update this entry
Launch a Linux command and get the result with pipes. For Euphoria 4 and up.
 
LNX euXosd: Wrapper for the XOSD on-screen display library 148KIra Hill Jan 2/12   click here to update this entry
This wrapper exposes the routines in the libXosd library for use in Euphoria to display text directly on-screen. Source code is provided along with an example demo.
 
LNX Qt to Euphoria Gtk 3Kninoid Apr 21/10   click here to update this entry
Use Qt3/4 Designer (part of KDE Linux distributions) for visual create GTK Library Euphoria source file. This is v0.8 beta.
 
LNX Netscan 2Kirv mullins Mar 19/10   click here to update this entry
Simple EuGTK program to display your computer's network address and look for other computers on your lan. See link for photo. http://etcwebspace.com/users/irvm/NetScan.html
 
LNX Causes of Health Problems 154KJerry Story Mar 7/10   click here to update this entry
A program that figures out causes (in terms of life style) of health problems. Mar 7: Change of website.
 
LNX linux serial communication library 14Kjacques deschênes Jun 21/09   click here to update this entry
Update to serial.e library. Also added a serial.html help file. Contains a gps logger program as a demo.
 
LNX japi for linux tested and ready samples 1078KCarlos Valdes Jan 30/09   click here to update this entry
He merged the japi contributions from Alban Read and Merten Joost and took the images from www.japi.de (where you will find everything included here), tested everything under ubuntu, corrected one single bug. Modified japi.e to work with the japi.so library. Just unpack anywhere under linux. If you have euphoria installed and working, you can run every example.... Works great!
 
WIN japi for windows tested and ready 1125KCarlos Valdes Jan 30/09   click here to update this entry
To test compatibility with linux, he downloaded the same examples from www.japi.de for windows, tested everything, corrected same bug as in linux, changed names to *.exw... just unzip and run... for complete documentation visit www.japi.de... Works great, too! and gives total windows-linux portability...
 
LNX EuGTK Demos 206Kirv mullins Mar 10/08   click here to update this entry
Updated to work with new version of EuGTK
 
LNX Eu Assistant 41KJesse Adkins Mar 9/07   click here to update this entry
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 1668Kalban read Nov 13/06   click here to update this entry
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 80KBernie Ryan Feb 16/06   click here to update this entry
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 2KMatt Lewis Feb 8/06   click here to update this entry
Overrides Euphoria builtin I/O to allow easy use of STDIN and STDOUT under Linux, avoiding ncurses.
 
LNX Euphoria SVG Icons 228KAlexander Toresson Mar 19/05   click here to update this entry
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 Fax Manager 16KChris Burch Aug 25/04   click here to update this entry
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 3Kirv mullins Jul 6/04   click here to update this entry
Two small EuGTK programs which provide a GUI interface to rccrypt, which encodes them using an rc5 128 bit cipher.
 
LNX devdsp 7KMichael J. Sabal Jun 25/04   click here to update this entry
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 Holistic Encryption 3KPeter Blue Mar 9/04   click here to update this entry
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 302KChris Burch Feb 4/04   click here to update this entry
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 2KIrv Mullins Oct 25/03   click here to update this entry
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 309KMark Akita Apr 9/03   click here to update this entry
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 2KChris Burch Nov 26/02   click here to update this entry
A small program that lets you run the demo programs in Irv Mullins' GTK package.
 
LNX CGI On-line Phone Book 6KAndy Cranston Jun 25/02   click here to update this entry
A Euphoria CGI program that runs on a Web server and displays an on-line searchable phone book.
 
LNX Sockets Demo 2KIrv Mullins Jun 4/02   click here to update this entry
A Linux sockets demo which downloads an HTML page from a server, and optionally saves it to a disk file.
 
LNX Pipe I/O 2KJ. Brown Apr 1/02   click here to update this entry
Support for performing pipe I/O with Euphoria for Linux.
 
LNX Vowel Play 5KRussell K. Davis Mar 9/01   click here to update this entry
A small music player for linux. It uses libao for audio output.
 
LNX File Commands 1KTed Fines Feb 16/01   click here to update this entry
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 10KKen Rhodes Feb 4/01   click here to update this entry
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 24KBenjamin Fitch Jan 10/01   click here to update this entry
Two games that use the mouse. They work in DOS or Linux.
 
LNX Unzip Utility 1KKen Rhodes Nov 20/00   click here to update this entry
A small program for unzipping into a directory and setting the filenames to lower case.
 
LNX graphics.e for Linux 6KMike Sabal Sep 9/00   click here to update this entry
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 28KPete Eberlein Mar 1/00   click here to update this entry
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.
 
LNX File and Pipe Libraries 2KJeff Fielding Feb 22/00   click here to update this entry
Libraries for accessing C file and pipe I/O in Linux.
 
LNX Experimental Thread Library 20KJeff Fielding Feb 20/00   click here to update this entry
An experiment with multiple threads of execution in Euphoria, using a Linux threads C library. This is highly experimental as Euphoria was not designed to support multiple threads at this level. (tar -xv -f ethreads.tar) Feb 20: documentation updated
 
LNX Multi-player Word Game Using Sockets 4KIrv Mullins Feb 15/00   click here to update this entry
A simple word game that demonstrates the use of Pete Eberlein's Remote Dynamic Calls package.
 
LNX Routines for SVGALib 5KMarcos Donnantuoni Feb 6/00   click here to update this entry
A library that accesses SVGALib on Linux. He included a small game as a demo. You'll have to run as root, and possibly configure your system a bit for SVGALib.
 
LNX GTK Wrapper Declarations 85KDavid Cuny Sep 7/99   click here to update this entry
He is exploring the use of GTK+ (Gimp toolkit library). Here is a large include file that declares Euphoria "wrapper" routines for the GTK library routines.
 
LNX Simple Chess Program 11KNormand Blais Aug 1/99   click here to update this entry
His original non-GUI version of TSCP ported to Linux. Decompress with tar -xvz -f simple.tar
 
 
This site is maintained by Robert Craig and Junko C. Miura of Rapid Deployment Software