ABNF Parser |
abnf-parser.r documentation | v:1.0.1 21.8 KB 11 Mar 2013 | Parse ABNF rules as found in IETF RFC documents. author: Brett Handley |
Import and Validate User Input |
filtered-import.r documentation | v:0.1.1 10.9 KB 5 Jun 2007 | Filters user input based upon a given spec author: Christopher Ross-Gill |
Minify |
minify.r documentation | 1.3 KB 21 Aug 2012 | Strips Whitespace and Comments from a Script author: Christopher Ross-Gill |
REBOL Standard Document Formatter |
make-doc.r documentation | v:0.9.0 9.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
Converts very simple text file format into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. Does the formatting
so you can focus on the hard part: the words. author: Carl Sassenrath |
REBOL Parse Rule Parser |
parserule-parser.r documentation | v:1.0.2 12.5 KB 9 Mar 2013 | Parse REBOL Parse Rules. author: Brett Handley |
Reversi |
reversi.r documentation | v:2.3.0 31.3 KB 27 Mar 2006 | Reversi / Othello author: Vincent Ecuyer |
REBOL Diff and Patch functions |
reboldiff.r documentation | v:1.1.1 11.5 KB 29 Jul 2005 | Implements diff and patch in REBOL. Allows you to see
differences between text files. author: Gabriele Santilli |
Recursively scan directory |
scan-dir.r documentation | 2.0 KB 9 Oct 2008 | Scans a directory recursively and returns path to all files in a block. Allows file matching and a callback function per file. author: Henrik Mikael Kristensen |
Example Text Document |
textdoc.r documentation | 2.9 KB 13 Mar 2003 | Creates an example for text-to-html doc language.
Shows how natural and readable it is -- the reason we
prefer it for writing our how-to documentation. author: Carl Sassenrath |
Bingo Board |
bingo.r | 3.7 KB 12 Jan 2011 | Commercial bingo boards cost several thousand dollars. We hook this up
to a projector and use it to run Bingo for a non-profit organization :) author: nick |
Color Match |
colormatch.r | v:1.0.0 4.7 KB 13 Mar 2003 | To illustrate the three basic principles of educational objects.
1. objective: a target outcome, task or pattern.
2. experience: an interface that allows students to build relationships to the concept.
3. evaluation: integrated data collector and organizer for evaluation.
This EO was first introduced in 1987 to students building scripts to animate graphics over video. author: Scot M. Sutherland |
Calculese |
calculese.r | v:1.0.0 4.7 KB 14 Oct 2004 | A dialect for creating calculators. author: Ryan S. Cole |
CouchDB Client |
couchdb3.r | v:0.0.11 11.5 KB 22 Jan 2010 | Use couchdb as a datastore ( http://couchdb.apache.org/ ) author: Ingo Hohmann |
Codec: GZip compressed data |
codec-gzip.r | v:1.0.0 11.6 KB 2 Mar | [no purpose header found] author: Annick ECUYERnew: 2-Mar-2025 |
Dir-map explorer |
dir-map-explorer.r | v:0.1.2 5.6 KB 13 Mar 2003 | to work with directory maps generated by %dir-mapper.r script author: Oldes |
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 |
Garmin GPS protocol handler |
garmin-protocol.r | v:0.4.2 18.7 KB 12 Dec 2004 | Garmin eTrex Legend protocol handler author: Piotr Gapinski |
gunzip |
gunzip.r | v:1.0.0 4.1 KB 30 Dec 2004 | Decompresses gzip archives. author: Vincent Ecuyer |
Herd The Sheep Game |
herd-the-sheep.r | 3.7 KB 10 Feb 2013 | Inspired by the LiveCode Sheep Herder game (advertised because it
was conceived and completed within 3 hours, 18 minutes). This quick
implementation took 17 minutes to create, using REBOL :) Also available
at:
http://re-bol.com/examples.txt author: Nick Antonaccio |
IEEE-32 |
ieee.r | v:0.0.2 2.8 KB 28 Jan 2004 | Provides conversion to and from IEEE-32 float (binary) author: Piotr Gapinski |
Jukebox - Wav/Mp3 Player |
jukebox.r | 3.0 KB 20 Aug 2009 | Play .wav and .mp3 files from a selection list.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
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 |
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 |
NIST clock |
nistclock.r | 3.6 KB 14 Nov 2012 | Get the current time using the NIST service.
Defines NIST-TIME, NIST-CORRECTED-TIME and SET-SYSTEM-TIME functions.
Uses a GUI to display and (eventually) set system time. author: Ladislav Mecir |
Number Verbalizer |
number-verbalizer.r | 3.1 KB 13 Mar 2010 | Converts number values to their spoken English equivalent.
(i.e., 23482194 = Twenty Three million, Four Hundred Eighty
Two thousand, One Hundred Ninety Four ). This code was
created for a check writing application, but is perhaps
useful elsewhere. The algorithm was partially derived from
the article at http://www.blackwasp.co.uk/NumberToWords.aspx [...] author: nick |