Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Email attachments
attach.r2.6 KB
13 Mar 2003
Send email with base64 encoded attachments
author: Sterling Newton
ARCFOUR and CipherSaber
arcfour.r3.8 KB
18 Jan 2004
Provides encryption and decryption using the ARCFOUR algorithm
author: Cal Dixon
ASCII Chart
ascii-chart.rv:1.0.0
881 bytes
14 Sep 2004
icon for ascii-chart.rDisplays an ASCII chart
author: Sunanda
ARFF Data Mining
arff-datamining.r2.7 KB
26 Feb 2009
Implement a framework for Data Mining algorithms that works on ARFF files. Includes various algorithms. Assumes class being mined for is the last attribute.
author: Izkata
Archiver
archiver.rv:0.8.2
17.3 KB
21 Apr 2016
icon for archiver.rBackup files
author: Marco Antoniazzi
Altme chat reader/exporter
altme-chat-reader.r
 discussion
v:1.2.1
23.2 KB
19 May 2016
Display or export to html the content of an Altme chat group. Can be used in interractif or command-line mode. For usage, run the script with -? argument : "rebol.exe -s altme-chat-reader.r -?"
author: [unknown]
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
pluginable analog alarm clock
aclock-p.r
 discussion
 documentation
3.5 KB
20 Sep 2004
aproximate an analog clock and add alarm
author: Tom Conlin
Age
age.rv:3.0.0
1.1 KB
22 Sep 2003
Calulates Age in Years, Months & Days.
author: Andrew Martin
A Reb-Site
a-reb-site.rv:0.1.1
70.8 KB
23 Mar 2008
a-reb-site.r was written to: - compare form and function of a reb-site with that of a conventional web-site. (...an obliging web-site - www.rebol.com perhaps!) & - to provide an example of a reb-site script, & - as an illustration of the compact size of a reb-site relative to the average web-site [...]
author: R.v.d.Zee
Ascii math
ascii-math.rv:0.0.0
2 KB
10 Mar 2009
Defines functions and variables for arithmetic ASCII characters
author: Scott Wall
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
Bignumbers.r
bignumbers.r
 discussion
v:1.0
4.8 KB
22 Mar 2007
This script allows you to apply the four classical operations (add, subtract divide, multiply) on very big positive integers. Size of the integers is only limited by the size of a rebol string since numbers are represented as strings. When using this script, keep in mind that the operations manipulate string numbers in reverse order (see example at the end of [...]
author: [unknown]
Bresenham Line
bresenham.rv:1.0.0
1.0 KB
22 Jun 2011
Returns all pairs in a block for line specified by P0/P1.
author: Semseddin (Endo) Moldibi
BNF Parser
bnf-parser.rv:1.1.0
7.7 KB
6 Mar 2013
Parse BNF rules.
author: Brett Handley
REBOL Ale
beer.r
 documentation
v:1.0.0
1.3 KB
13 Nov 2003
A rich, malty, copper brew.
author: Anonymous
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
Binary File Transfer
binary-file-transfer.r1.2 KB
4 Dec 2009
Demonstrates how to transfer binary files between 2 computers connected by a TCP port. This is a shortened version of the script explained at http://www.rebol.net/cookbook/recipes/0058.html . There are 2 separate programs here - one to run as server, and another to run as client. The script is configured to demonstrate on a single [...]
author: nick
Build a Program Package
build-pack.r
 documentation
v:1.0.0
2.1 KB
13 Mar 2003
Creates a single compressed REBOL program from a list of file modules. Modules can include binary data files such as images.
author: Carl Sassenrath
Binary Search
binary-search.r1.8 KB
5 Nov 2007
Find an index in a sorted list, at which an item must occur, if the item exists in the list. in time porportional to log-2 of the number of items in the list. NOTE WELL no effort is made to confirm the series is actually sorted. returns none if the input arguments are (detectably) flawed returns a index of a match OR an index [...]
author: Tom Conlin