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. Qualified 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 Hardware DEP enabled Euphoria 38KShawn Pringle updated May 8/08 this program has happy users! 1.00 click here to update this entry
You can Enable Hardware DEP and EUPHORIA will work fine if you patch the EUPHORIA directory with the files contained in this package. Instructions on two methods of install are included in install.txt in this archive. May 8: Added new functions.
 
WIN ConTEXT Editor files 3KJames Cook May 7/08   click here to update this entry
Euphoria (3.1) Highlighters and Templates for the ConText Text Editor (v0.98.5). Features "A Windows Scheme" and Insert Code From Template Descriptions. Download ConTEXT from www.contexteditor.org
 
GEN EuNet 43KMichael J. Sabal updated May 3/08 this program has happy users! 1.40 click here to update this entry
EuNet is a cross-platform sockets library using native OS API calls. Using a single library, you can write client or server applications that run on both Windows and Linux without modification. May 3: Added Kat's routines to manipulate the http header when requesting web documents.
 
DOS Example of DOS distribution file 2456KMarco Achury May 1/08 this program has happy users! 1.50 click here to update this entry
Zip file with WIN/DOS euphoria installation striping out all the windows specific files. Just the first step to create a file to include on FREEDOS distribution. TO DO: Port to DOS the setup script to generate \doc and \html from htx files. Script to setup environmental variables.
 
GEN Command-line options for your program 4KJames Cook updated Apr 30/08   click here to update this entry
Add command-line options handling to your program. Start with the sample provided, and expand it to meet your program's command-line needs. Includes option handling code for: /?, -x, -x[string], -x [str1] [str2] Apr 30: fixed an error when using match(), added some lines of code
 
WIN Orac 546KMike updated Apr 24/08 this program has happy users! 4.00 click here to update this entry
An optimizing incremental x-compiler supporting conditional compilation. Apr 24: Defaulted arguments may be now used in parameter lists.
 
WIN Winprog/Petzold Project 2458KCraig Gilbert updated Apr 24/08 this program has happy users! 1.60 click here to update this entry
Euphoria translations of Petzold's work in 'Programming Windows, Fifth Edition' (all of it, almost). Also some of his own explorations of things like OLE in rich edit controls, generic double buffering methods, creating dialogs on the fly, etc. Apr 24: fixed Connect example
 
DOS gomoku game 3KCarlos Valdes Apr 21/08   click here to update this entry
A source DOS program to play gomoku (pente, five-in-a-row) between two human players using the mouse. It only checks legal moves (play in empty squares, alternating) and checks to see who is the winner. Theory says that the first player can force a win. So to be fair to second player, he must be first in next game of match. Ideal for children's tournaments. It can be greatly improved and enhanced. Includes minnie.e mouse library.
 
GEN IupEu 29KJeremy Cowgar Apr 18/08 this program has happy users! 1.50 click here to update this entry
Iup wrapped for Euphoria. Iup is a portable cross-platform GUI system that is powerful yet easy to use.
 
GEN Euphoria 3.1/3.1.1 Help in chm format 864Ktxj2000 Apr 17/08   click here to update this entry
Euphoria 3.1.1 documentation in CHM help format.
 
WIN reg.ew 19KShawn Pringle Apr 12/08   click here to update this entry
reg.ew - Registry wrappers for Euphoria - version 1.2 -- Copyright (C) 2002 Davi Tassinari de Figueiredo. Patched so that you do registry operations only requiring KEY_READ access privilege.
 
WIN EDITA (By Pete Lomax) as a .zip file 934Kdon cole Apr 9/08   click here to update this entry
A backup for Pete Lomax's files. This contains everything you need to install Edita 0.3.0 yourself. (no source).
 
WIN EDITA (By Pete Lomax) automatic installer 1069Kdon cole Apr 9/08   click here to update this entry
A backup for Pete Lomax's files. This will install Edita version 0.3.0 for you.
 
WIN EDITA (By Pete Lomax) with source 1581Kdon cole Apr 9/08   click here to update this entry
A backup for Pete Lomax's files. This will unzip the same as edall.zip, but also has source code.
 
GEN Edita Manual (By Pete Lomax) 1212Kdon cole Apr 9/08   click here to update this entry
The Manual for Edita.
 
WIN Quick Pick 1KLogan Kodysz Apr 9/08   click here to update this entry
A little program that generates "random" lotto numbers. Based on the California State Lottery. Requires Win32Lib 0.60+
 
GEN Corrections on ed.ex 63KMarco Achury updated Apr 6/08   click here to update this entry
Patched ED.EX. When working on Windows, it can now read Num Pad / and Num Pad Enter. Apr 6: Uses Rob's SVN Revision 205. Now the code is clearer to read.
 
WIN Alien Attack 568KGaz Apr 4/08   click here to update this entry
Alien attack is a space shooter, like space invaders, only without paths for the enemies to follow. This is not a complete project. It uses euallegro by Ray Smith. .EXE and source included.
 
WIN Graves 3883KGaz Apr 4/08   click here to update this entry
The undead are digging their way out of their graves. Take the shovel and cover the holes before it's too late. Random generated levels. Build strategic barriers from mud to prevent zombies attacking you. .EXE and source included. 95 percent completed project.
 
WIN Image Editor 814KGaz Apr 4/08   click here to update this entry
Image editor is a advanced image editor. It uses the win32dib library for transformations, and other effects. It's a free image library for opening many different file formats. This is not a complete project. .EXE and source included.
 
WIN Pool Demo 252KGaz Apr 4/08   click here to update this entry
Pool is an example of a pool game. It is not a complete game. He used MrTrick's vector library to write this example. .EXE and source included.
 
WIN Starcraft2 Demo 956KGaz Apr 4/08   click here to update this entry
A real-time strategy game example using the A Star algorithm. Select multiple units and move them about the map. See how they walk around the trees. There is also a network version for two players. .EXE and source included
 
DOS Worms demo 2641KGaz Apr 4/08   click here to update this entry
Worms is a DOS example of the worms game made by team17 and is not a full game. Note this game requires a high spec system to run. .EXE and source are included.
 
WIN UDP 463KGaz updated Apr 4/08 this program has happy users! 1.00 click here to update this entry
USB data protector is a program used to password protect and compress data stored on USB pen drives. .EXE and source included. Apr 4: (changed platform from DOS to WIN)
 
WIN Converting .DBF files to EDS 173KSergio Gelli updated Apr 2/08 this program has happy users! 1.00 click here to update this entry
Open a Dbase database, and show the content in a ListView with headings, showing the names of the fields and columns with data from the database. You can use keyboard or mouse to navigate between records and optionally copy the database from a .DBF to a Euphoria EDS database. Sample .DBF files included for test. Apr 2: Changed download address
 
GEN Updated Assembler 42KMic updated Mar 31/08 this program has happy users! 10.30 click here to update this entry
An update of Pete Eberlein's mini-assembler. It contains additional instructions not available in the original version, as well as some bug fixes and improvements. Mar 31: Added nearly all SSE4 instructions (untested). Work has also begun on adding x64 support, but this is incomplete and buggy.
 
WIN OpenGL Graphics for Euphoria 804KMic updated Mar 23/08 this program has happy users! 12.75 click here to update this entry
A library for accessing the powerful 3-D animated graphics of OpenGL. Many impressive demos are included. Mar 23: Added some more GL extensions, plus five more example programs.
 
WIN Cg wrapper 98Kmic Mar 22/08   click here to update this entry
A wrapper for NVidia's Cg (C-like shader language) library. The wrapper is not complete, but still functional. An example using OpenGL is included.
 
WIN DirectE - DirectX for Euphoria 873KMic updated Mar 22/08 this program has happy users! 0.50 click here to update this entry
The beginning of a DirectX wrapper (only wraps a small part of D3D and DShow at the moment). Requires DirectX 9.0 or above. Several examples are included. Mar 22: Updated to use DirectX 9. Added some new functions, mainly related to shaders.
 
WIN EuGrid Grid Control v1.3.4 120KPhil Russell updated Mar 17/08 this program has happy users! 32.00 click here to update this entry
Support for grid controls with Win32Lib: multiple controls; no size limits; in-place editing of data; columns and rows can be created, changed and deleted at runtime; select font, color and text alignment; cells can be individually formatted. Support for text, list, checkbox, button and picture cells. Documentation and sample programs included. Mar 17: Updated for compatibility with Win32lib 0.7.*
 
WIN Win32Lib 1894K Win32Lib Team updated Mar 15/08 this program has happy users! 180.45 click here to update this entry
This is the current version that includes documentation and lots of small example programs. Most Euphoria GUI programs for Windows depend on this library. First released several years ago by David Cuny, Win32Lib is now being developed as a group effort. You can add win32lib.ew and related include files to your euphoria\include directory, but it's better if you create an EUINC environment variable, and point it to the include directory of Win32Lib. To complete your installation you should get Judith Evan's Enhanced IDE. Mar 15: 70.4: no more undocumented global symbols, custom events, and a number of added util functions. Some bug fixes too.
 
LNX EuGTK Demos 206Kirv mullins Mar 10/08   click here to update this entry
Updated to work with new version of EuGTK
 
WIN Scintilla Edit Control 594KMike Duffy updated Mar 9/08 this program has happy users! 2.50 click here to update this entry
Scintilla compiled with a Euphoria lexer. Complete Euphoria wrappers, Scite properties files and C source for lexer. Mar 9: Dll updated to 1.7.5, editor improvements, bug fixes.
 
LNX HTTP Fetcher 20KMark Brown Mar 7/08   click here to update this entry
HTTP Fetcher is a small library by Lyle Hanson that downloads files via HTTP. "HTTP Fetcher is designed to let you retrieve files via HTTP GETs quickly and easily without having to reinvent the wheel."
 
WIN EDS GUI 331KTone Skoda updated Mar 4/08 this program has happy users! 11.30 click here to update this entry
A nice-looking graphical user interface for viewing EDS database files (file type .edb). June 7: field name support, and some other minor improvements Mar 4: Uploaded to RDS site
 
WIN ProViewer 524KTone Škoda updated Mar 4/08 this program has happy users! 10.00 click here to update this entry
A utility to view Euphoria profile (.pro) files. Included is "ProfileInExExe" utility with which will help you profile_time non-win32 includes of your win32 programs. Mar 4: Uploaded to RDS site
 
WIN GalleryMaker 75KTone Skoda updated Mar 4/08 this program has happy users! 6.00 click here to update this entry
A program that makes HTML image galleries including thumbnails of .jpg images. Mar 4: Uploaded to RDS site
 
WIN Copy Included Files 148KTone Skoda updated Mar 4/08 this program has happy users! 4.00 click here to update this entry
A utility that finds all files included by a Euphoria program, and copies them into a single new directory. This could be useful when you share your programs with other people. June 21: bug fix Mar 4: Uploaded to RDS site
 
WIN ODBC Library 269KTone Skoda updated Mar 4/08 this program has happy users! 3.00 click here to update this entry
With ODBC you can manipulate many database formats, including Access .mdb files. This library lets you loop through selected records of a table and quickly get and/or change fields. A lot was learned from odbc.ew by Matthew Lewis. Mar 4: Uploaded to RDS site
 
WIN MP3 Evaluator 980KTone Skoda updated Mar 4/08 this program has happy users! 1.00 click here to update this entry
A program that helps you decide which MP3 files to keep, which to move, and which to delete. It can also be used as a normal song player. It uses bass.ew by Elliott Sales de Andrade. Mar 4: Uploaded to RDS site
 
GEN Access .Ini Files 62KTone Skoda updated Mar 4/08 this program has happy users! 0.50 click here to update this entry
An easy-to-use library for accessing .ini files. Mar 4: Uploaded to RDS site
 
WIN Basic Win32Lib App 311KTone Skoda updated Mar 4/08   click here to update this entry
A basic Win32Lib application that you can extend. Several things common to many apps have been set up for you. It also uses an EDS database. Mar 4: Uploaded to RDS site
 
WIN Edit Euphoria Files with DevStudio 88KTone Skoda updated Mar 4/08   click here to update this entry
Support for Euphoria in Microsoft Developer's Studio. Syntax coloring, registry setup, run .ex and .exw files, see Euphoria routines in current document in DevStudio, go to error file and line when you press button. Mar 4: Uploaded to RDS site
 
WIN EuStudio Editor 570KTone Skoda updated Mar 4/08   click here to update this entry
A Windows editor that he developed using his WinMania library. Mar 4: Uploaded to RDS site
 
GEN HTML Parser 77KTone Skoda updated Mar 4/08   click here to update this entry
An event-based parser for HTML pages. You can parse many separate pages at the same time, and interleave parsing with other processing. Mar 4: Uploaded to RDS site
 
WIN Image Editor 624KTone Skoda updated Mar 4/08   click here to update this entry
An image editor that supports the major image formats (jpg, bmp,...) and basic drawing operations. Mar 4: Uploaded to RDS site
 
WIN MultiSearch 689KTone Škoda updated Mar 4/08   click here to update this entry
A program to search multiple words in multiple files. Mar 4: Uploaded to RDS site
 
WIN Picture Viewer 930KTone Skoda updated Mar 4/08   click here to update this entry
A Windows picture viewer, like ACDSee. Interesting features are: saving last image position and zoom to database, thumbnails view using listview, virtual listview. This is a very early release, with a lot of unfinished stuff and bugs, but it's usable. It uses code from "DirectDraw fast scrolling demo" for viewing pictures. Mar 4: Uploaded to RDS site
 
GEN Profile Library 54KTone Škoda updated Mar 4/08   click here to update this entry
Library for measuring speed of code and counting how many times it is called. Mar 4: Uploaded to RDS site
 
WIN Resizer 28KTone Škoda updated Mar 4/08   click here to update this entry
Very simple to use auto resize library for win32lib. It will do most work for you. Mar 4: Uploaded to RDS site
 
WIN WinMania Windows Library 349KTone Skoda updated Mar 4/08   click here to update this entry
A comprehensive Windows library, similar to Win32Lib. Mar 4: Uploaded to RDS site
 
WIN Access .Id3 Tags 187KTone Skoda updated Mar 3/08 this program has happy users! 1.00 click here to update this entry
A library for reading, writing, and manipulating ID3v1 and ID3v2 tags. These tags are found in .mp3 files (artist, title, album, etc.). Mar 3: file uploaded to RDS site. See also: http://id3lib.sourceforge.net
 
DOS Freedos floppy boot disk with Euphoria 621KMarco Achury Feb 24/08   click here to update this entry
A FreeDos boot floppy with a pre-installed subset of Euphoria. Useful as an emergency tool or for use on a virtual machine emulator to check the behavior of DOS programs on Windows or Linux machines.
 
WIN Squid Blaster 5956KLiquid-Nitrogen updated Feb 19/08 this program has happy users! 7.00 click here to update this entry
Squid Blaster is a fast-paced, very professionally done, arcade shooter game (Euphoria source not included). You must utilize skill and logic to be victorious. It uses the ExoticaX DirectX library for graphics and sound. Feb 19: uploaded install file to RDS site.
 
GEN Difflist utility, V3.2 5KAlan Oxley updated Feb 15/08   click here to update this entry
Command-line driven source code compare utility, very fast. Feedback welcome. Feb 15: New in v3.2: added readme.txt, new options to ignore indention spacing.
 
WIN Enhanced IDE 698KJudith Evans updated Feb 11/08 this program has happy users! 201.75 click here to update this entry
A greatly-enhanced version of David Cuny's original Interactive Development Environment for Win32Lib. The IDE lets you easily design a Windows user interface, and attach pieces of Euphoria code that will be executed when GUI elements are clicked by your user. A complete Euphoria program is generated for you. Includes a companion stand-alone editor. Win32lib 0.70.2e or later is required. German language support is available. (Anyone who wishes to submit a translation update or new translation is welcome to do so. Judith can host it on Sourceforge or you can submit it to the Recent Contributions Page.) Feb 11: This releases changes a routine that would not work with the next official release of Win32lib.
 
WIN Colored buttons for Win32lib apps 42KJudith Evans updated Feb 11/08 this program has happy users! 3.00 click here to update this entry
Add the feature Microsoft forgot! This very easy to use include file, v0.1.15, will add and manage colored buttons; color, press color, caption color, press caption color, graphics, font, hints and more. All button classes supported. Package supplies demo exw file and help docs. Feb 11: This release changes a routine that would not work with the next official release of Win32lib.
 
WIN News Search 7KRobert Craig Feb 1/08   click here to update this entry
This is an improved version of the multitasking news search program in euphoria\demo. This Windows-only version will automatically load into your Web browser any page that contains the search phrase, and the HTML will be modified so the phrase appears in a big red italic font.
 
WIN clips 78KMike Duffy updated Feb 1/08 this program has happy users! 2.00 click here to update this entry
Windows clipboard cache with integrated editor. Feb 1: bug fixes, added support for Rich Text and Unicode, many enhancements
 
WIN color 47KMike Duffy updated Feb 1/08 this program has happy users! 0.80 click here to update this entry
Windows screen magnifier and color picker, with output in a variety of formats for seven color spaces. Feb 1: Alt access to menu, options to disable magnifier and color shifting, change separator
 
WIN Graphic Scaling 84KFred Mangan Jan 31/08   click here to update this entry
Include file scalew.ew lets you scale your drawing to memory bitmaps simply when using Andrea Cini's EuWinGUI Library. Fully annotated, with demo
 
GEN Get returned 64 bit integers 6KCChris updated Jan 11/08   click here to update this entry
Some shared library functions return 64 or 96 bit values. The get_large_return() function provided here retrieves such values as a sequence of atoms, each of which holding a 32 bit slice of the value. Supports cdecl/stdcall/pascal calling conventions, signed or unsigned return values. Jan 11: Typos corrected
 
GEN EuTCL Tcl/Tk Wrapper 16KLeonardo Cecchi Jan 9/08   click here to update this entry
EuTCL is a wrapper that enables Euphoria programs to embed a Tcl/Tk interpreter. It works with Windows and with Linux. You can write a platform independent GUI with Tk, invoke tcl commands, register new tcl commands, etc.
 
GEN Library of Statistical Functions 10KDr C A Newbould Jan 6/08 this program has happy users! 1.00 click here to update this entry
A library of descriptive statistical functions. Includes full html documentation.
 
WIN Language War for Windows 1314KDave Craig / Rob Craig updated Dec 31/07   click here to update this entry
This game was designed by Dave Craig 30 years ago to run on a 16K RAM TRS-80. Now Rob has ported the DOS version to Windows by using dos_rescue.ew, an include file that overrides the built-in functions: graphics_mode(), pixel(), get_key() etc. It runs the Windows event loop as a separate Euphoria task. Perhaps you can "rescue" some other old DOS graphics programs. Hear Rob's voice, and if you win at the expert level, hear Junko's voice and see a picture of Junko & Rob! Source and compiled executables included. Dec 31: fixed memory leak in call to DrawText - thanks to Matt Lewis
 
GEN EuSQLite update 500KChris Burch updated Dec 20/07   click here to update this entry
Euphoria wrappers for SQLite, updated from Ray Smith's contribution. Moved from AOL to a wiki page, for ease of updating. Files held there too. SQLite home page says it's faster than other databases. Dec 20: Update to sqlite version 3.5.4
 
GEN Conversion of ex.err 7KJuergen Luethje updated Dec 18/07 this program has happy users! 5.00 click here to update this entry
Convert Euphoria's "ex.err" file to 1 or 2 other files, that contain the contents of sequences _either_ as numbers _or_ as strings, so that they are better readable. Allows an Eu 2.5+ program to automatically convert its own "ex.err" file after a crash. Dec 18: Fixed: Strings that contained certain special characters were not recognized as strings.
 
WIN SNMP (Simple Network Management Protocol) 161KDoug Weinert Dec 15/07   click here to update this entry
An example of using SNMP to read information from a network device. Requires Win32Lib.
 
WIN Translation Helper for Enhanced IDE 94KRoland Stowasser Dec 15/07   click here to update this entry
This project aims to help in translating IDE messages and IDE text to another language. The included project file could be modified to assist with other applications using a similar approach.
 
WIN EuAllegro repackaged 4099KRay Smith Dec 14/07   click here to update this entry
Ray Smith's EuAllegro, also available from his wiki, and sourceforge, but easier to get here. Contains extras - a help file, and the games pack - good for learning Allegro. An easy to use games development add on for Euphoria.
 
WIN Console Clipboard Routines 5KGreg Haberek updated Dec 5/07   click here to update this entry
A simple library for making use of the Windows clipboard in your Win32 console applications. Dec 5: Added calls to GlobalAlloc (thanks to Jacques Deschęnes).
 
GEN EuGTK 259KMichael J. Sabal Dec 3/07   click here to update this entry
EuGTK wraps the GTK+ graphical toolkit for both Linux and Windows. This update offers support for features in GTK+-2.10.
 
WIN F.R.O.G 1730KJonas Temple updated Dec 3/07 this program has happy users! 1.00 click here to update this entry
A Windows-based database browser specifically built for the IBM iSeries. Executable only. Dec 3: A minor release with a few new features and bug fixes.
 
WIN Checking Account Manager 145KAl Getz updated Dec 3/07   click here to update this entry
A program for quickly managing your checking account. It works best with 800x600 screens or larger. (no source) Dec 3: Added auto backup feature and search feature.
 
Visit The Archive ...
 
This site is maintained by Robert Craig and Junko C. Miura of Rapid Deployment Software