|
|
|
|
|
|
|
|
| WIN |
Magic Designer (toy) emulation program |
1429K | Andrew Katz |
updated Jul 2/09 |
2.00 |
 |
|
| This computer program is an exact emulation of a toy which was sold
years ago called Magic Designer. It also once had the name Hoot
Nanny. It is made out of metal and comes with circular paper and
colored pens. Needs Win32Lib.ew version 0.70.13. Contact Akatz712
at gmail.com with any comments, suggestions, or issues with this
program. Jul 2: Please look at the Euphoria source code for
all of the improvements.
| |
| |
| WIN |
Digital electronic simulator |
762K | gaz |
updated Jun 26/09 |
|
 |
|
| This digital logic simulator accurately simulates all seven logic
gates. The target of this project is to have a CPU and a GPU running
a simple game. Some of the components included in the simulator:
JK-flip-flop, Full adder, Decoders, Drivers, GPU, Seven Segment
Display. EXE and Source code included. Jun 26: New features
save and load your projects and Examples are now included to help
you get started.
| |
| |
| LNX |
linux serial communication library |
14K | jacques deschênes |
Jun 21/09 |
|
 |
|
| Update to serial.e library. Also added a serial.html help file.
Contains a gps logger program as a demo.
| |
| |
| WIN |
Frost |
23K | Andy |
updated Jun 7/09 |
1.00 |
 |
|
| An RPG Engine/Editor similar to the RPG Maker series. An incomplete
program. Although incomplete, quite a few things are done. Read
the ReadMe for more info. Jun 7: Updated, see about.txt for
more info.
| |
| |
| GEN |
Euphoric Mysteries E-book |
6786K | Bill Aitken |
Jun 5/09 |
|
 |
|
| An excellent E-book for Euphoria. Note: This version runs fine on
Windows XP, but maybe not Vista.
| |
| |
| GEN |
Math Library |
16K | Don Cahela |
updated Jun 2/09 |
1.00 |
 |
|
| A library of functions that operate similarly to power(x,n). Also
complex variable functions, statistical distributions, polynomial
operations, and search for zero of general function. Test codes
demonstrate use of each set of functions. Jun 2: Added interval
halving version of root search.
| |
| |
| GEN |
UnOfficial Euphoria version 4 chm Help file |
1118K | ne1uno |
updated May 26/09 |
|
 |
|
| 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 and TOC have some minor redundant links & errors.
May 26: now with CHI index file. use with svn 2099 or newer
for the soon to be released a4/b1.
| |
| |
| WIN |
windows serial port access |
8K | jacques deschênes |
May 24/09 |
3.00 |
 |
|
| WIN32 API binding for serial port usage.
| |
| |
| GEN |
Eu 4 Documentation |
2656K | Tom Ciplijauskas |
updated May 4/09 |
|
 |
|
| Euphoria alpha documentation pdf format svn2031 -- with instructions
on creating Euphoria documentation. May 4: current svn documentation
| |
| |
| DOS |
Mathematical expression parser |
191K | Crash |
Apr 20/09 |
|
 |
|
| Small (and binded) parser. It can process almost any mathematical
expression eg: 2+34-5*(3-46-4)+23... etc Variable definition allowed,
and function declaration (not yet!)... WARNING: type #help for
a brief of use. NO GUARANTIES! - CRASH -
| |
| |
| WIN |
Show Windows Desktop code |
2K | Thomas Betterly |
Apr 5/09 |
|
 |
|
| Code to simulate the show the desktop menu item in Windows. Freeware.
Contains a Win32Lib version and a version with Win32Lib dependencies
removed.
| |
| |
| WIN |
AmbiPlayer |
4996K | David Pletts |
updated Apr 2/09 |
|
 |
|
| A simple music player that can play .wav, .ogg or midi files. Uses
the .dll libraries from SDL. All files plus compiled version included.
A few short sample files are also included for you to try out
the program with. Apr 2: Added required jpeg.dll file
| |
| |
| WIN |
Calendar in Euphoria |
287K | Fred Ransom |
updated Mar 30/09 |
|
 |
|
| An industrial strength calendaring program for Windows to show the
strength of Euphoria. It computes holidays and phases of the moon
and has a range from 50,000 BC to 50,000 AD. It calculates pre-
and post-dates essential to industrial planning. It's very geeky
since he's a self-described geek and wrote it for himself. Mar 30: Corrected
a date problem. Added some functions to the interface.
| |
| |
| WIN |
Ambi |
12467K | David Pletts |
Mar 27/09 |
|
 |
|
| A suite of programs for playing ambient sounds from samples. There
are a setup helper application, an interactive player and two
auto-controlled players, one with a graphic display. The players
have been programmed using SDL dll libraries from Mark Akita.
Both compiled programs and source included.
| |
| |
| GEN |
Dot Notation for Euphoria (v2) |
15K | Jeremy Cowgar |
Mar 24/09 |
|
 |
|
| An update to David Cuny's DOT program that supports new Euphoria
4.0 features such as namespaces, enums, new built-in functions
and more. It also adds DOT notation for sequence access. REQUIRES
4.x.
| |
| |
| WIN |
Winprog/Petzold Project |
983K | Craig Gilbert |
updated Mar 24/09 |
2.00 |
 |
|
| 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. Mar 24: Fixed a
misunderstanding about the use of ShowWindow().
| |
| |
| GEN |
fixed width file parser |
6K | Jeremy Cowgar |
Mar 19/09 |
|
 |
|
| Fixed width file parser library. Requires Euphoria 4.0.
| |
| |
| GEN |
wxEuphoria |
3000K | Matthew Lewis |
updated Feb 24/09 |
184.25 |
 |
|
| Wrappers and binaries for wxWidgets,
a cross platform GUI library for Windows and Linux. Feb 24: Re-release
of v0.12.2 with corrected files.
| |
| |
| GEN |
Think Euphoria |
342K | Tom Ciplijauskas |
Feb 21/09 |
|
 |
|
| An introduction to programming with Euphoria. First Draft.
| |
| |
| WIN |
Executor of euphoria files for SciTe-ru |
5K | Mike Manturov |
updated Feb 10/09 |
|
 |
|
| A tool for the SciTe-ru text editor. Executes ex/exw files and shows
filtered ex.err file in the SciTe output window when necessary.
Feb 10: Fixed one silly bug
| |
| |