Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Global services module
glb.r
 documentation
14.3 KB
7 Nov 2011
This is an idea for packaging up code, plus some small demos of how to do various things, harvested from the cookbook and the mailing list. They are things that are done so often and in so many situations that the author found it helpful to package them up in a file of personal functions. All these techniques are shown in various places, but this [...]
author: Steven White
REBOL Blogger
new-blog.r
 discussion
v:1.4.1
39.0 KB
11 Jul 2007
The blog system written and used by Carl Sassenrath, REBOL's creator. This script will let you post and update blogs on your website using just a web browser. Generates summary and index pages, blog searches, etc. Extensible with Makedoc2 for more formatting options.
author: Carl Sassenrath
CGI common procedures
cgibasic.r
 discussion
 documentation
8.0 KB
10 Nov 2011
This is a collection of functions that could be used in a CGI program. There is nothing in this module that has not been done better by others, but the code is more heavily annotated for beginners. Separate documentation explains how to use the functions. The comments should be helpful also. None of this is my original creation. I just assembled and annotated, [...]
author: Steven White
make-doc-pro
make-doc-pro.r
 documentation
v:1.0.8
57.8 KB
7 Feb 2004
Parses the make-doc-pro markup language into a datastructure that can be into other document formats (such as HTML) with good titles, table of contents, section headers, indented fixed-spaced examples, bullets and definitons.
author: Robert M. Münch
Simple file manager
ropus.rv:2.0.1.3
18.5 KB
19 Jul 2003
A simple file manager
author: Gabriele Santilli
Simple pager
pager.r
 documentation
v:0.9.4
12.8 KB
28 Mar 2008
A more less page pager; support b, r, /, ?, >, <, q and /options [rows: cols: num: eof:]
author: Brian Tiffin
REBOL Blogger
blog.r
 documentation
v:1.3.2
18.3 KB
10 Jan 2005
The blog system written and used by Carl Sassenrath, REBOL's creator. This script will let you post and update blogs on your website using just a web browser. Generates summary and index pages, blog searches, etc. Extensible with Makedoc2 for more formatting options.
author: Carl Sassenrath
GLES and EGL library interface
gles-egl-h.rv:0.6.2
139.2 KB
28 Apr 2020
Use modern OpenGL with shaders
author: Marco Antoniazzi
IMAP Handler
imapx-handler.rv:0.0.2
36.8 KB
30 Mar 2006
Add some RFC3501 (full imap) behaviour to the imap scheme.
author: rt & ingo hohmann
Make And Print A CD Label
label-and-print.r6.6 KB
6 Jan 2008
This script illustrates how CD labels may be drawn and printed with REBOL and illustrates how REBOL output may be printed when incorporated into an HTML page.
author: r.
Mini Synthesizer
minisynth.rv:0.0.3
65.0 KB
22 Sep 2005
Multi-purpose music program with the following features: 1) a 24-key (2-octave range includes middle C to B) keyboard/synthesizer with visual and audio output 2) for most basic chords in any given key, outputs the sound of that chord, the formal musical notation, and the corresponding keyboard keys 3) plays Twinkle Twinkle...
author: Ayrris Aunario
Mini-edit-do
mini-edit-do.r
 discussion
v:0.8.5
32.7 KB
17 Apr 2021
Helps test short programs (substitutes console)
author: Marco Antoniazzi
Printing module using PCL
pclprt.r14.6 KB
27 May 2014
A COBOL-like method for printing basic text-oriented business reports.
author: Steven White
Print-Hex
print-hex.r
 documentation
v:1.0.0
4.0 KB
1 Feb 2013
Displays binary data both in hexadecimal and filtered ASCII.
author: Vincent Ecuyer
Sintezar PM-101 - Phase Manipulation Digital Synthesizer
pm-101.r
 documentation
v:0.4.0
81.3 KB
23 Jun 2006
synthetiser
author: Boleslav Brezovsky
Create .EXE from Rebol script + other files using NSIS.
reb2exe.rv:1.0
4.6 KB
4 Sep 2006
Create .EXE (with ICON) from Rebol script with optional extra scripts or datafiles using NSIS.
author: Arie van Wingerden
RNILL - REBOL Non Intelligent Language Learner
rnill.rv:1.0.4
10.8 KB
19 Feb 2004
RNILL a REBOL implementation of a non intelligent language learner inspired by NIALL (Non Intelligent Amos Language Learner by Mathew Peck 1990).
author: Allen Kamp
Telnet Chat
telnetchat.rv:1.0.0
4.3 KB
6 May 2003
A chat-server you can telnet to! ;o)
author: Tommy Giessing Pedersen
REBOL Web Server
volkswebserv.r
 discussion
v:0.0.0.15
16.0 KB
24 Oct 2005
A Simple HTTP-Server for running and debugging REBOL CGI scripts, modified %webserv.r
author: Cal Dixon
REBOL Web Server
webserv.rv:0.0.0.15
13.6 KB
23 Jan 2004
A Simple HTTP-Server that can run REBOL CGI scripts
author: Cal Dixon
JSON to Rebol converter
json.r
 discussion
 documentation
v:0.0.9
14.2 KB
6 Sep 2013
Convert a JSON string to Rebol data, and vice versa.
author: douglas crockford
VID Usage
vid-usage.r
 discussion
v:1.2
80.5 KB
10 Jan 2004
VID Usage Tutorial with Runnable Examples
author: Cybarite
BNF grammar compiler
bnf-compiler.rv:1.0
11.0 KB
13 Dec 2009
convert BNF grammar to REBOL parse rules
author: Maxim Olivier-Adlhoch
Encode binary data to plain text and decode it
bin-encode.rv:0.9.0
16.4 KB
15 Dec 2012
Converts from and to Base64, UUencode, XXencode, BinHex 4.0, Ascii85, FScode, Quoted-printable, Q-encoding, Percent-encoding
author: Marco Antoniazzi
Checklister (HTML)
checklist.r
 documentation
1.9 KB
13 Mar 2003
Creates a checklist in HTML from a text file.
author: [unknown]