Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
VT100 Functions
vt100.rv:1.0.0
1.0 KB
13 Mar 2003
Examples of VT100 screen functions
author: Jeff Kreis
WHOIS Maker
whoismaker.rv:1.0.0
1.4 KB
13 Mar 2003
WhoIs query, parse, and save as a file
author: David Handy
Webcam Viewer
webcam-viewer.r1.3 KB
29 Jun 2008
Display video feeds from live webcam servers. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Base conversion functions
base-convert.r
 documentation
v:0.0.2
8.0 KB
2 Sep 2005
Functions to convert an decimal whole number to and from any arbitrary base
author: Sunanda
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
Enumerated Type
enum.r
 documentation
v:0.1.1
12.6 KB
13 Jun 2009
Safe Enumerated Type for REBOL
author: Hostile Fork
Insult Generator
insult.r4.3 KB
31 Aug 2012
Teaching some young children to program. They loved this one. Be sure to see the tutorial at http://re-bol.com
author: nick
Nim engine
nim-engine.r
 documentation
v:0.0.0
12.7 KB
19 Jul 2005
Calculate the best move in a game of NIM
author: Sunanda
Run sequence encoded integer data sets
rse-ids.r
 documentation
v:0.0.1
7.0 KB
21 Feb 2007
Provide an API for compacting/compressing sets of integers
author: christian
Stack, queue and deque functions
sqd.r
 documentation
v:0.0.1
4.1 KB
5 Oct 2005
Implement stack, queue and deque data structures
author: Sunanda
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
Alien Dialect Explanation
alienexp.r
 documentation
v:1.0.0
1.4 KB
13 Mar 2003
It came from outer space explained.
author: Anonymous
Alien Dialect
alien.r
 documentation
v:1.0.0
1.9 KB
13 Mar 2003
It came from outer space
author: Anonymous
Estimate size of a REBOL application
application-sizer.r
 documentation
v:0.0.3
13.2 KB
7 Dec 2008
[no purpose header found]
author: Sunanda
A Button with Shortcut Key
button-key.r
 documentation
v:1.0.0
479 bytes
13 Mar 2003
Shows how to easily add a shortcut key to a button.
author: Anonymous
Images Buttons
button-image.r
 documentation
v:1.0.0
762 bytes
13 Mar 2003
Example of how to make buttons made from images. Clicking on a button updates text in the window.
author: Anonymous
Display Black Text
black-text.r
 documentation
v:1.0.0
512 bytes
13 Mar 2003
Display black text on a white background.
author: Anonymous
Encoding Binary Data in REBOL Scripts
bin-save.r
 documentation
v:1.0.0
603 bytes
13 Mar 2003
Example of how to save base-64 encoded binary data in REBOL scripts. (See bin-data.r as an example of how to decode the data.)
author: Anonymous
Binary Data in REBOL Scripts
bin-data.r
 documentation
v:1.0.0
8.8 KB
13 Mar 2003
Example of how to decode binary data in REBOL scripts This example includes a base-64 encoded image. (See bin-save.r for an example of how to create this file.)
author: Anonymous
99 Bottles of Beer Song
beersong.r
 documentation
v:1.0.0
813 bytes
13 Mar 2003
The correct song. A bit more advanced.
author: Anonymous
REBOL Ale
beer.r
 documentation
v:1.0.0
1.3 KB
13 Nov 2003
A rich, malty, copper brew.
author: Anonymous
CLS
cls.r
 documentation
v:1.0.0
480 bytes
13 Mar 2003
Clears the console screeen.
author: Andrew Martin
dict protocol from dict.org
dict-scheme.r
 documentation
v:0.9.2
5.1 KB
18 Jul 2007
Implements a dict:// protocol based on RFC2229
author: Brian Tiffin
using dict protocol from dict.org
dict-demo.r
 documentation
v:0.9.3
8.7 KB
27 Feb 2008
Some usage words for dict:// protocol based on RFC2229
author: Brian Tiffin
Hello World Window
hello.r
 documentation
423 bytes
13 Mar 2003
Opens a window that displays text and a quit button
author: [unknown]