JS Promises |
promises.r | v:0.9.1 54.6 KB 28 Apr 2020 | A Rebol-style implementation of JS Promises author: Marco Antoniazzi |
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 |
PSG AY-3-8910 Study |
psg-ay-3-8910-study.r | v:1.0 88.6 KB 20 Feb 2007 | This is a simple study for me to understand the basic principle of music generation
This script use rebcode (20 time faster) if present.
Many thanks to Guest2 making me interrested on this subject (see his script %demo-ay.r) author: marco |
Function counter |
rebol-script-function-counter.r | v:1.0.0 8.6 KB 14 Feb 2012 | [no purpose header found] author: Maxim Olivier-Adlhoch |
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 |
SQL PROTOCOL |
sql-protocol.r discussion documentation | v:0.6.8 84.2 KB 3 Jan 2011 | SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL
with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded
in your REBOL application.
Today, sql-protocol execute only these kind of query :
* SELECT ... FROM ... WHERE ... ORDER BY ...
* INSERT ... INTO ... VALUES ...
* [...] author: marco |
Textpad syntax generator |
textpad-syngen.r discussion | v:0.5 3.3 KB 6 Sep 2010 | Textpad syntax generator for Textpad 4.4 (and above)
Highlighter gets lost with {{}} author: John Kenyon |
Resizeable Table/Grid/Multi-column List Widget Example |
table-grid-list.r | 14.3 KB 13 Jul 2011 | One of the greatest things about REBOL/View is the built in GUI dialect
("VID"). It's great for building simple GUI layouts quickly and
easily, but the native list widget can be confusing for newcomers.
THIS EXAMPLE IS A FULL FEATURED TABLE/GRID/LIST WIDGET FOR VID GUIs.
KEYS: INSERT DELETE ARROWS PAGE UP/DOWN - + [...] author: nick |
Todo List |
todo-list.r discussion | v:1.3.0 9.7 KB 24 Jun 2004 | Based on the demo of Rebol /View by Carl. It allow you to manage a list of todo and move them between them. author: Carl Sassenrath, Didier Cadieu & Fabrice Vado |
Tail recursion |
tailfunc.r | v:1.0.0 3.9 KB 6 May 2003 | Provides transparent tail recursive functions with refinement transferral. Source code 4 gurus only author: Maarten Koopmans |
Wiki |
wiki.r | v:3.3.2 25.6 KB 19 Jul 2003 | Implements a Wiki using Rebol and the Xitami webserver. author: Andrew Martin |
Estimate size of a REBOL application |
application-sizer.r documentation | v:0.0.3 13.2 KB 7 Dec 2008 | [no purpose header found] author: Sunanda |
Library data services |
lds-local.r documentation | v:0.0.4 655 bytes 13 Aug 2004 | Provides the client end of the REBOL.org Library Data Services interface author: Sunanda |
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 |
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 |
(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 |
Web HTML Tag Extractor |
websplit.r documentation | v:1.0.0 709 bytes 13 Mar 2003 | Separate the HTML tags from the body text of a document. author: Anonymous |
Web Page Emailer |
websend.r documentation | v:1.0.0 460 bytes 13 Mar 2003 | Fetch a web page and send it as email. author: Anonymous |
Web Page Link Displayer |
weblinks.r documentation | v:1.0.0 798 bytes 13 Mar 2003 | Display all of the web links found on a page. author: Anonymous |
Web Page Change Detector |
webcheck.r documentation | v:1.0.0 727 bytes 13 Mar 2003 | Determine if a web page has changed since it was last checked, and if it has, send the new page via email. author: Anonymous |