Scripts To Change The Appearance Of Text-Lists |
change-text-lists.r | v:1.0.0 17.2 KB 15 Apr 2008 | This script is a tool that provides script writers with script that can be used to
change the appearance of text-lists. author: R.v.d.Zee |
Can Rebol Print? |
can-rebol-print.r | v:0.1.1 13.4 KB 12 Oct 2008 | This script illustrate some possible methods of printing script output. author: mr.z |
CSV Handling Tools |
csv-tools.r | v:1.1.5 11.9 KB 20 Dec 2011 | Loads and formats CSV data, for enterprise or mezzanine use. author: Brian Hawley |
Download and Extract REBOL Library |
copy-lib.r | v:1.0.0 1.6 KB 13 Mar 2003 | Download REBOL library and extract all its files. author: Carl Sassenrath |
Scrolling Movie Credits |
credits.r | v:1.0.1 0.9 KB 13 Mar 2003 | Displays scrolling credits over an image. (Most of
this example is the text for the credits.) author: Carl Sassenrath |
CASE multiple conditional function |
case.r discussion | v:1.0.0 2.1 KB 27 Nov 2005 | Provide a generalized multiple conditional function for situations that would otherwise call for
deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any
DO-able block rather than being based on a single value. This can be used simply to allow a
SWITCH-like behavior that supports ranges instead of single [...] author: Christopher M. Dicely |
Rebol Code colorizer |
code-colorizer.r | v:0.9.5 18.7 KB 19 Jan 2009 | To convert Rebol script into html with colorized code. Using string based parsing. author: David 'Oldes' Oliva |
Drill Bits |
drill-bits.r | v:0.9 7.6 KB 8 Aug 2005 | A VID drill program to help memorize facts
using repeated multiple choice question and answers. author: mikel |
DO-POP Scheme |
do-pop-scheme.r documentation | 7.3 KB 10 Jul 2005 | A scheme to allow flexible POP3 operations. author: Brett Handley |
Dump-Style |
dump-style.r | v:1.0.0 2.6 KB 24 Nov 2003 | Dump style facets and returns a block which can be passed to stylize
to create a clone of the style. author: Romano Paolo Tenca |
Directory Downloader |
directory-downloader.r | 3.4 KB 29 Jun 2008 | Download all files and subfolders from a given folder on a web server.
Used to transfer entire folder structures via network. Currently configured
for the aprelium web server (http://aprelium.com/), but easily adjusted for
others.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
drop-list2 widget for REBGUI |
drop-list2.r | v:0.1.0 3.7 KB 9 Aug 2009 | Extension of original drop-list widget.
Widget receives data as pairs [value1 text1 value2 text2 ...]
Widget has extension of function PICKED with options /values returning block of selected row(pair) author: Robert Paluch 2009 |
Easy VID Tutorial |
easy-vid.r | v:1.1.2 16.2 KB 13 Mar 2003 | Beginner's tutorial to VID. author: Carl Sassenrath |
EASY SERVICE |
easy-service.r | v:1.0.2 14.8 KB 16 Nov 2005 | Easy-Service is a broker based on REBOL/Service which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Service makes very easy to expose function written in Rebol like REBOL/Services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment easy-service uses a simple [...] author: marco |
error-message-finder |
error-message-finder.r | v:1.0.0 5.7 KB 13 Mar 2003 | find a text in all %.r files in directory,
to look up rebol error-messages.
presents all possibilities in nice gui. author: Volker |
Form Letter |
formletter.r | 1.0 KB 13 Mar 2003 | Example of how to create an email form letter. author: [unknown] |
Forum |
forum.r | 15.2 KB 17 Jun 2010 | A CGI forum application, running at http://rebolforum.com.
Please link to it, so that new REBOLers have a place to ask questions! author: nick |
GUI CRUD App Builder |
gui-crud-app-builder.r | 4.4 KB 11 Dec 2013 | CRUD is an acronym for Create Read Update and Delete .
Familiar types of apps such as contact managers, inventory systems,
home video databases, etc., are examples of typical CRUD data storage
applications. This script is a simple CRUD app maker that allows you to
instantly create CRUD apps which store, retrieve, sort, etc. records [...] author: nick |
GLayout demo |
glayout-demo.r | v:0.9.1 22.4 KB 10 Jul 2009 | Demonstration of GLayout's features and capabilities. author: Maxim Olivier-Adlhoch |
HOF |
hof.r | v:1.0.1 23.2 KB 13 Mar 2003 | Higher Order Functions and series manipulators author: Jan Skibinski |