|
|
|
|
|
|
|
|
| WIN |
Win32 Engine |
1371K | Bernie Ryan |
Jan 25/06 |
55.00 |
 |
|
| A WIN32 library for beginners and advanced users to learn Windows
API programming. Beginner & Advanced interface can be intermixed.
Utility to use WIN32 resource files. Beginner interface is similar
to Win32Lib ver. 50C. Fast loading speed for all versions of Euphoria
including version 2.5 Jan 25: fixed bug in struct() added RCDATA
function, version 10.70
| |
| |
| GEN |
Utility Library C-functions |
27K | Bernie Ryan |
Jan 25/06 |
10.50 |
 |
|
| A library of C-style string & character handling functions. C-style
structures (that can be nested). Structures can also contain unions.
Structure manipulation and support functions. This library can
be used in a wide variety of applications. Jan 25: fixed bug
in struct() version 7.0
| |
| |
| WIN |
Resource Utility for WIN32LIB |
765K | Bernie Ryan |
Jan 23/06 |
5.50 |
 |
|
| A utility for converting a Windows .RES resource file into a Euphoria
include file for use with Win32Lib. Ver. 8.25 Jan 23: RCDATA
added global function that returns uncompressed sequence as requested
by user.
| |
| |
| LNX |
Graphics Engine for Linux |
95K | Bernie Ryan |
Dec 20/00 |
5.00 |
 |
|
| A set of include files for doing graphics on Linux.
It lets you write graphics programs on Linux using the same
routines that are available in Euphoria for DOS. You can also access
other SVGAlib
graphics routines. Dec 20: bugs fixed, demo added
| |
| |
| WIN |
Routines for WIN32 Programming |
126K | Bernie Ryan |
Sep 24/99 |
4.00 |
 |
|
| A new approach to
WIN32 GUI programming in Euphoria. (See also Win32Lib)
| |
| |
| WIN |
WMOTOR |
130K | Bernie Ryan |
Feb 16/06 |
|
 |
|
| WMOTOR.ZIP is a library that allows the user to use Euphoria to
write MS-Windows programs. Motor can also be used for X-Windows
programming. See XMOTOR.ZIP
| |
| |
| LNX |
XMOTOR |
80K | Bernie Ryan |
Feb 16/06 |
|
 |
|
| XMOTOR.ZIP is a library that allows the user to use Euphoria to
write X-Windows, XT ( Intrinsic Toolkit ), Athena, and Motif programs.
Motor can also be used for MS-Windows programming. See WMOTOR.ZIP
Feb 16: description changed.
| |
| |
| GEN |
poke2 / peek2u /peek2s |
1K | Bernie Ryan / Rolf Schroeder |
Oct 14/01 |
|
 |
|
| An include file that provides the "missing"
functions poke2(), peek2u() and peek2s() to complement
Euphoria's poke4(), peek4u() and peek4s().
| |
| |
| WIN |
Win32 Engine_R |
528K | Igor Kachan |
Sep 14/04 |
2.00 |
 |
|
| Bernie Ryan's w32engin.ew v7.20 with separate definitions of Windows
API constants and functions - new libs constant.e and c_routin.e.
Handier for some kinds of work. A low-level style of Win32 programming.
Sep 14: The draft documentation on c_routin.e was added.
| |
| |
| WIN |
WinPrint |
108K | Rod Damon |
Jan 11/06 |
1.00 |
 |
|
| Two include files for printing to a printer that can be used with
non-Win32Lib programs. Demo programs require w32engin by Bernie
Ryan to be downloaded for 1(one) of the demos to be run. All other
demos may be run from the included files in the zip. Jan 11: Now
works on XP & WIN 2000 thanks to Larry Miller.
| |
| |
|
|
|
|
|
|
|
|
| WIN |
Magic Packet Utility |
4K | Andrew Hall |
May 31/05 |
|
 |
|
| This utility provides the ability to wake up a remote computer that
is in a low-power state (standby, hibernate, powered-down, etc.).
A "magic packet," which contains the remote computer's MAC address,
is sent to wake the sleeping computer. This technology is known
as Wake-on-LAN (WoL). Requires Bernie Ryan's w32engin.ew and uses
Microsoft's ws2_32.dll (Windows Sockets 2). May 31: Version
1.02. Error code fix and minor improvements.
| |
| |
| WIN |
Windows Mixed Command Program |
16K | Alex Blanchette |
Nov 23/04 |
|
 |
|
| An example program that includes the w32engin.ew library by Bernie
Ryan. It uses many commands in his examples in a slightly different
way and has lots of commenting.
| |
| |
| GEN |
idle task library |
3K | Ryan W. Johnson |
Jul 14/08 |
2.60 |
 |
|
| Useful routines: nanosleep() - to sleep for less than 1 second,
delay(), and idletask() - causes the Euphoria task scheduler to
idle the CPU when not running other tasks (otherwise, the scheduler
will use active waiting when there is less than 1 second between
scheduled tasks, which hogs the CPU) Read the comments in the
source file for more info and usage examples. Jul 14: Re-uploaded
file.
| |
| |
| GEN |
Contact Keeper |
172K | Ryan Mann |
Aug 23/09 |
|
 |
|
| Contact Keeper is a console program that lets somebody save people's
contact information into a Euphoria database file. Somebody can
edit or delete contacts after they are entered.
| |
| |
| GEN |
FluidAE |
1710K | Ryan Johnson |
Apr 4/05 |
|
 |
|
| The purpose of FluidAE is to provide a simple, reliable, efficient,
and powerful platform on which user-friendly applications can
be quickly and easily developed. This platform has its own totally
customizable graphical user interface, and a unique API design.
It is in the early stages of development. Apr 4: Version 0.095:
Many major improvements and much progress on the IDE. See website
for details.
| |
| |
| GEN |
Eu Wiki |
22K | Ryan Johnson |
Feb 7/05 |
|
 |
|
| A CGI program written in Euphoria that provides a WikiWikiWeb
- a website where anyone can edit the pages, and links between
pages are automatically created. EuWiki makes it very easy to
create a dynamic website, especially for documenting programming
projects. Feb 7: bug fixes and enhancements
| |
| |
| WIN |
Alarm Clock |
5K | Bernie Somes |
Jan 15/02 |
|
 |
|
| Desktop alarm clock. Set it for any time, any day, or
set the snooze alarm.
| |
| |
| WIN |
Euphoria JFW Library |
41K | Louis Bryant |
Mar 26/06 |
3.00 |
 |
|
| This library allows Euphoria programmers to speak directly to JAWS,
a screen reader for the blind providing speech output. For more
information on this fabulous screen reader, visit
http://www.freedomscientific.com. Everything you need is included
in the package. Mar 26: This is only a minor upgrade. It has
the variable interrupt changed so you can easily include
it and translate it to C without any errors.
| |
| |
| WIN |
Easy Web Server |
27K | Louis Bryant |
Dec 5/06 |
1.20 |
 |
|
| This program allows you to host your own Web Site on your own computer.
It allows multiple connections, CGI apps, and is open-source.
Simply double-click to run, and host and/or customize away! Dec 5: New
in this version is the ability to have your CGI programs receive
one file at a time of any file type of any size.
| |
| |
| GEN |
Camel Game |
4K | Louis Bryant |
Jan 28/05 |
|
 |
|
| Camel is his second game written in Euphoria. It can be run on all
platforms. You can modify and redistribute it as you wish.
| |
| |