Home What Is Euphoria? Documentation News EUforum Download Euphoria Donate
Recent User Contributions The Archive Other Euphoria Web Sites RDS Development Related Books & Software
The Archive

Internet

GEN Kanarie Template System Library 1.8b 30KTommy Carlier Oct 24/06 this program has happy users! 31.10 click here to update this entry
The Kanarie Template System (KTS) is a mechanism to generate text-based content (HTML, XML, CSV, ...) from data, via templates. Oct 24: Fixed a bug that caused a memory leak (thanks to Andy Serpa).
 
WIN TCP Socket Library 30KJason Mirwald Dec 16/02 this program has happy users! 13.00 click here to update this entry
A full library for asynchronous TCP socket communication. It has been used to write an IRC client, IRC bot, an IM (instant messaging) client and server, and a web page server. He makes good use of some support libraries by Chris Bensler. Dec 16: a bug in tcp_gethostname() was fixed
 
WIN euTCP4u TCP Library 50KRay Smith Apr 16/02 this program has happy users! 9.75 click here to update this entry
A Euphoria library that allows downloading of Web pages and creating sockets programs using TCP. It includes sample programs and documentation. Apr 16: a bug fix, some docs updated
 
WIN eulibcURL 82KRay Smith Dec 14/05 this program has happy users! 6.90 click here to update this entry
A Euphoria wrapper for libcURL - an Internet protocol transfer library. Your Euphoria program can use this to download Web pages and other files from the Internet. It's better in many ways than his earlier euTCP4u. It has password support, progress callbacks, header callbacks and error message support. Dec 14: RDS added some necessary declarations for the CDECL calling convention. eulibcURL will now work correctly with the Translator and Borland C. (Previously, you needed exw, or the Translator and Watcom C)
 
WIN euLibnet 40KRay Smith Dec 14/00 this program has happy users! 6.25 click here to update this entry
A Euphoria library that lets you send and receive messages via TCP. It's based on Libnet. It allows multi-client servers and it comes with a demo chat server that sends messages to all clients connected to it. Dec 14: several new network functions plus documentation
 
WIN GalleryMaker 75KTone Skoda 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 Wrapper for HawkNL 135KElliott Sales de Andrade Sep 3/02 this program has happy users! 5.50 click here to update this entry
A Euphoria wrapper library for HawkNL - a cross-platform, open-source, game-oriented network library. It supports Internet Protocol, IP Multicast, IP Broadcast, IPX Protocol, and Loopback. Sep 3: two bugs were fixed
 
WIN Web Server 44KDaniel Kluss May 28/03 this program has happy users! 5.00 click here to update this entry
A Web server with support for CGI, file security, retry on downloads, error log, and more.
 
WIN wrapper for Blat SMTP e-mail sending 6KMichael Raley Mar 14/05 this program has happy users! 4.50 click here to update this entry
This is a wrapper for the DLL version of the Blat command line SMTP mail utility. An alternative to the MAPI sendmail/sendfile library, Blat does not require another email client like Outlook express to be installed. Just a TCP connection to a valid SMTP server. Goto www.blat.net to get the latest version. Mar 14: added internal trim routines to prevent extra whitespace issues
 
WIN E-Mail Client 416KJordah Ferguson Apr 12/02 this program has happy users! 4.50 click here to update this entry
An impressive full-featured e-mail client. He hopes to get feedback so he can improve it. It uses Win32Lib, EDS, and RC4 data encryption. Apr 12: major new release - many new features, supports MIME standards, can send/receive any kind of attachment, and much more
 
WIN Wrapper for WinInet.dll 334KFabio Ramirez Apr 16/01 this program has happy users! 4.00 click here to update this entry
A library that provides easy use of FTP and HTTP functions supported by Microsoft's wininet.dll.
 
WIN URL moniker wrapper 3KMic Sep 8/03 this program has happy users! 3.50 click here to update this entry
This library wraps the URLDownloadToFile function in urlmon.dll, which is used to download content from the internet. An example and some brief documentation is included.
 
GEN CGI Support Routines 7KAku Apr 26/02 this program has happy users! 3.50 click here to update this entry
Some routines he made to help with CGI programming. Apr 26: some procedures renamed; new function listNames(); more error trapping; added English wrapper; fixed bug
 
WIN Network Game Engine 60KAndrew Dec 19/01 this program has happy users! 3.05 click here to update this entry
A program that makes it easy to play text-based games, either single-player or multi-player over a network (such as the Internet or a LAN). Games can also be played through a web browser by using the included CGI program on your Web server. No documentation yet, but try running playSUD.ex and typing 'test' as game name to play the included example game.
 
WIN XChat Plugin Interface 183KElliott Sales de Andrade Sep 20/03 this program has happy users! 3.00 click here to update this entry
Using the translator and Borland C, plugins can be created in Euphoria for XChat, a popular IRC client. There is an interface for XChat plugin functions, as well as a setup program for producing the correct C interface to XChat. Includes two sample plugins, with source. Requires version 2.4 of Translator and Borland C to compile.
 
WIN Popup Eliminator 186KRobert Swiston Mar 28/03 this program has happy users! 3.00 click here to update this entry
A program that eliminates all extra popup windows in IE and Netscape. Open your browser, then activate (right click on the icon in the systray) to begin searching for unwanted windows. PE will shut down everything that is added. Euphoria source program and .exe are included.
 
WIN Web Server 98KPeter Blue Nov 21/02 this program has happy users! 3.00 click here to update this entry
Web server software written in Euphoria. Run exw webserv1.exw, then point your browser at 127.0.0.1. He even supports a form of CGI. For details, visit his site.
 
GEN XML Parser 30KThomas Parslow (PatRat) Nov 4/02 this program has happy users! 3.00 click here to update this entry
EEBAX - Euphoria Event Based API for XML. An event-based XML parser used by his Marvin Jabber Client. It can be used to create XML. Nov 4: A bug that affected XML files with CDATA tags was corrected
 
WIN CGI Search Engine 89KGuillermo Bonvehi Mar 24/02 this program has happy users! 3.00 click here to update this entry
A simple search engine that he developed as a CGI program for a Web site.
 
WIN Asynchronous HTTP 17KPatRat Jun 6/01 this program has happy users! 3.00 click here to update this entry
An include file for asynchronous transfer of HTTP documents. Your program can do other things while a document downloads. You can also download multiple documents at the same time.
 
GEN CGI Support Libraries 20KGreg Haberek Aug 20/05 this program has happy users! 2.50 click here to update this entry
Two excellent CGI support libraries that were once lost from the Archive due to dead links. Greg had these buried on his computer and re-uploaded them. Authors: Buddy Hyllberg, B. Jackson Aug 20: Added REQUEST_METHOD to CGI.E
 
WIN Spider 8KDaniel Kluss Mar 1/04 this program has happy users! 2.50 click here to update this entry
A Web "spider". It browses web sites and downloads them, for possible use in a search engine. Mar 1: whole.e is now included
 
WIN Popup Gorilla 484KGreg Haberek Feb 3/04 this program has happy users! 2.00 click here to update this entry
A tool that kills those annoying pop-up ads that you get while browsing the Web. Feb 3: Now uses NSIS (Nullsoft Scriptable Install System)
 
WIN Internet Server 220KHawke' Dec 26/98 this program has happy users! 1.50 click here to update this entry
software that lets you set up an Internet server, written in Euphoria, on your machine. Note: you must use pkunzip -d, or WinZip. file restored Jan 17/02, thanks to PatRat
 
GEN EuNet 60KMichael J. Sabal Jul 8/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. Jul 8: Fixes to SMTP client.
 
GEN HTML Programming Library 236Kback_analys Jan 20/07 this program has happy users! 1.20 click here to update this entry
An HTML Programming Library for easy formatting of Web pages generated by your programs. This version includes all HTML 4.0 tags (he thinks). For questions mail to: back_analys at gmail.ru. Jan 20: 20.01.07 - v0.2.2 - changed open_header() procedure, added support for set cookies, etc.
 
WIN Easy Web Server 27KLouis Bryant Dec 5/06 this program has happy users! 1.20 click here to update this entry
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.
 
LNX Socket Library 3KJ. Brown Jun 17/03 this program has happy users! 1.00 click here to update this entry
A small library for using BSD sockets (sync and async) in Linux. It should also work in FreeBSD, although that has not been tested.
 
WIN Web Browser 181KAndrew Mar 22/02 this program has happy users! 1.00 click here to update this entry
A simple Web browser using Win32Lib. He's looking for people to help out with it.
 
WIN Telnet Protocol 30KMichael Raley Oct 5/00 this program has happy users! 1.00 click here to update this entry
Telnet.exw is a demo program based on winsock.ew, which reads & responds to various TELNET commands sent by a host server. A listing of all the TELNET commands plus an RFC document are included. You'll need win32lib.ew.
 
WIN pFTP 156KPete Lomax Nov 17/06 this program has happy users! 0.80 click here to update this entry
An open source Windows GUI FTP client. pFTP is self hosted, i.e. he used pFTP to upload pFTP to his web page.
 
GEN EU Web click/Download Counter 46KPete Stoner Nov 3/06 this program has happy users! 0.80 click here to update this entry
He wanted a click/download counter for a Web site. All the free ones he found used Perl/PHP etc. and he didn't want to install those on the server, so he wrote this basic one in Euphoria.
 
WIN Web Page Construction Tool 183KTrevor Dixon May 4/01 this program has happy users! 0.25 click here to update this entry
An impressive tool for making Web pages, programmed by a 12-year-old for a school project.
 
GEN LDAP Search 34KJean-Marc DURO May 31/17   click here to update this entry
Simple LDAP search functions in pure Euphoria (no DLL needed)
 
GEN REST API functions 3KJean-Marc DURO May 20/17   click here to update this entry
Two functions to parse or build REST API queries according to a template.
 
GEN libcurl 634KJean-Marc DURO Nov 10/16   click here to update this entry
A libcurl 7.50 wrapper which can deal with HTTPS, certificates, cookies. Version for Eu3. Should not be difficult to adapt to Eu4. -- Now with documentation and an example of an HTTPS connection with authentication with a CRSF token
 
WIN Internet Library 511KJean-Marc DURO Aug 8/16   click here to update this entry
Tone Škoda's Internet Library
 
WIN Windows Telnet Client 401KJean-Marc DURO May 15/16   click here to update this entry
Euphoria 3.1 version of his Telnet Client with minimal VT100 emulation. Bug corrections.
 
GEN Telnet Client 1159KJean-Marc DURO Nov 12/15   click here to update this entry
Third version of his Telnet library. Allows multiple connections. Now based on Overbyte's ICS pascal library ported to OpenEuphoria instead of Ararat Synapse pascal library. Telnet library is generic. Interactive terminal is Windows only and does minimal VT emulation. User manual provided. Tested on Windows Seven with AIO package.
 
WIN Snoop 257KJean-Marc DURO Mar 14/15   click here to update this entry
A small library to send and receive raw Ethernet frames (or to sniff traffic). Uses WinPcap 4.1.3 and a 32 bits Freepascal DLL (source and binary provided). Demo included. Update: GUI version with protection to avoid entering a wrong device name and crash.
 
GEN libzmq 733Kkapex01 Nov 5/13   click here to update this entry
Cross platform wrapper with examples for ZeroMQ. ZeroMQ is a socket library that acts as a distributed concurrency framework, with multi-language interoperability. Carries messages across inproc, IPC, TCP, and multicast. Nov 5: Update dlls. Add poke8 (for Euphoria 4.0)
 
WIN XML to Sequence 54KJean-Marc DURO Aug 31/13   click here to update this entry
An XML parser that converts any XML file into a Euphoria sequence. Straightforward: much simpler to use as eebax but can't manage huge files as eebax does. Uses OpenEuphoria standard fetch function. Demo included. For Euphoria 3 and up.
 
GEN wkhtml 1090Kkapex01 Jul 13/13   click here to update this entry
Cross-platform library wrapper with examples for wkhtmltopdf to allow generation of pdf files and multi page pdf books from HTML pages (remote urls and local files). Supports javascript in HTML pages and provides live links for generated pdf files.
 
GEN HTML Parser 35KJean-Marc DURO Sep 30/12   click here to update this entry
Helps extract data of an HTML file. Designed to compute Google Search or equivalent results. For Euphoria 4 and up.
 
LNX FTP Server 10KJean-Marc DURO Sep 24/12   click here to update this entry
Linux FTP Server, to be run as root. Works in active or passive mode. Can be very verbose. Check constant DEVICE before first run (eth0 by default). For Euphoria 4 and up.
 
LNX FTP Library 5KJean-Marc DURO Sep 10/12   click here to update this entry
An FTP library based on Michael J Sabal's work. Demo included. For Euphoria 4 and up.
 
GEN mongoose 1350Kras May 30/12   click here to update this entry
Cross platform embedded web server (requires Euphoria 4.1 with memstruct). Provides SSL, CGI, SSI, URL rewriting, access control lists. User defined route handling and Euphoria preprocessor HTML templates via shared library plugins.(also supports other language plugins via 'C' compatible interface)
 
GEN HTML Maker 13KRyan Mann Feb 13/10   click here to update this entry
HTML Maker is a program that allows a user to make simple HTML pages without knowing HTML. HTML Maker is meant to be ran from a text console or terminal session such as telnet or SSH. Currently, it asks the user for the title for their HTML page. Then, it allows the user to type the body of their HTML page. In the future, HTML Maker will have the ability to read in a text file and convert it to HTML.
 
GEN FTP stub 9KMichael J. Sabal Aug 20/09   click here to update this entry
There are currently some requests for an FTP client library. He doesn't have one yet, but he has some routines that he used in a project that took advantage of eunet.e for FTP client access. This is a raw copy/paste, so there may be elements from the project still embedded in the file. This cannot be used as is, but should provide a strong starting point for those wishing to implement an FTP library of their own.
 
WIN define words 973Kjacques deschęnes Oct 31/08   click here to update this entry
This program fills the words.edb database with definitions (see English dictionary user contribution). It uses wget to download from web the dictionary and parses the HTML for the definitions. See readme.txt for details. - modified to avoid repeated search for words not on the Merriam-Webster site.
 
WIN Ming (swf output) wrapper (alpha04) 414KGary Shingles Jul 24/08   click here to update this entry
Development snapshot of his efforts to wrap the ming.dll (Shockwave Flash) output library. Worth a look if you are interested in SWF development and/or helping to improve this effort. It is not ready for general use, but it can do some nifty stuff. DLL and source included. Jul 24: No change, transfer from external site
 
GEN Quick IMG tag generator 3KMarco Achury May 12/08   click here to update this entry
Generate a simple HTML file with IMG tags for all image files in the current directory. Useful as base to quickly generate photo albums, catalogs, etc. May 12: Now can manage files with many different extensions at the same time, and optionally can run as cgi-bin.
 
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."
 
GEN HTML Parser 77KTone Skoda 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 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.
 
LNX Sushi stomper 4KChrisBurch3 Oct 21/07   click here to update this entry
Similar to BlockHosts and denyhosts, this program will deny ssh brute force attempts to your linux computer. Run as a cron job (30 minute intervals). Bind it and install it, and the get_tail script, into /usr/bin. Feedback on this one appreciated. A lot simpler to write than the python version! Readme in the source. Make sure ssh_get_tail is executable.
 
DOS CSS Generator 222KFred Mangan Mar 16/07   click here to update this entry
An "Editor" to help quickly generate a basic CSS style sheet. Source code included so you can adjust to your requirements. Easy to use.
 
WIN SNTP time library 50KBrett Pantalone May 9/06   click here to update this entry
Euphoria libraries for building a Simple Network Time Protocol (SNTP) client. Includes routines for getting time from a server, reading and setting the Windows system clock, plus other useful time and date functions.
 
GEN console ip subnet calculator 52Kalban read Mar 5/06   click here to update this entry
Displays details about an ip subnet such as the broadcast address and the number of hosts available.
 
WIN GetAdaptersAddresses wrapper 6KPete Stoner Mar 4/06   click here to update this entry
A wrapper for Windows (XP or later) GetAdaptersAddresses function. It returns a sequence containing adapter name, 'Friendly' name (name shown in Network connections folder), description, MAC address etc, for each adapter found in the system. See also Brian Brokers GetAdaptersInfo wrapper Mar 4: rewritten to remove dependencies on external libraries (special thanks to Jacques Deschęnes for showing how to do this)
 
WIN Trace route 1Kalban read Feb 18/06   click here to update this entry
A minimal trace route example in Euphoria. Trace to any IP address using the Microsoft ICMP.DLL.
 
WIN rssget 368KJuergen Luethje Feb 6/06   click here to update this entry
Download RSS feeds and convert them to e-mails. Porting the program to Linux should be easy (see file "platform.txt" in the ZIP archive).
 
GEN EuSP (beta) 557KAlex Chamberlain Dec 19/05   click here to update this entry
A Euphoria/HTML preprocessor for server-side use. Source Available on request. Linux and Windows Bound Executables are included free.
 
WIN Sockets library 16KBrett Pantalone Aug 14/05   click here to update this entry
Euphoria wrapper for Winsock 2 function library. Includes functions to display winsock error codes as English text descriptions. A "chat" demo is provided. The library uses ws2_32.dll, and the demo requires Win32Lib.ew.
 
GEN euXML 2.5 26KRene Conijn Aug 9/05   click here to update this entry
euXML is a library to work with XML in Euphoria. Work with easy functions and use an xPath-like language to go to a tag in your XML document. Aug 9: fixed bugs in solve_xPath and in setXML.
 
GEN CGI Calendar 59KH.W. Overman Jun 18/05   click here to update this entry
A CGI program that displays a calendar.
 
WIN Magic Packet Utility 4KAndrew Hall May 31/05   click here to update this entry
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.
 
LNX EuExpat for Linux ver. 0.1.2 13KDamien "damo" Hodgkin May 27/05   click here to update this entry
For parsing XML files. It's far from complete. Check it out and let him know what you think. This version uses libexpat.so in /usr/lib, but can be easily changed to use a different location. This version is early beta. May 27: Removed non-working functions. Code clean ups.
 
WIN SOCKS Firewall Communication 40KMario Steele May 9/05   click here to update this entry
This library is a Layer Library to help programmers make internet connections to servers, through SOCKS capable firewalls. It supports SOCKS4/SOCKS5 protocols, and isn't fully tested.
 
GEN Eu Wiki 22KRyan Johnson Feb 7/05   click here to update this entry
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 EuDial 30KWolfgang Fritz Nov 13/04   click here to update this entry
Five example programs that initiate Dial Up Networking to connect to your ISP, and four simpler Dialog Box demos. Nov 13: EuDial'r 'fix' handles Japanese (cp932) error messages.
 
WIN Internet Library 500KTone Škoda Oct 21/04   click here to update this entry
Wrappers for wininet.dll, to manipulate Internet files and sites. He made functions which are simple to use.
 
WIN Jungle Monkey 8KWilliam Heimbigner Aug 24/04   click here to update this entry
Based on 'Spider' by Daniel Kluss, Jungle Monkey swings its way around the web for you, while avoiding the branches you don't want.
 
WIN Port Forwarder 398KMario Steele Jul 14/04   click here to update this entry
A full fledged Port Forwarding program. Easy to use, it's primary function is to listen for ports assigned by the user on the host machine, and forward them to either a computer on the local network, or on the internet. Includes all necessary libraries to run.
 
WIN ABCmyFavs 4KWilliam Heimbigner Jun 26/04   click here to update this entry
Quickly and efficiently alphabetizes your favorites in Internet Explorer. Only tested on Windows 98SE and XP. WARNING: This will change your registry.
 
WIN Remote Desktop System 371KMario Steele Mar 26/04   click here to update this entry
This is the beginnings of a Remote Desktop system, developed on the basis of operation behind a Router. Developed with Win32lib, Win32dib, String Tokenizing v2.1, ZLib, and TCP.ew
 
LNX Simple SMTP Library 5KPeter Blue Jan 17/04   click here to update this entry
A simple, standalone SMTP library for automated mailing lists. Uses J. Brown's socket library (Included). Just 2 settings: SMTP-host and your email address. Test program supplied.
 
WIN Grabber 269KMrTrick Nov 1/03   click here to update this entry
Grabber, an HTTP/Local batch file transfer and renaming utility. In english, if you have a series of files to download with sequential names, this is the app for you! It can rename the files as you download them, and split into directories.
 
GEN HTMLib 6KNahuel Carballo Oct 4/03   click here to update this entry
A library for saving html pages in Euphoria. Oct 4: Fixed a lot of bugs
 
WIN Stock Ticker 200KTom Janes Apr 2/03   click here to update this entry
A Euphoria program that displays up-to-the-minute stock market indexes. (no source) Apr 2: more advanced, and lets you include your own Stock Portfolio.
 
WIN TCP Demos 21KRobert Szalay Mar 31/03   click here to update this entry
Demos for using tcp.ew v2.42 or later by Jason Mirwald. Requires Win32Lib.
 
GEN HTML builder 2KTapani Talvitie Mar 10/03   click here to update this entry
A program that helps with updating your website when PHP isn't supported by your service provider.
 
WIN CGI parser 19KGregg Somes Sep 6/02   click here to update this entry
A tool that he uses to process HTML forms. He has a Windows system with Apache Web server and Outlook Express. Sep 6: minor improvements
 
GEN Base64 and Quoted Printable 3KPete Lomax Jul 3/02   click here to update this entry
Routines for encoding/decoding Base64 and Quoted Printable. These formats are often used in e-mail messages.
 
WIN Meta-tag Generator 3KRobert Szalay Jun 12/02   click here to update this entry
A simple meta-tag builder. Use it to build meta-tags for your site for search engine indexing. Jun 12: bug fix
 
WIN Ping and Trace-Route 3KAlexander Karpeev Apr 17/02   click here to update this entry
An add-on library for EuTcp4u. It has two functions: ping and trace-route. He has also included two examples of how to use this library.
 
WIN WinMXnap 4KChris Bensler Dec 2/01   click here to update this entry
a utility for the winMX file sharing program. It downloads a list of OPENNAP protocol servers, from Napigator.com, and generates a data file that winMX can use. The author claims this is 100x better than similar programs.
 
WIN AmpTicker 742KCassidy Napoli Oct 30/01   click here to update this entry
A program that gets the currently playing song from Winamp and creates bitmaps and/or gifs out of it.
 
WIN Cutrex Server 223KLuis Campos Oct 11/01   click here to update this entry
A Client/Server Chat program based on euLibnet by Ray Smith.
 
WIN Marvin Jabber Client 591KPatRat Aug 19/01   click here to update this entry
A client for the Jabber Instant Messaging network written using Euphoria. Fully skinable using an XML skin format. Check out the Download page, and the CVS source code page
 
WIN Send E-Mail Messages 8KMichael Raley Aug 19/01   click here to update this entry
An include file that allows programs to route messages and files via e-mail. An enhanced version of the e-mail demo in euphoria\demo\win32. Aug 19: Send to multiple recipients and have multiple attachments per message. A separate version of the library was added to support GroupWise. Some bug fixes.
 
WIN Psion E-mail Handler 5KDavid Aldred Jun 2/01   click here to update this entry
A program that scans a directory for appropriately formatted text files and passes them by MAPI to the installed email software. It also recognises files in Psion Series 3a/c/mx handheld computer Word format.
 
WIN Chat Server and Client 21KAndrew May 7/01   click here to update this entry
A chat server and chat client. It requires win32lib and euLibnet. It will let you chat and send popup messages and files. May 7: File sending works for all types of files, you can change your nickname, bug fixes.
 
WIN Chat Server & Client 331KNorm Walcott May 2/01   click here to update this entry
Norm developed this Enhanced GUI version of a chat program originally written by Andrew
 
WIN Wrapper for ICMP 17KFabio Ramirez Apr 16/01   click here to update this entry
A library that lets you ping another computer to see if it's up.
 
WIN EuFTP4w FTP Library 62KRay Smith Jan 25/01   click here to update this entry
A wrapper for Ftp4w. It allows logging in to an FTP server, getting directory details, uploading and downloading files, creating/deleting directories etc.
 
GEN Web Site Generator 28KDavid Cuny Sep 15/00   click here to update this entry
A tool that David built to generate his Web site.
 
GEN HTML Table Maker 1KAidan Bindoff May 20/00   click here to update this entry
A tool that helps you to make a table in HTML.
 
DOS Convert Text Files to Web pages 32KDB James Nov 24/99   click here to update this entry
A utility that will convert a text file into a series of linked Web pages.
 
DOS Sample Code for CGI Programming 5KIrv Mullins Sep 28/99   click here to update this entry
Some useful Euphoria CGI code that Irv used on his server machine.
 
DOS Euphoria Channel for NeoPlanet 1KAdam Weeden Apr 14/99   click here to update this entry
a set of Euphoria links to use with the NeoPlanet browser.
 
DOS Base 64 Decoder 1KDaniel Johnson Sep 28/98   click here to update this entry
a decoder for base 64 e-mail attachments.
 
WIN Connect to a Web page 34KDaJaRo Sep 21/98   click here to update this entry
a Win32Lib-based demo that shows, among other things, how to display a Web page from a program.
 
WIN File Transfer Protocol (FTP) 30KDaniel Berstein May 27/98   click here to update this entry
Uses David Cuny's Win32Lib and Microsoft's WININET.DLL in a program for uploading or downloading files using FTP.
 
WIN Download Files using FTP 16KMonty King Feb 26/98   click here to update this entry
a program that starts up the FTP command. It downloads a file from the Internet.
 
 
This site is maintained by Robert Craig and Junko C. Miura of Rapid Deployment Software