Quick Email Sender |
emailer.r | v:1.0.4 2.2 KB 13 Mar 2003 | A simple GUI example of an email sender. author: Carl Sassenrath |
esend - smtp client |
esend.r | v:0.1.0 3.2 KB 2 Jul 2003 | A modified version of 'send for ESMTP author: RT, G. Scott Jones |
FTP Tool |
ftp-tool.r | 6.4 KB 14 Sep 2009 | Full featured FTP application.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
HTML Form Server |
formserver.r | 1.7 KB 30 Dec 2013 | Creates a web server which serves an HTML form, and then
processes the data input by users. This can be useful when tallying
information from users on a Local Area Network. The users can use
any device (iPhone, Android, netbook, etc.) to enter information into
a shared system, as long as the device has a basic web browser
and [...] author: nick |
Feedback |
feedback.r | v:1.0.0 2.3 KB 13 Mar 2003 | Sends feedback to REBOL Technologies. author: Carl Sassenrath |
File globbing module and dialect |
file-list.r discussion documentation | v:0.0.2 30.2 KB 19 Oct 2006 | Given a file spec, and optional criteria for date, size,
and attributes, the FILE-LIST function returns a block of
files that match the spec and criteria.
It is also a test-bed for how to integrate dialects with
one-another. There are sub-dialects for date, size, and
attribute tests, and FILE-LIST encapsulates those, along [...] author: Gregg Irwin |
FMOD library interface |
fmod-h.r | v:0.9.0 177.5 KB 5 Nov 2011 | Code to bind FMOD shared library to Rebol. author: Marco Antoniazzi |
GLES and EGL library interface |
gles-egl-h.r | v:0.6.2 139.2 KB 28 Apr 2020 | Use modern OpenGL with shaders author: Marco Antoniazzi |
Demo Msx Emulation Galaga |
galaga.r | v:1.0.1 88.5 KB 28 Feb 2007 | MSX Emulation using rebcode author: Guest2 |
Half-life log parser |
hllogparser.r | 5.8 KB 4 Mar 2004 | Allows a rebol script to parse server logs from the game: Half-life author: Cal Dixon |
Hide E-Mail Addresses by using Javascript |
hide-email-addresses.r | v:1.0 2.5 KB 3 Jun 2005 | This will take a web page and find all the mailto:aaa@bbb and
convert the addresses to variables for use in Javascript. This
effectively 'hides' the addressess from webbot e-mail address
harvesters.
Note: This script expects the opening tag (<a href="mailto:...">)
and the closing tag (</a>) to be on one or at [...] author: Gordon Raboud |
IMAP Handler |
imapx-handler.r | v:0.0.2 36.8 KB 30 Mar 2006 | Add some RFC3501 (full imap) behaviour to the imap scheme. author: rt & ingo hohmann |
List FTP upload |
listftpupload.r | v:1 1.5 KB 13 Mar 2003 | FTP upload multiple files using login and password.
Supports a full upload or partial for updates
from lists in %sitedata.reb and %siteupdate.reb. author: Elliott Olson |
Handy Server Monitor Window |
monitor.r | v:1.0.0 2.8 KB 13 Mar 2003 | A handy script that monitors various servers (such as
web and email servers) and displays them in a nice little
status window. author: Carl Sassenrath |
make-word-list |
make-word-list.r documentation | v:1.0.0 16.5 KB 2 Apr 2007 | Makes a list of words from a string author: peter |
Mass mailer |
massmailer.r documentation | v:2.3.24 6.1 KB 15 Feb 2011 | Mass emailng the world! author: Massimiliano Vessi |
Mini virtual and x86 machine dll to speed-up calculations a bit |
mini-reb-vm.r | v:0.1.1 41.1 KB 24 Feb 2019 | speed-up calculations a bit. author: Marco Antoniazzi |
Deluxe Email Spam Killer |
maildespam.r | 1.7 KB 13 Mar 2003 | This is an example of a simple email filter that
removes unwanted junk mail from your mailbox. author: [unknown] |
Email Send With CC |
mailcc.r | 718 bytes 13 Mar 2003 | Example of how to include CC addresses on an email
header. author: [unknown] |
Sort by multiple keys |
multiple-key-sort.r discussion | v:1.1.1 2.4 KB 17 Apr 2006 | Function to sort series with more than one field per record, by multiple keys, in any position and in ascending
or descending order each one of them. author: Cesar Chavez |
REBOL news Protocol $Revision: 1.8 $ |
nntp.r | v:1.8.0 20.7 KB 13 Mar 2003 | Read and post news articles author: Jeff Kreis |
National Instruments Rebol Wrapper |
nidaqmx | v:1.0 180.9 KB 19 Sep 2008 | A wrapper allowing to use National Instrument DAQmx base library with Rebol author: Francois Jouen (ldci) |
National Instruments Rebol Wrapper |
nidaqmax3-6.r | v:3.6 176.8 KB 25 Feb 2013 | A wrapper allowing to use National Instrument DAQmx base (3.6) library with Rebol author: Francois Jouen (ldci) |
object to xml converter |
object-xml.r | v:1.1.0 4.1 KB 16 Oct 2010 | Takes the output and/or object format from xml-object.r by Brian Wisti and Gavin F. McKenzie and formats it back into xml. See also xml-parse by the same authors to provide the input from an xml file to xml-object.r. author: James Nakakihara |
OpenGL library interface |
opengl-glu-glut-h.r | v:0.7.2 125.5 KB 25 Apr 2013 | Code to bind OpenGL, GLU, GLUT shared libraries to Rebol. author: Marco Antoniazzi |