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 wxEDB 10000KMatthew Lewis updated May 10/13 this program has happy users! 10.00 click here to update this entry
Euphoria Database Browser ported to wxEuphoria. Works on both Windows and Linux, 32 and 64 bits May 10: v1.29.1 Includes all binaries and source required
 
WIN Rotmg 13.2 Game Client 775Kgaz May 9/13   click here to update this entry
This a Client for http://www.realmofthemadgod.com/ This code is the bare essentials required to make a client/proxy for rotmg, it uses RC4, RSA public key, base64 encryption, sockets, Euphoria v3.1.1, Win32lib v0.70.20, required, source code included
 
WIN fast access 633Kllamedoso updated May 9/13   click here to update this entry
Displays a window on the desktop with a menu of the user's most frequented web sites and programs. Able to go to a website with only one click. May 9: Better mouse handling. Changed windows.
 
GEN edx 56KKenneth Rhodes updated May 8/13   click here to update this entry
This is the stock Euphoria editor, "ed.ex" with over 50 modifications including word/command auto-completion, and context sensitive help for virtually all Euphoria keywords, builtins, and std library commands as well as backup and restore file routines, selectable EDS database and table functions via scrolling top-line message bar menus and more. May 8: Improved word auto-completion and context sensitive help. "ESC + H" provides instant list of ALL ESC/CTRL key commands.
 
WIN Kakuro Trainer v0.5 165KJean-Marc DURO Apr 29/13   click here to update this entry
Kakuro is a game somewhat similar to Sudoku : you have to put one digit numbers in zones, all numbers of a zone being different. A sum is assigned to each zone.
 
GEN 2STROKE 2270KMike Duffy updated Apr 19/13   click here to update this entry
2-stroke exhaust design. Calculate n stage diffusers and lobster back bends. Automatically calculate all cone projections. Simple (2D) on screen graphics. Editor for cone sections with skewed and rotated ends. Outputs flat panel as TXT DXF PS EPS. Will split projections for printer sheets. Math routines and a multi-mode text/svga input routine, are in separate include files. Apr 19: Changed file format to include precalculated pipe data. Added file conversion program and DOSBox configuration file.
 
GEN wxIDE 10000KMatthew Lewis updated Apr 15/13 this program has happy users! 0.50 click here to update this entry
An editor and visual interface designer for wxEuphoria written using wxEuphoria. It runs on both Windows and Linux. Apr 15: v0.8.0: code completion, new GUI designer, file tree, faster
 
WIN astro 674KMike Manturov updated Apr 11/13   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. Apr 11: Ported to Windows using dos_rescue library. Mouse support added.
 
WIN Permutations 962KFred Ransom Apr 10/13   click here to update this entry
Permutations: This presents a Permutations namespace for n items taken m (<= n) at a time. It creates and delivers one permutation with each call to Permutations:next(). It also keeps track of parity, thus making it useful for some things in linear algebra. Determinants, matrix inverse and solving simultaneous equations are illustrated. All routines were chosen to illustrate use of permutations rather than speed. Although the field of real numbers was assumed here, these routines will work for any field, such as complex numbers or the integers mod 7 when you define appropriate arithmetic operations. EU 4, Judith's IDE and Win32Lib. Permutations.e is general.
 
GEN tidy 1.2 2KKenneth Rhodes Apr 7/13   click here to update this entry
tidy 1. 2 is an upgrade to Jiri Babor's source code beautifier, tidy,(http://www.rapideuphoria.com/tidy.zip). New features: An include file, tidy.e can now be called from a Euphoria source code editor and tidy.ex can be used from the command line. Input source code file is now automatically backed up and the "tidied" file overwrites your input file. Program aborts if backup fails. Added support for "loop", "switch", "type", and "ifdef".
 
GEN EuGeany: Euphoria support files for the editor, Geany 31KKenneth Rhodes updated Apr 7/13   click here to update this entry
Color Syntax support files and context sensitive help for the entire Standard Euphoria Library. EuHelp.ex now included. Project management, execution of source code file, Eu2C code compiling, binding, shrouding can all be done from within the editor. Instructions are contained in the file as comments and on the openeuphoria.org forum. Apr 7: Now supports Irv Mullins EUGTK library: http://sites.google.com/site/euphoriagtk/Home
 
LNX EuGTK - GTK Library for Euphoria 4.0 4600KIrv Mullins updated Apr 1/13 this program has happy users! 15.50 click here to update this entry
Very easy-to-use wrapper for Euphoria 4.1 and GTK3.4+, Apr 1: Updated Apr 1, new GtkPrinter.e support, much improved docs.
 
WIN Database Visual Control Library 145KJean-Marc DURO Mar 24/13   click here to update this entry
Database VCL on the model of Borland Delphi: a TTable component that updates linked components when current record changes. V0.5: Class library completely rewritten. Underlying controls are now defined within classes. TDBListView added. Code has reached beta state.
 
GEN Simultaneous Equations 31KDon Cahela updated Mar 18/13 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 with row pivoting that retains intermediate results for future use. Also, routines for tridiagonal, block tridiagonal, pentadiagonal, block pentadiagonal, tridag and block tridag for periodic boundary conditions, Jacoby block iteration, and a version with sparse matrix storage implemented. Mar 18: LU decomposition with row pivoting added.
 
WIN Simple OOP 47KJean-Marc DURO Mar 6/13   click here to update this entry
Simple Object Oriented style programming. The demo shows an EditText box synchronized with a CSV Table as Borland Delphi does (similar to TEditBox + TTable + TDatasource). Simpler than ever.
 
GEN EuHelp 20KKenneth Rhodes updated Feb 4/13   click here to update this entry
Universal Context Sensitive Help for 1400 Euphoria Standard Library keywords and ENUMS. Easy installation instructions for editors such as as Geany. A 3rd party library *.html help file, can be used, if no match is found in the Euphoria Standard Library index. If multiple matches are found, the number of articles to be loaded can designated by user. Feb 4: Automatic Browser selection for Linux. EUDIR constant set without using gentenv("EUDIR").
 
WIN OpenGL demo 2269KSteve Allen Jan 12/13   click here to update this entry
The first 3D Euphoria game??? :) Its really a pretty simple platform jumping game via OpenGL. He made it while teaching himself the fixed function pipeline. As such, its nothing breathtaking but it does demonstrate some simple 3d collision detection, model loading, terrain generation, texturing and fog. It uses Mark Akita's awesome SDL wrapper and Mic's opengl lib.
 
GEN 3d Math Routines for OpenGL 28KSteve Allen updated Jan 12/13   click here to update this entry
Useful 3d math routines for working with modern OpenGL. Building projection/ortho matrices, frustum culling, 3d distance checks, generating translation/scaling/rotation matrices, matrix multiplication, dot products, cross products, vector math, etc. Written for EU 3.1. Jan 12: Fixed some bugs. Added contact info in code file.
 
WIN Modern OpenGL Tutorials 715KSteve Allen Jan 2/13   click here to update this entry
Euphoria conversions of the first 6 tutorials from http://en.wikibooks.org/wiki/OpenGL_Programming. Great place to start for learning modern OpenGL in Eu. Shows how to write simple OpenGL shaders, render 2d/3d shapes, texturing. Rotations/Scaling/transformations. Uses and includes Mark Akita's SDL lib, Mics EuGL wrapper.
 
DOS DOS File System Library v1.00 38KShian Lee Dec 18/12   click here to update this entry
DFS.E library includes elementary routines for drive, directory, file, volume label, parse path, absolute path, and critical error handler with full long file name (LFN) optional support. includes standard user manual.
 
WIN Dir Size 12KJean-Marc DURO Dec 15/12   click here to update this entry
Dir Size helps find which folders can be safely removed on a disk by showing most recent modification date in a whole directory including sub-directories.
 
Visit The Archive ...
 
This site is maintained by Robert Craig and Junko C. Miura of Rapid Deployment Software