Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Little Email Client
little-email-client.r793 bytes
1 Sep 2009
A very small graphical email client that can be used to send and receive messages. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Little-bell
little-bell.rv:1.0.0
4.8 KB
13 Mar 2003
Rudimentary Telnet client written in REBOL.
author: Ole Friis
Load ini file
load-ini.rv:1.0.0
1.8 KB
18 Sep 2010
Parses a Window's ini file.
author: Marco Antoniazzi
Load-header
load-header.rv:0.0.1
538 bytes
28 Nov 2003
Load a Rebol header without evaluating it
author: Romano Paolo Tenca
Load-Parse-Tree (Parse-Analysis)
load-parse-tree.r
 documentation
v:2.0.1
8.5 KB
5 May 2013
Load a block structure representing your input as matched by Parse.
author: Brett Handley
Log
log.rv:1.0.0
709 bytes
19 Jul 2003
Logs Rebol values to a file.
author: Andrew Martin
Looping though data
looping-through-data.r2.0 KB
29 Jun 2008
An example application that demonstrates how loop structures can be used to step through lists of data. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Looping through data GUI
looping-gui.r1.4 KB
29 Jun 2008
An example demonstrating how to accomplish goals similar to the 'Looping through data' demo, using GUI techniques. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Lorentz Attractor
lorentz.rv:1.0.0
2.1 KB
24 Feb 2009
Visualization of the Lorentz Attractor.
author: John Niclasen
Lowercase All Tags
lowertag.rv:1.0.0
886 bytes
21 Jan 2005
Given an HTML or XML file, shifts all tags to lowercase. Everything in the tag is lowercased, so you will need to inspect the resulting file names, etc. But, for most files this is easier than doing it manually. (Also shows how easy it is to do this kind of conversion.)
author: Carl Sassenrath
LRWP interface to Xitami
lrwp.rv:1.0.0
4.2 KB
13 Mar 2003
LRWP is a FastCGI like interface for Xitami. This implementation is provided by Robert Muench and Maarten Koopmans. Enjoy....
author: Maarten Koopmans
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.
Scrolling LIST Example
list-scroll-demo.r2.9 KB
16 Nov 2004
Shows an example of how to use a LIST style face with an associated scroller.
author: Gregg Irwin
VID LIST-VIEW Face
list-view.rv:0.0.28
33.2 KB
16 Jan 2013
General purpose listview with many features for use in VID.
author: henrik mikael kristensen
Print Mailbox Subjects
mbxsubjects.r800 bytes
13 Mar 2003
Prints all the mail subject lines for a Eudora mailbox file.
author: Carl Sassenrath
Decimal Arithmetic
money.r
 documentation
v:see mo
7.0 KB
22 Jul 2010
Decimal arithmetic for numbers held as strings. Numbers may have up to 12 integral digits and always have 2 fractional digits
author: peter
Deluxe Email Spam Killer
maildespam.r1.7 KB
13 Mar 2003
This is an example of a simple email filter that removes unwanted junk mail from your mailbox.
author: [unknown]
Trivial Email List Server
mailserver.r
 documentation
v:1.0.0
1.2 KB
13 Mar 2003
As simple as a list server gets.
author: Anonymous
Specs Document Converter (Text to HTML)
makespec.r
 documentation
v:1.0.0
4.3 KB
10 Jan 2005
(See MakeDoc2 for the latest version.) We use this script to save a lot of time when writing specification documents here at REBOL HQ. Very little notation is required to produce good looking HTML documents with titles, table of contents, section headers, indented fixed-spaced examples, sidebars , and more. Does all the formatting so we can focus on writing the words (the hard [...]
author: Carl Sassenrath
Email a Web Page
mailpage.r418 bytes
13 Mar 2003
Send a web page. (simple)
author: [unknown]