|
|
|
|
|
|
|
|
| WIN |
Dos Rescue with small fix |
5K | Marco Achury |
Feb 3/10 |
|
 |
|
| A (very little) fix to Rob's dos_rescue library so the window title
caption is not hardcoded on the library. The main program passes
it as a global sequence.
| |
| |
| WIN |
HistPie |
195K | OtterDad |
Feb 1/10 |
|
 |
|
| Repost of Original Submission by Fred Mangan Jun 5/08 An include
file to draw simple histograms and pie-charts for EuWinGUI. Source
code and demo program.
| |
| |
| DOS |
Parameter Estimation in ODEs |
378K | Don Cahela |
updated Feb 1/10 |
2.50 |
 |
|
| Two programs to estimate parameters in ODE based models- "PESTODE"
or in networks of first order Rxns-"PESTLRN", by quasilinearization.
Compiled programs, no source code. Source code for a library of
ODE models is given, so anyone can have models added to the NLLSQ
regression program. Fifteen examples illustrate use of PESTODE
and three of the examples are also solved using PESTLRN. Feb 1: Output
equally spaced results and a new model.
| |
| |
| LNX |
EuGTK 4.0 library |
363K | irv mullins |
updated Jan 28/10 |
12.50 |
 |
|
| Beta version of a GTK wrapper for Euphoria 4.0. See Irv's
website for a full description, as well as examples,
demos,
pictures
etc. Jan 28: Added more demos, small bug fixes.
| |
| |
| WIN |
Win32lib for Euphoria 4.0 beta |
409K | Mike |
Jan 26/10 |
|
 |
|
| Here is a conversion of Win32lib to run under the latest version
of Euphoria. The conversion was not perfect so some minor changes
to your apps will inevitably be required. He was not able to get
Judith's IDE to run, as an interpreted app, with it. However,
you can use Andy Drummond's excellent bound version of the IDE
to develop Win32lib apps. Please send details of any improvements
to the forum.
| |
| |
| GEN |
UnOfficial Euphoria version 4 chm Help file |
1365K | ne1uno |
updated Jan 24/10 |
|
 |
|
| 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. Jan 24: for
use with svn/eubins r3054 or newer beta3/rc1
| |
| |
| GEN |
SmartStrings |
1K | Jim Pishlo |
Jan 20/10 |
|
 |
|
| Offers some simple sequence (string) manipulation functions. Also
includes "smart_parse". An intelligent parsing function that splits
a string by more than one delimiter, and ignores delimiters located
between quotes. Good for processing commands.
| |
| |
| LNX |
zipsearch |
1017K | Jim Pishlo |
Jan 20/10 |
|
 |
|
| Linux command that allows you to search a database of over 47,000
records for any given zip code, or city and/or state. Before you
run it, you'll have to change the db_open command to point to
the zip_codes database on your computer.
| |
| |
| GEN |
Euphoria Documentation in Japanese(Online edition) |
900K | RDS / Ninetailfox Software |
Jan 17/10 |
|
 |
|
| Primary documentation Japanese translation of Euphoria 3.11 He asks
that reports of mistranslation be sent to http://twitter.com/9tf2010/
| |
| |
| WIN |
Firebird Server ODBC |
179K | Steve Baxter |
Jan 14/10 |
|
 |
|
| Demonstration program for Firebird Server ODBC access using odbc.e
and wxEuphoria with two-tone flexible datagrid. Uses the EMPLOYEE.FDB
example database that comes standard with Firebird install.
| |
| |
| DOS |
See How a Quicksort Works in Detail |
1K | Steve Baxter |
updated Jan 14/10 |
|
 |
|
| Three entertaining demos for DOS screens that show all details of
a fast quicksort in action. The algorithm does not use recursion
and has added parameters to make it more all-purpose. These programs
were translated from code written by Ethan Winer for QuickBASIC.
Jan 14: FORGOT TO ZIP.
| |
| |
| GEN |
plist file for TextWrangler for Mac OS X |
6K | MacUser |
Jan 1/10 |
|
 |
|
| For syntax highlighting on Mac OS X.
| |
| |
| WIN |
Move/Resize Borderless Windows |
4K | Daduko |
updated Dec 31/09 |
|
 |
|
| A library for moving/resizing windows that lack titlebars or borders.
Updated to work with new win32lib.. Dec 31: Updated to work
with new win32lib.
| |
| |
| WIN |
Orac |
518K | Mike |
updated Dec 28/09 |
5.60 |
 |
|
| An optimizing incremental compiler supporting conditional compilation.
Dec 28: The IDE "Where" facility has been enhanced to search
all strings in the source for a specified piece of text and then
create a jump list of all identified targets.
| |
| |
| GEN |
object drop - learning to tetris |
12K | tim d. |
updated Dec 16/09 |
|
 |
|
| The basic tetris engine made easy for anyone to learn. DOS graphics
mode. Should work in Linux/DOS/Windows. Try it out and expand
on it yourself. Super customizable, play with the vars. Now works
in standard consoles. Dec 16: Now blocks "stack" with a blockstodo
algorithm. Also an end game routine is in place.
| |
| |
| GEN |
Eu4Qt: wrap of GUI toolkit Qt for euphoria4 |
1K | ne1uno |
Nov 17/09 |
|
 |
|
| Get source from svn or zip which Includes example programs, html
documentation, tests, source and a precompiled dll for windows.
Only a small fraction of Qt is wrapped so far but enough to get
an idea of how it can work. Needs Qt4.5 in source or binary from
qt.nokia.com
| |
| |
| WIN |
MCatalog |
173K | Fred Mangan |
Nov 5/09 |
|
 |
|
| A neat database program for storage of text; source code uses EuWinGUI
- includes a handy 'TODO' include file.
| |
| |
| WIN |
.INI files uncomplicated |
7K | Sergio Gelli |
Nov 4/09 |
|
 |
|
| Just say no to complicated programming language ;-), to use an ".ini"
file
| |
| |
| WIN |
AVI2GIF |
917K | mic |
Oct 14/09 |
|
 |
|
| A command line application for converting an AVI file (or a part
thereof) into an animated GIF. Uses VFW for the video decoding,
so the user is required to have the relevant codec installed.
| |
| |
| WIN |
message boxes for Unicode |
5K | Arthur Crump |
Oct 14/09 |
|
 |
|
| A modified msgbox.e to provide support for Unicode message boxes
as well as the old style. If a system does not support Unicode,
old style message boxes can still be displayed.
| |
| |
|
|
|
|
|
|
|
|
| GEN |
A set of EU logos |
1924K | Igor Kachan |
updated Oct 10/09 |
|
 |
|
| A set of EUPHORIA logos and icons. Based on new 'eu' letter. Feel
free to use them for your Open Euphoria works and sites as you
wish. Packed by 7z. Oct 10: Added new logos.
| |
| |
| WIN |
photuki |
1K | Michael Raley |
updated Oct 5/09 |
|
 |
|
| Photuki is a utility using Win32Lib, freedib and win32dib to copy
and transform images into a template for making origami cubes.
Sample images, bound version and folding instructions available
at Modulareality.org
Oct 5: change of websites with Geocities shutting down on Oct
26th
| |
| |
| GEN |
Logo based on { } |
15K | Tom Ciplijauskas |
Sep 29/09 |
|
 |
|
| An svg, { } based logo, for experimentation.
| |
| |
| WIN |
MySQL 5.0 for Euphoria from Fabio Ramirez |
953K | MC Wong |
Sep 26/09 |
|
 |
|
| Fabio's "libmysql.dll" does not support the new password hashing
from MySQL 4.1 onwards. This new dll is from MySQL v5.0's. Uses
Fabio's wrapper program with 1 or 2 lines modified and file renamed
to avoid name conflict. Demo program also modified from Fabio's.
| |
| |
| WIN |
Sample odbc.e cursors connection to AS/400 (iSeries) |
1K | MC Wong |
Sep 26/09 |
|
 |
|
| Sample code using Matthew Lewis' odbc.e to access AS/400 tables
(2 tables). Matthew's demo program uses wxWidget so this may be
helpful to someone. This demo program uses cursors to read the
entire file. Same DSN setup from sample1
| |
| |
| WIN |
Sample odbc.e connection to AS/400 (iSeries) |
71K | MC Wong |
Sep 25/09 |
|
 |
|
| Sample code using Matthew Lewis' odbc.e to access AS/400 tables
(2 tables). Matthew's demo program uses wxWidget so this may be
helpful to someone.
| |
| |
| WIN |
backendw.exe (improved) |
73K | Al Getz |
Sep 19/09 |
|
 |
|
| A new 'backendw.exe' for Euphoria version 3.11 . The version that
ships with Euphoria v3.11 has a limitation of 128 bytes. This
file replaces the old one and allows the bound executable to work
under directory names who's lengths are limited only by the operating
system.
| |
| |
| WIN |
toJP |
312K | Wolfgang Fritz |
updated Sep 18/09 |
|
 |
|
| An expanded and enhanced English to Japanese ( shift-JIS ) dictionary
for computer programmers, based on his 'Multilingual' contribution.
Sep 18: corrections, additions, source included.
| |
| |
| GEN |
Windows and X icons for the Open EU files |
3K | Igor Kachan |
Sep 10/09 |
|
 |
|
| A set of .ico and .xpm icons for use with the Open Euphoria files.
Based on the project of OEu logo. Packed by 7zip archiver.
| |
| |
| WIN |
toRU |
291K | Wolfgang Fritz / Igor Kachan |
updated Sep 8/09 |
0.80 |
 |
|
| An expanded English to Russian ( Cyrillic ) dictionary for computer
programmers, based on the 'Multilingual' contribution. Includes
EXE, source code, and Borland bilingual demo. Sep 8: expanded
vocabulary
| |
| |
| WIN |
Edita Euphoria 4.0 Syntax File |
9K | GSAC3 |
Sep 7/09 |
|
 |
|
| This is a copy of Greg Haberek's (Sept 4/09) Edita Euphoria 4.0
Syntax File, ZIPed with WinZip version 11.2 SR-1.
| |
| |
| GEN |
Open Eu Logo Samples |
1237K | Alex Caracatsanis |
Sep 6/09 |
|
 |
|
| A 7-zipped pdf file of sample logos for people to consider.
| |
| |
| WIN |
Edita Euphoria 4.0 Syntax File |
9K | Greg Haberek |
Sep 4/09 |
|
 |
|
| An updated Euphoria syntax file for Edita that supports highlighting
and auto-complete for Euphoria 4.0 keywords.
| |
| |