Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Parse & Display Of The Core23 Manual
parse-core23-manual.rv:1.0.1
16.9 KB
26 Sep 2007
a parsing exercise
author: R. v.d.Zee
Logging Framework For Rebol
log4reb.r
 documentation
v:2.0.6
10.8 KB
19 Feb 2006
Logging within the context of program development constitutes inserting statements into the program that provide some kind of output information that is useful to the developer. Examples of logging are trace statements, dumping of structures and the familiar 'prin or 'print debug statements. log4reb offers a hierarchical way to insert logging statements within a [...]
author: Francois Vanzeveren
Rebolide
rebolide.r
 discussion
v:5.4.39
227.7 KB
7 Sep 2012
icon for rebolide.rA Rebol IDE for beginners that helps learning Rebol. I suggest you to put this script in a separete folder.
author: Massimiliano Vessi
URL Handler
url-handler.r
 documentation
14.6 KB
6 Nov 2016
A script to handle URLs as objects. Rebol's built-in 'decode-url function returns an object, but no methods to manipulate it. This script includes functions that make it possible to manipulate the URL as you please. CGI parameters are parsed into an alphabetized block for ease of comparison of URLs.
author: hy
Rebol Reader
rebol-reader.rv: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
Web Site Checker
site-check.rv:1.1.1
3.5 KB
11 Jun 2004
Scan a web site looking for missing pages, remote links, email links, etc. Helps you clean up sites.
author: Carl Sassenrath
Tiny REBOL Server
rebserver.r
 documentation
v:1.0.0
0.9 KB
13 Mar 2003
The distributed REBOL server that builds the REBOL system.
author: Anonymous