Indexing |
indexing.r | v:1.0.0 3.9 KB 3 Mar 2013 | Indexing of values. author: Brett Handley |
Input via CGI |
input-cgi.r | 721 bytes 13 Mar 2003 | Get CGI input with either POST or GET author: Mike Yaunish |
IP Addresses |
ipaddress.r | v:1.0 2.9 KB 8 Dec 2006 | How to know local and wan addresses with Rebol author: François Jouen |
Mandelbrot fractal ASCII renderer, integer version for Rebol, Red and World |
int-mandelbrot.r | v:1.0.0 1.9 KB 29 Dec 2013 | Show a Mandelbrot fractal on the console author: Marco Antoniazzi |
Iconic Image Browser |
icon-browse.r | v:1.1.1 4.7 KB 29 May 2004 | Browse a directory of images using a scrolling list of icons.
Displays a progress bar while icons are being created. author: Carl Sassenrath |
Jigsaw Puzzle - press SPACE bar to view original image |
jigsaw-puzzle.r | 1.9 KB 20 Aug 2010 | Chop a selected image into a selected number of pieces, and then
drag/drop the pieces to reassemble the original image. author: nick |
clipboard handler |
klipper.r | v:0.2.0 1.9 KB 18 Feb 2005 | Share clipboard between Linux/KDE klipper and Rebol author: Piotr Gapinski |
Keyboard Trener |
keyboar-trener.r | v:1.0.0 3.8 KB 25 May 2007 | Learn to write rebol words faster without looking at keyboard. author: Karol Gozlinski |
Kindle Email CGI Script |
kindle-email.cgi | 6.1 KB 6 Nov 2011 | This is a super simple email program which you can run on your web server
to provide email access (read, send, delete, etc.) to multiple accounts, using
the simplest of browsers. This was written to be used on a Kindle with 3G
access, and was actually written and implemented entirely on that Kindle,
using nothing more than my console.cgi [...] author: nick |
keyboard input sequencer |
keyb.r | v:1.0.0 939 bytes 13 Mar 2003 | a replacement for the missing keyboard input sequences table in REBOL/Core User Guide Version 2.3, Appendix C-4 author: viktor pavlu |
REBOL Directory Services Lookup |
lookup.r | v:1.1.0 3.7 KB 13 Mar 2003 | Provides a simple but effective directory server for
peer-to-peer and other types of REBOL applications.
Can be installed on any CGI webserver. author: Carl Sassenrath |
VID LIST-VIEW Face |
list-view.r | v:0.0.28 33.2 KB 16 Jan 2013 | General purpose listview with many features for use in VID. author: henrik mikael kristensen |
List Widget Example |
list-widget-example.r | 5.0 KB 10 Jul 2010 | This examples demonstrates how to use REBOL's native GUI list
widget to manage a grid of data values. Columns can be sorted
by clicking the headers. Individual values at any column/row
position can be edited by the user (just click the current value).
Entire rows can be added, removed, or moved to/from user-selected
positions. [...] author: nick |
Linked Layout Demo |
linked-layouts.r | v:0.0.1 2.0 KB 11 Oct 2003 | Shows how to link layouts so when a main window moves, the
others stay in the same relative position to it. author: Gregg Irwin |
Little Email Client |
little-email-client.r | 793 bytes 1 Sep 2009 | A very small graphical email client that can be used to send and receive messages.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Logging Framework For Rebol |
log4reb.r documentation | v:2.0.6 10.8 KB 19 Feb 2006 | Logging within the context of program development constitutes inserting statements
into the program that provide some kind of output information that is useful to the developer.
Examples of logging are trace statements, dumping of structures and the familiar 'prin or
'print debug statements. log4reb offers a hierarchical way to insert logging statements within
a [...] author: Francois Vanzeveren |
Logviewer |
logviewer.r | 16.0 KB 13 Oct 2006 | Monitor log files. Please read included readme for further information author: Daniel Szmulewicz |
Load-header |
load-header.r | v:0.0.1 538 bytes 28 Nov 2003 | Load a Rebol header without evaluating it author: Romano Paolo Tenca |
Check for REBOL Pro Features |
licensed.r | v:1.0.0 612 bytes 13 Mar 2003 | An example of how to detect View/Pro and Command special features. author: Carl Sassenrath |
REBOL Memory Stats |
mem-stats.r | 1.8 KB 13 Mar 2003 | Print out statistics for memory usage. (Command only.) author: Carl Sassenrath |
md5sum in REBOL |
md5sum.r | 1.1 KB 7 Apr 2010 | Demonstrate streaming checksums combined with seek mode. Prints the
MD5 checksum for each file given as command-line argument in a format
that is compatible with the commong md5sum(1) utility. author: Andreas Bolka |
Email Headers |
mailheader.r | 699 bytes 13 Mar 2003 | Send email with a custom header. author: [unknown] |
Mass mailer |
massmailer.r documentation | v:2.3.24 6.1 KB 15 Feb 2011 | Mass emailng the world! author: Massimiliano Vessi |
Email Auto-reply |
mailautoreply.r | 1.1 KB 13 Mar 2003 | This example confirms email received from
friends only. All others will be ignored. 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] |