Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
UTF-8
utf-8.r
 discussion
v:1.0.2
14.3 KB
14 Nov 2003
Encoding and decoding of UCS strings to and from UTF-8 strings.
author: Jan Skibinski
vprint: print/logging management tool
vprint.r
 documentation
v:1.3.2
10.0 KB
11 Dec 2008
programatically selectable, indented printing/tracing/logging/debugging engine.
author: Maxim Olivier-Adlhoch
REBOL Mapping of all win32 API errors
win32-errors.rv:1.0
193.9 KB
8 Sep 2010
[no purpose header found]
author: Maxim Olivier-Adlhoch
Wiki
wiki.rv:3.3.2
25.6 KB
19 Jul 2003
Implements a Wiki using Rebol and the Xitami webserver.
author: Andrew Martin
A more XML 1.0 compliant set of XML parsing tools.
xml-parse.rv:0.7.6
44.0 KB
1 Jul 2009
REBOL's built-in parse-xml function lacks a number of XML 1.0 compliant features, including: - support for CDATA sections - support for XML Namespaces - exposure of the internal DTD subset The intent of this script is to create an XML parser that can operate either via an event/callback mechanism, or produce [...]
author: Gavin F. McKenzie
Parse and write XML code
xml-load-form.rv:0.7.1
12.8 KB
9 Aug 2018
Parse XML code and return a tree of block, and vice-versa.
author: Marco Antoniazzi
Blood
blood.rv:0.1.1
19.1 KB
7 Mar 2009
Usefull example to demo and learn how to use liquid.
author: Maxim Olivier-Adlhoch
Web Site Builder
build-site.r
 documentation
v:1.0.0
5.6 KB
13 Mar 2003
The actual script that builds the REBOL web site (using a master template and a navigation structure).
author: Carl Sassenrath
Rebol Code colorizer
code-colorizer.rv: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
Eat
eat.rv:1.0.3
5.3 KB
13 Mar 2003
Experimental Event filtering --- speeds up view!
author: Italian Connection (Gabriele Santilli - Romano Paolo Tenca)
Extract URLs
extract-urls.r
 documentation
v:1.0.0
1.3 KB
29 Nov 2009
To identify and extract URIs from plain text
author: Christopher Ross-Gill
FastCGI Broker
fcgi-broker.r
 discussion
v:1.0.1
2.6 KB
15 Dec 2005
Rebol script broker for a hooked rebol interpreter launched as a FastCGI application. This is the root script which runs others scripts on request of the FastCGI peer. This enables REBOL/Core or REBOL/View to act as a FastCGI application without the need for REBOL/Command. This script only works on Windows with a patched REBOL interpreter. Details available at [...]
author: Pascal Hurni
MD5 Message-Digest Algorithm
md5.rv:2.0.1
6.2 KB
16 Dec 2012
Returns a MD5 message digest of an input string as a binary!
author: Marco Antoniazzi
XML to HTML node parser
quickparser.rv:0.0.2
12.0 KB
21 Dec 2004
To parse xml, xhtml, css, and html so you can search and update, remove, or add to your markup quickly.
author: daniel murrill
Asynchronous Request Broker
rugby.rv:1.0.0
9.5 KB
13 Mar 2003
An asynchronous, high-performance, handler based, server framework and a rebol request broker...
author: Maarten Koopmans
Rugby
rugby4.rv:4.0.2
28.4 KB
13 Mar 2003
A high-performance, handler based, server framework and a rebol request broker...
author: Maarten Koopmans
Rugby client and server
rugby_server.rv:2.0.0.0
17.6 KB
13 Mar 2003
A high-performance, handler based, server framework and a rebol request broker...
author: Maarten Koopmans
Safe CGI data retriever
safe-cgi-data-read.r
 documentation
v:0.0.2
3.4 KB
22 Jun 2011
Safely retrieves CGI GET or POST data into a REBOL object.
author: Sunanda
Examples Using Switch Function
switch.r1.5 KB
13 Mar 2003
Switch between a set of choices or a default. Should make C programmers happy.
author: [unknown]
Scrolling layout demo
scrollinglayout.r22.7 KB
7 Feb 2013
This is a demo of making a sub-layout, on a main window, that is too big for the main window and can be scrolled. It was adapted from the REBOL cookbook and heavily annotated as an aid in learning how the scroller works.
author: Steven White with help from Carl and MaxV
Server object handler script
server.r5.1 KB
19 Oct 2004
This script will parse robot.txt files and store a hash! of forbidden paths. This is very useful for webbots or spiders of any kind (at least if obeying robot exclusion standards is desirable). I looked at the ht://dig package (http://www.htdig.org/) script that does the same thing as this script to see if I [...]
author: hy
SHA1 Message-Digest Algorithm
sha1.rv:1.0.0
5.3 KB
16 Dec 2012
Returns a sha1 message digest of an input string as a binary!
author: Marco Antoniazzi
SHA2 Message-Digest Algorithm
sha2.rv:1.0.0
7.7 KB
23 Mar 2013
Returns a sha2 message digest of an input string as a binary!
author: Marco Antoniazzi
Tail recursion
tailfunc.rv: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
TFACE: Scrolling text face
tface.r16.9 KB
3 Nov 2011
This is a module that can be included in a larger program with the command 'do %tface.r' and it will provide a function (TFACE-SHOW-TEXT <text-string-parameter>' that will display a passed text string in a scrolling window. This code was copied from the REBOL cookbook and annotated so that the copier could understand it.
author: Steven White with help from Carl