Extract REBOL keywords |
extract-keywords.r | 1.1 KB 28 Jun 2009 | Generic function to extract and format REBOL 'keywords', typically to create a syntax highlight file
for an editor that doesn't support REBOL. author: Ashley G Truter |
Simple File Requestor |
file-request.r discussion | 1.5 KB 13 Mar 2003 | Example of a simple file requestor. author: Carl Sassenrath |
Obscure File Server |
fileserver.r | 14.4 KB 3 Sep 2009 | Share files over HTTP protocol +NLS author: pijoter |
Files Renamer |
files-renamer.r | v:0.8.15 27.1 KB 17 May 2016 | Rename files author: Marco Antoniazzi |
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 |
glayout - GLASS-based layout engine |
glayout.r | v:0.5.4 141.6 KB 16 Nov 2006 | replace vid dialect layout while keeping its basic featureset author: Maxim Olivier-Adlhoch |
Guitar Chord Diagram Maker |
guitar-chord-diagram-maker.r | 2.8 KB 29 Jun 2008 | A demo program that creates, saves, and prints collections of guitar chord fretboard diagrams.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Graph functions |
graph-fx.r | v:0.1.0 10.7 KB 13 Mar 2003 | Some functions for making graphs with 3D columns author: Oldes |
REBOL Mezzanine Functions: Help |
help.r | 6.5 KB 8 Dec 2006 | enhance original help with a secure way of showing functions in paths of objects and ports and show information about ports similar to objects author: [unknown] |
Help Patch |
help-system.r | v:0.0.1 7.2 KB 20 Nov 2003 | Allows to add the following info to functions:
return: [datatypes to be returned]
category: [a function category e.g. math series]
author: [author initials email what you want author: Ingo Hohmann |
Indexing |
indexing.r | v:1.0.0 3.9 KB 3 Mar 2013 | Indexing of values. author: Brett Handley |
JSON to Rebol converter |
json.r discussion documentation | v:0.0.9 14.2 KB 6 Sep 2013 | Convert a JSON string to Rebol data, and vice versa. author: douglas crockford |
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 |
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 |
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 |
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 |
Mass mailer |
massmailer.r documentation | v:2.3.24 6.1 KB 15 Feb 2011 | Mass emailng the world! author: Massimiliano Vessi |
Menu-System Demo |
menu-system-demo.r | v:0.2.0.1 35.7 KB 12 Jun 2005 | Demostration of features of menu-system.r author: Christian Ensel |
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 |
Nim engine |
nim-engine.r documentation | v:0.0.0 12.7 KB 19 Jul 2005 | Calculate the best move in a game of NIM author: Sunanda |
navigator |
navigator.r | v:1.0.0 2.0 KB 13 Mar 2003 | to navigate throw files, next versions will include web and ftp navigation author: Gregory Pecheret |
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 |
Find Non-local Variables |
nonlocal.r | 2.5 KB 13 Mar 2003 | Provides an way to find local variables that have
not been declared as locals. author: Carl Sassenrath |
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 |
REBOL Spec Generator for Text Editor PsPAD |
pspad-spec.r | 2.6 KB 6 Jul 2005 | Create PSPAD syntax file from REBOL system words author: cybarite@sympatico.ca |