Home What Is Euphoria? Documentation News EUforum Download Euphoria Donate
Recent User Contributions The Archive Other Euphoria Web Sites RDS Development Related Books & Software
Recent Contributions from Users
- Click title to download -

If you have written something useful or amusing in Euphoria that you would like other Euphoria programmers to benefit from, just zip it and submit it.
 
To submit a new contribution, click here. Later, if you want to update your contribution, click the    symbol in your entry. Changes will normally be approved by RDS within a few hours.
 
   indicates a file with happy users. Registered users can vote here.
Platforms are indicated by color: DOS32 WIN32 LINUX GENERIC

File Search: DOS   WIN   LNX   GEN Powered by Euphoria
Type one or more words. Recent Contributions and Archive will be searched.

 
GEN UnOfficial Euphoria version 4 chm Help file 1544Kne1uno updated Aug 29/10   click here to update this entry
A help file in chm format, searchable with F1 from many editors. This is a totally unofficial version based on the official docs. The chm index has some minor redundant links & errors. Aug 29: for beta4 or newer
 
GEN pdf documentation svn3379 2912KTom Ciplijauskas updated Aug 27/10   click here to update this entry
Pdf documentation for 4.0 svn3379 contains updated Euphoria Documentation. Also, an experimental pdf containing only sorted constants and routines. Aug 27: Latest version. Fixed some formatting issues. Second pdf with only sorted constants and routines.
 
DOS astro 11KMike Manturov updated Aug 5/10   click here to update this entry
A galaxy emulator inspired by, and based on, Marco Achury's estrella.ex program. Some new features are added: keyboard commands, inelastic collision, print screen function, engine improvements, etc. Aug 5: Elastic collision added. Various changes and improvements.
 
GEN Simultaneous Equations 27KDon Cahela updated Aug 2/10 this program has happy users! 1.00 click here to update this entry
Routines for solving N linear equations in N unknowns. Lower-Upper decomposition that retains intermediate results for future use. Also, routines for tridiagonal, pentadiagonal, block tridiagonal linear algebra, tridag and block tridag for periodic boundary conditions, Jacoby block iteration, and a version with sparse matix storage implemented. Aug 2: Added block tridiagonal methods that allow for reuse of the beta inverse matrices-similar to LU decomposition.
 
GEN pdf documentation svn3326 1736KTom Ciplijauskas Jul 29/10   click here to update this entry
Pdf documentation for 4.0 svn3326. checksum for the .zip file: MD5: 242306C70F8A71F89D73EB3FE89E60E9 SHA1 (160): 7FA1567802E61E081B9AADA48AF61541F1639015
 
GEN KV - Key/Value Sequences 2KKenneth Riviere Jul 28/10   click here to update this entry
Routines for maintaining sorted key/value sequences. Includes code for testing whether a sequence is an ASCII string, testing the depth of a sequence (how many subsequences) and formatting sequences for printing (handy for debugging). Long used in JoKoSoKo game here in archive, but here uploaded separately.
 
WIN Keyboard 652KFred Ransom Jul 22/10   click here to update this entry
Euphoria with Win32Lib and Judith's IDE is the only system he has come across that gives you a visual GUI designer, multi-threading, printer support AND direct access to the event loop in MS Windows all at once. Sure, Visual Studio gives you all these things, but separately, not together. This little project, a portable program for his father in his 90's, illustrates this Euphoria strength.
 
GEN UnOfficial Euphoria version 4 CHM Help file beta 1600Kne1uno Jul 3/10   click here to update this entry
with doc changes since the last official eu4 release, for anyone using eubins or compiling euphoria from source. PSPad editor syntax and context INI files included. you can find a new zip from time to time listed on the download list at http://code.google.com/p/eu4qt
 
WIN Deluxe Slide Show3 336KDon Cole updated Jul 3/10 this program has happy users! 3.50 click here to update this entry
Included are a bound .exe and the source code. Now works with, .jpg, .gif, .bmp, .ico, .png, tif, .tiff, .wmf, .emf files. Features while Slide Show is in progress: Pause, Zoom In, Zoom Out, Scroll about in a large Picture, Send Pictures to Your Favorites Folder, Manually Scroll back and forth through Slide Show, and other goodies. Jul 3: Included are all the needed include files. Ver. 3.1.1 include files are also needed.
 
WIN Round Robbin 433KFred Ransom updated May 28/10   click here to update this entry
RoundRobin is a non-trivial problem solved with Euphoria. Using an algorithm from Ancient Greece, it schedules the matches in a round robin tournament. The program may not be as nice as it could be--he wrote it in one evening--but it's quite usable by any coach or league honcho worth his or her salt. He wrote it with Win32Lib using Judith's IDE. Also runs on Linux with the wine loader. May 28: Made program more robust and corrected the save as dialogue. Improved output format.
 
GEN CxImage 564KMic updated May 20/10 this program has happy users! 12.00 click here to update this entry
A wrapper for the CxImage library. It can load and save images using the BMP, GIF, JPG, PNG, ICO, TGA and PCX formats. It can also resize images using either nearest-neighbor or bilinear filtering. An example is included. May 20: Added Linux support (32-bit).
 
GEN Parse 201KFred Mangan May 9/10   click here to update this entry
Unorthodox parsing and evaluation of formulas written as text. Supports all trig functions + use of an independent variable, 'X'. With demo programs and notes
 
GEN Scavange 197KFred Mangan May 9/10   click here to update this entry
A EuWinGUI program to maintain a searchable EDS database of the *.e, *.ew include files in your Euphoria installation; can print to file. Executable only supplied.
 
WIN .INI files uncomplicated 9KSergio Gelli updated Apr 27/10   click here to update this entry
Just say no to complicated programming language ;-), Include INI.E to use an "yourFile.ini" Apr 27: --- Now, a little better explained
 
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.
 
GEN Library of Statistical Functions 33KCharles Newbould updated Apr 9/10 this program has happy users! 1.00 click here to update this entry
A library of descriptive statistical functions. Includes full html documentation. Apr 9: More functions added. Folder of worked examples.
 
WIN Edita 3019KPete Lomax updated Mar 25/10 this program has happy users! 26.00 click here to update this entry
A full-featured Euphoria-oriented editor written using Arwen. Mar 25: 50+ bug fixes, works better on Windows XP
 
WIN Manifest Maker 43KMike Duffy Mar 24/10   click here to update this entry
Windows Dialog, lets you create a manifest with resource script, add a manifest to a resource script, compile and add a resource script to an executable. All with a couple of mouse clicks.
 
WIN GdiPlus 140KMike Duffy updated Mar 22/10 this program has happy users! 3.00 click here to update this entry
Complete Euphoria wrapper for GDI+ versions 1.0 and 1.1. Memory allocation and data conversion is handled by the wrapped functions. Includes structures, constants, manifests and many supporting routines. A demo program is included. Mar 22: Added printer support functions for GDI/GDI+.
 
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
 
GEN documentation 4.0 svn3117 1237KTom Ciplijauskas Mar 17/10   click here to update this entry
PDF of Euphoria documentation. Version 4.0 svn3117
 
GEN documentation as html 4.0 svn3117 514KTom Ciplijauskas Mar 17/10   click here to update this entry
A single file HTML version of the svn3117 documentation for Euphoria 4.0
 
LNX My Links 2Kirv mullins Mar 16/10   click here to update this entry
Simple EuGTK program which puts a semi-transparent list (with icons) of your favorite web sites on screen. Clicking on one opens your default browser with that page. No need to keep a browser running all the time!
 
GEN 3-D Tic Tac Toe 120KJerry Story updated Mar 7/10 this program has happy users! 2.50 click here to update this entry
A 3-D Tic-Tac-Toe game built using wxEuphoria. Source only. Mar 7: Change of website.
 
GEN Ornamental Garden Plants 214KJerry Story updated Mar 7/10 this program has happy users! 1.50 click here to update this entry
Source only. Uses wxEuphoria. On Linux it searches a plant on Google. If Internet Explorer changes the extension to .tar.tar, change it back to .tar.gz Mar 7: Change of website.
 
GEN Diet Monger @$$ Kicker 417KJerry Story updated Mar 7/10 this program has happy users! 1.15 click here to update this entry
This program uses USDA's data to help you design diets. It uses wxEuphoria and runs on both Windows and Linux. You need to download the USDA data separately. Mar 7: Change of website.
 
WIN Anagram Quiz Program 222KJerry Story updated Mar 7/10   click here to update this entry
This is for scrabble players for both entertainment and study. There is also a Linux version. Mar 7: Change of website.
 
LNX Anagram Quiz Program 190KJerry Story updated Mar 7/10   click here to update this entry
This is for scrabble players for both entertainment and study. There is also a Windows version. Mar 7: Change of website.
 
LNX Causes of Health Problems 154KJerry Story updated 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.
 
GEN Hangman Cheater 267KJerry Story updated Mar 7/10   click here to update this entry
This program "destroys" the game of hangman. Uses wxEuphoria. Should work on both Windows and Linux. Mar 7: Change of website.
 
GEN Syllogism Quizzer 136KJerry Story updated Mar 7/10   click here to update this entry
This is an educational game that systematically quizzes you so you learn all 256 syllogism forms. Mar 7: Change of website.
 
LNX Triangle Game 194KJerry Story updated Mar 7/10   click here to update this entry
The Linux version of his Triangle game. (You might have to rename the file using a .tar extension after downloading it.) Mar 7: Change of website.
 
WIN TimedMsg 18KFred Mangan Mar 2/10   click here to update this entry
Include File for EuWinGUI (+ demo): Display text or a bitmap picture in your programs using a timed-out Dialog.
 
Visit The Archive ...
 
This site is maintained by Robert Craig and Junko C. Miura of Rapid Deployment Software