Library history - console version |
lib-history.r | v:0.1.1 2.1 KB 13 Mar 2003 | To display recent Rebol library uploads author: Oldes |
Line Intersection Demo |
line-intersection-demo.r | v:1.0.0 1.7 KB 10 Jan 2004 | Demonstrate an algorithm used to detect an intersection between two line segments. author: Claude Precourt |
Listview Demo |
listview-demo.r | 1.2 KB 25 Nov 2010 | A demo of the listview control by Henrik Mikael Kristensen.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
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 |
Load-Parse-Tree (Parse-Analysis) |
load-parse-tree.r documentation | v:2.0.1 8.5 KB 5 May 2013 | Load a block structure representing your input as matched by Parse. author: Brett Handley |
Log |
log.r | v:1.0.0 709 bytes 19 Jul 2003 | Logs Rebol values to a file. author: Andrew Martin |
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 |
Looping though data |
looping-through-data.r | 2.0 KB 29 Jun 2008 | An example application that demonstrates how loop structures
can be used to step through lists of data.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Looping through data GUI |
looping-gui.r | 1.4 KB 29 Jun 2008 | An example demonstrating how to accomplish goals similar to the
'Looping through data' demo, using GUI techniques.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
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 |
Shared lib example |
libtest.reds | v:0.0.1 1.5 KB 1 Jan 2014 | This is a simple example of a shared library, written in Red/System. author: Marco Antoniazzi |
Play AVI Video with MCI |
mci-play-avi-.r | 1.1 KB 9 Nov 2009 | Demonstrates how to play AVI video files using Windows API mciExecute.
(Video codec in demo video is MS-CRAM (Microsoft Video 1), audio is PCM).
For more information about mciExecute commands, Google multimedia
command strings and see:
http://msdn.microsoft.com/en-us/library/dd743572(VS.85).aspx
Taken from the tutorial at http://musiclessonz.com/rebol.html [...] author: [unknown] |
Who wants to be a Millionaire |
millionaire.r | v:1.0.2 4.9 KB 3 Jan 2014 | Who wants to be a Millionaire game author: Massimiliano Vessi |
Email a Web Page |
mailpage.r | 418 bytes 13 Mar 2003 | Send a web page. (simple) author: [unknown] |
Gradient Colorize Examples |
my_grab.r | v:0.0.1 2.8 KB 13 Mar 2003 | Trying to Auto DL weather maps on 30min. intervals from: http://wwwghcc.msfc.nasa.gov/cgi-bin/get-goes?satellite=Global Composite&x=0&y=0&map=none&zoom=1&width=1000&height=500&quality=100 author: Tesserator |
REBOL to POLAND ICM METEO map interface |
meteomap-poland.r | v:1.4 4.9 KB 4 Feb 2004 | Show meteo maps for Poland (Central Europe) author: Piotr Gapinski |
Make Object |
make-object.r | v:1.0.0 1.1 KB 13 Mar 2003 | Scans a Spec looking for set-word! inside them,
then stuffs them in the object spec with none. author: Andrew Martin |
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 |
MakeDoc 2 - The REBOL Standard Document Formatter |
makedoc2.r documentation | v:2.5.7 17.0 KB 10 Mar 2007 | This is the official MakeDoc document formatter that is used by
REBOL Technologies for all documentation. It is the fastest and
easiest way to create good looking documentation using any text
editor (even ones that do not auto-wrap text). It creates titles,
headings, contents, bullets, numbered lists, indented examples,
note blocks, and more. For documentation, [...] author: Carl Sassenrath |
Map |
map.r | v:1.4.1 1.9 KB 13 Mar 2003 | Maps or applies the function to all elements of the series. author: Andrew Martin |
Markdown entry for R3 |
markdown-rebol3.r | v:4.0.12 4.2 KB 7 Jan 2013 | make markdown entry from defined words,
example: my? append (then you can paste directly (CTRL+V),
see https://github.com/hostilefork/r3-hf/wiki/Random)
This works with Rebol3 author: Massimiliano Vessi |
Markup language Dialect parser |
mdlparser.r discussion documentation | v:0.0.2 32.2 KB 5 Feb 2005 | To personally study the practicallity of Rebol
being used as bridge between browsers and markup languages. author: daniel murrill |
Mass mailer |
massmailer.r documentation | v:2.3.24 6.1 KB 15 Feb 2011 | Mass emailng the world! author: Massimiliano Vessi |
MD5 Message-Digest Algorithm |
md5.r | v:2.0.1 6.2 KB 16 Dec 2012 | Returns a MD5 message digest of an input string as a binary! author: Marco Antoniazzi |