Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Rebodex
rebodex.rv:2.1.0
6.1 KB
13 Mar 2003
A simple but useful address book contact database.
author: Carl Sassenrath
Function counter
rebol-script-function-counter.rv:1.0.0
8.6 KB
14 Feb 2012
[no purpose header found]
author: Maxim Olivier-Adlhoch
REST-Friendly HTTP Protocol
rest.r
 documentation
v:0.1.0
5.2 KB
10 Nov 2008
An elementary HTTP protocol allowing more versatility when developing Web Services clients: REST, SOAP or other.
author: Christopher Ross-Gill
rewrite-gfx
rewrite-gfx.rv:0.0.2
6.1 KB
2 Jan 2005
Using a (forth-featured) rewrite-grammar to plot recursive (turtle) graphics
author: Piotr Gapinski
Mail Reader
readmail.r
 documentation
v:4.14.14
143.0 KB
29 Jun 2007
Browse/Read/Retrieve E-mail
author: [unknown]
RIF
rif.rv:0.0.2
3.9 KB
13 Aug 2010
Minimalistic Rebol Indexed file, append only database manager
author: Pavel
Room Poll (HTML Survey Generator for LANs)
room-poll.r4.9 KB
31 Dec 2013
Demonstrates a useful app created from the formserver.r script. This app generates an HTML form based on user specs (any number of check, radio, and text entry items), and starts a server to receive survey responses from the audience (they all connect to the LAN server using phones or any other Wifi Internet device). The survey responses [...]
author: nick
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
rugby3.rv:3.4.0
22.7 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
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
Simple file manager
ropus.rv:2.0.1.3
18.5 KB
19 Jul 2003
A simple file manager
author: Gabriele Santilli
Simple System Tray
simple-system-tray.r2.8 KB
18 Oct 2013
After learning Rebol 1.3 could place itself in the System Tray on Windows, and after finding Graham's example, I decided to make a slightly simpler version of the System Tray dialect. Since it's based on Graham's example, it may well be missing stuff... Later note: This was also an experiment for me, learning the parse dialect.
author: Izkata
Simple Virtual Shrink
shrink.r12.7 KB
13 Mar 2003
This script is a virtual shrink chatter bot . It was obviously inspired by the original shrink bot called Eliza. When the program gets a sentence in English, it tries to find a matching rule in its rule database and if it understands the sentence it tries to give a reasonable reply. (Type quit to quit)
author: Martin Johannesson
site-build
site-build.rv:1.0.0
40.1 KB
13 Mar 2003
site-build basicaly builds/updates a website based on the template I have developed. Requires html 4.0 compliant browser (opera 5 or IE 5).
author: Rishi Oswal
CMS - web site builder
sitebuilder.cgi125.6 KB
22 Dec 2012
Easily create, edit, and arrange HTML pages on your web site. Upload existing content files or use the built-in WSYIWYG HTML editor (from openwebware.com) to layout pages visually, without having to write any code. It works just like a word processor, except it runs directly in your browser, right on your web site. You can adjust fonts, colors, and other [...]
author: nick
SKIMP: Simple keyword index management program
skimp.r
 documentation
v:0.0.2
40.3 KB
3 May 2007
Simple, fast way of indexing the text content of many documents
author: Sunanda
Sort an array of records
sort-array.rv:1.0.0
1.8 KB
7 Nov 2005
Sort an array where each record is separated by a 'newline' and each field in each record is separated by a comma.
author: Gordon Raboud
sort-series-of-elements
sort-series.rv:1.0.0
3.2 KB
7 Nov 2005
Sorting a series of items. Specify how many fields per record, which field to sort on, and Ascending or Descending order.
author: Gordon Raboud with some help from Volker, DideC, Sunanda and BrianH
Daylight Saving Time function based on North American rules
summer.r947 bytes
30 Mar 2004
Calculates whether a given date is in Daylight Saving Time or not, based on North American rules. Rules vary by country.
author: Bohdan Lechnowsky
Soundex
soundex.rv:1.0.0
5.6 KB
6 May 2003
Soundex Encoding returns similar codes for similar sounding words or names. eg Stephens, Stevens are both S315, Smith and Smythe are both S53. Useful for adding Sounds-like searching to databases
author: Allen Kamp
Spellck2
spellck.rv:1.0.0
12.5 KB
27 Mar 2005
A spellchecked area
author: Volker Nitsch
Sqlite 3.X rebol wrapper as protocol handler
sqlite3-protocol.rv:0.1.2
8.6 KB
22 Mar 2005
Sqlite wrapper as a Rebol protocol handler.
author: cal dixon
Sqlite 3.X rebol wrapper try
sqlite3.r
 discussion
v:0.0.2
7.8 KB
21 Sep 2004
Sqlite wrapper in Rebol.
author: Juan-Carlos Miranda
StRIP
strip.rv:1.0.0
6.3 KB
25 Nov 2010
REBOL File packer
author: Boleslav Brezovsky, based on rip.r by Carl Sassenrath/Cal Dixon