Multi-methods implementation |
multi-methods.r | v:1.4.0 9.0 KB 11 Apr 2005 | Implements polyformism using multi-methods technique and typed objects author: Jaime Vargas |
Native Mac OS X requestors |
mac-requestors.r | 4.8 KB 28 Jun 2009 | A set of eight Mac OS X native requestors that approximate and extend the functionality
of the REBOL request* functions. author: Ashley G Truter |
The index takes it all |
nicer-urls.r documentation | v:0.1.0 3.3 KB 17 Sep 2012 | This is my REBOL version of the php script
from http://www.alistapart.com/articles/succeed/ author: Arnold van Hofwegen |
REBOL Blogger |
new-blog.r discussion | v:1.4.1 39.0 KB 11 Jul 2007 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
AIOE Newsgroup Test |
newsgroup.r | v:1.0.0 13.3 KB 8 Mar 2008 | - an application of NNTP protocol
- and an introduction AIOE.org author: R.v.d.Zee |
Native requestors |
native-requestors.r | 8.8 KB 15 Jul 2009 | Replaces a number of REBOL requestors with native equivalents.
Windows requires COMLib.r from http://anton.wildit.net.au/rebol/os/windows/COMLib/
REQUESTOR Mac Win
alert Y Y
confirm Y Y
request Y Y
request-color Y N
request-date N N
request-dir Y Y
request-download N N
request-file N N
request-list Y N
request-pass Y N
request-text Y Y
say [...] author: Ashley G Truter |
BMP to PNG |
oneliner-bmp-to-png.r | v:1.0.0 575 bytes 20 Jul 2003 | Reads all .bmp files in a directory and saves them out as .png files. author: Bohdan Lechnowsky |
Parse & Display Of The Core23 Manual |
parse-core23-manual.r | v:1.0.1 16.9 KB 26 Sep 2007 | a parsing exercise author: R. v.d.Zee |
Block preprocessor. At last! |
preprocess.r | v:0.5.1 6.5 KB 20 Aug 2011 | Use macros (also with parameters) in your code author: Marco Antoniazzi |
Patches |
patches.r | v:1.4.0 5.6 KB 14 Nov 2003 | Various patches to Rebol. author: A J Martin |
PhotoPoint |
photopoint.r | v:0.4.1 17.4 KB 13 Mar 2007 | Combine GPS tracklog and jpeg/exif files to find out where digital photos were taken author: Piotr Gapinski |
POINT OF SALE SYSTEM |
pos.r | 12.6 KB 14 Mar 2010 | This is a point of sale system (sales checkout, receipt printer, and data
storage system) written using RebGUI. It may help provide some basic
insight into the workings of RebGUI. Actually, the majority of this code
manages user workflow - saving/retrieving receipts. The RebGUI parts are
simple and short.
Note that the username [...] author: nick |
Porter Stemming Algorithm |
porterstemming.r | v:1.0.1 14.2 KB 2 Apr 2009 | Applies the Porter Stemming algorithm as presented in:
Porter, 1980, An algorithm for suffix stripping, Program,
Vol. 14, no. 3, pp 130-137. author: Dale K. Brearcliffe |
printf and sprintf implementation |
printf.r | v:1.0.1 2.8 KB 6 Jun 2006 | Wrapper for the printf and sprintf C routines author: jaime vargas |
PDF Maker |
pdf-maker.r documentation | v:1.27.1 51.2 KB 18 Aug 2007 | A dialect to create PDF files from REBOL. author: Gabriele Santilli |
Project Time |
pt.r | v:1.0.0 5.2 KB 6 Jul 2006 | I am working in multiple porjects at the same time, so i wanted to have a tool, to track my time spent for each project.
This simple tool makes this available. author: Varga Árpád |
Tag URI Parser |
parse-taguri.r | 1.3 KB 29 Jan 2007 | Converts a Tag URI to Metadata author: Christopher Ross-Gill |
PhotoTrackr DPL converter |
phototrackr-converter.r | 8.8 KB 27 Oct 2010 | Converts memory dumps of the PhotoTrackr GPS (DPL) logger to OziExplorer/GPX formats author: pijoter |
Generic Playing Card Game Framework |
playing-card-framework.r | 2.9 KB 13 Jan 2010 | A simple demonstration of how to use the images in %playing-cards.r
to create card games. In this example, the cards are arranged in a way
that can be used to play the game of Freecell. The rules of that particular
game are not enforced in this example, to keep the code simple and under-
standable (you can play a full game of Freecell [...] author: nick |
Simple pager |
pager.r documentation | v:0.9.4 12.8 KB 28 Mar 2008 | A more less page pager;
support b, r, /, ?, >, <, q and /options [rows: cols: num: eof:] author: Brian Tiffin |
Qtask Markup Language - parser and other common code |
qml-base.r documentation | v:2.46.1 97.1 KB 28 May 2007 | This program implements the base for QML (Qtask Markup Language) converters (for example
it's the base for a QML to XHTML converter used in Qtask), by implementing the parsing
of a QML text string into a QML document tree. author: Gabriele Santilli |
Quick Script Compressor |
quick-script-compressor.r | 1.2 KB 5 Jul 2011 | I like to distribute certain scripts in compressed format. They're smaller
when compressed, and the compressed syntax keeps casual peeping Toms
from messing with the code. Maintaining scripts with compressed code can
be a pain, though - decompress the compressed code with REBOL, copy,
paste and edit, then recompress, copy, paste, and [...] author: nick |
XML to HTML node parser |
quickparser.r | v:0.0.2 12.0 KB 21 Dec 2004 | To parse xml, xhtml, css, and html
so you can search and update, remove,
or add to your markup quickly. author: daniel murrill |
R2HTML |
r2html.r | v:1.3.1 2.8 KB 13 Mar 2003 | Converts .r rebol script file into a .html file. author: Andrew Martin |
RBBS - REBOL Bulletin Board Tutorial |
rbbs.r | v:1.0.0 16.9 KB 5 Jun 2005 | A CGI Web Bulletin Board / Message Board author: carl sassenrath |