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 |
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 |
Priority Queue |
priority-queue.r | v:0.0.1 1.8 KB 30 Apr 2007 | Provides functions, and an object def that uses them, to treat
a series as a priority queue. When you insert items, you give
them a priority (higher numbers mean a higher priority). In the
actual series, the priority is stored along with the value, so
you should always use the pq* functions to access them, to make
things easier. [...] author: Gregg Irwin |
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 |
JS Promises |
promises.r | v:0.9.1 54.6 KB 28 Apr 2020 | A Rebol-style implementation of JS Promises author: Marco Antoniazzi |
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 |
Quick Plot Dialect |
q-plot.r | v:0.1.0 41.4 KB 6 Mar 2007 | Provide a quick and easy to use dialect for plotting in REBOL author: Matt Licholai |
Cellphone reminder |
remind.r | v:0.2 5.4 KB 13 Mar 2003 | Reads a file 'data.txt' containing appointment data, and sends
my cell phone a text message 5 minutes before the appointment. author: Graham Chiu |
Rename & Renumber Pictures |
rename-pics.r | v:1.0.2 8.5 KB 11 May 2008 | Renumber & Rename pictures in a folder author: [unknown] |
RebCannon |
rebcannon.r | 5.2 KB 16 Dec 2012 | [no purpose header found] author: Massimiliano Vessi |
RebGUI Card File |
rebgui-card-file.r | 2.0 KB 10 Apr 2010 | This is an implementation of the Card File program at
http://www.rebol.org/view-script.r?script=card-file.r
using RebGUI instead of VID. Notice that the GUI is resizable,
the text fields have undo/redo and spellcheck capabilities,
requestors are modal, and all the other features of RebGUI
are available.
Taken from [...] author: nick |
REBOL Document Generator |
rebdoc.r documentation | v:1.0.1 3.9 KB 13 Mar 2003 | Generates an HTML formatted document of all REBOL
defined words (from the information found within the
REBOL program itself). The output file is rebdoc.html. author: Carl Sassenrath |
Rebol Help |
rebol-help.r | 1.7 KB 5 Feb 2017 | Provides help for all functions, various elements of VID (GUI system),
key codes, colors, built in images, etc. which are the source of
common questions by Rebol users. author: nick |
Rebol Reader |
rebol-reader.r | v:0.1.2 64.1 KB 10 Apr 2006 | The script is a method to provide an orderly collection of scripts and
documents to form a Rebol reference. author: R.v.d.Zee |
REBOL tagfile generator |
rtags.r documentation | v:1.1.0 4.2 KB 13 Mar 2003 | Generates a tagfile that can be used with vi/emacs to quickly locate set-words in your code author: Ernie van der Meer |
Directory selector (treeview) |
request-dir.r | v:1.0.0 4.2 KB 26 Sep 2003 | Open a requestor to select a directory.
The current directories path is shown as a tree, and sub-dirs are shown for selection. author: Didier CADIEU |
Request List Enhanced |
request-list-enhanced.r | v:0.9.3 16.4 KB 18 Aug 2014 | An enhancement to the regular request-list that allows selecting items from a request list
by typing in the first few characters of the item. Works with text, word and number lists.
Designed to make optimum use of the keyboard.
- New refinement request-list-enhanced/return-index will return the index of the item not the value.
- Keys used; cursor up, down, page-up, [...] author: mike yaunish |
Reversi |
reversi.r documentation | v:2.3.0 31.3 KB 27 Mar 2006 | Reversi / Othello author: Vincent Ecuyer |
RIM - REBOL Instant Messenger |
rim.r | v:1.2.2 7.9 KB 13 Mar 2003 | A true peer-to-peer instant messenger. author: Sean & Carl Sassenrath |
(R)EBOL (Un)it |
run.r discussion documentation | 19.1 KB 31 May 2008 | RUn is a TestCase Framework wich allows the use of
TestCases as defined by the eXtreme Programming
development methodology and the test-driven development author: Christophe 'REBOLtof' Coussement |
Rebol Name Value |
rnv.r | v:1.2.0 1.7 KB 13 Mar 2003 | Common RNV manipulation functions. 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 |
Simple file manager |
ropus.r | v:2.0.1.3 18.5 KB 19 Jul 2003 | A simple file manager author: Gabriele Santilli |
Site |
site.r | v:1.2.2 4.1 KB 13 Mar 2003 | Site dialect. Creates web sites from plain text, etc.
I use it to create my own site automatically. author: Andrew Martin |
sms-Functions |
sms-funcs.r | v:1.1.0 11.2 KB 28 Jul 2006 | funcions that allows send and receive SMS by GSM modem author: Janeks Kamerovskis |