Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
F1 demo
f1.rv:1.0.0
4.8 KB
23 Nov 2012
icon for f1.rSimple car game, just t show how to scroll images
author: Massimiliano Vessi
Monty Hall Challenge
oneliner-monty-hall.r
 documentation
v:1.0.0
694 bytes
13 Aug 2004
Simulates swapping doors after Monty shows a goat. Result is percentage wins after 100 runs. (MHC: a well-known and often debated probability puzzle involving three doors, two goats, and a car).
author: Sunanda (with tweaks from Romano T, Ryan C, Carl R, and Reichart)
Rebodex
rebodex.rv:2.1.0
6.1 KB
13 Mar 2003
A simple but useful address book contact database.
author: Carl Sassenrath
Examples Using Switch Function
switch.r1.5 KB
13 Mar 2003
Switch between a set of choices or a default. Should make C programmers happy.
author: [unknown]
Grey-Soft: Bluetooth Accelerometer Acquisition 2.0
gsdemo.rv:2.0
147.3 KB
6 Jul 2010
Using GS bluetooth XYZ devices with Rebol. This a demo version.
author: François Jouen
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]
CSV
csv.r
 discussion
1.6 KB
13 Mar 2003
.CSV file manipulation functions.
author: [unknown]
Calendar and Scheduler
calendar.r
 discussion
v:1.0.7
8.1 KB
10 Jul 2008
A simple calendar application.
author: Sterling Newton
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
Code 3 of 9 (Code 39) Barcode Generator
code39.r
 discussion
2.6 KB
17 Apr 2006
Generates Code 39 barcode images which can be printed out and read with a standard barcode reader. Code 39 is limited to the alphanumeric characters listed in the 'code39 block within the function. It is a very popular barcode format in the US and doesn't need to conform to any particular length of characters and has no limitations placed on it by any sanctioning [...]
author: Bohdan Lechnowsky
CASE multiple conditional function
case.r
 discussion
v:1.0.0
2.1 KB
27 Nov 2005
Provide a generalized multiple conditional function for situations that would otherwise call for deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any DO-able block rather than being based on a single value. This can be used simply to allow a SWITCH-like behavior that supports ranges instead of single [...]
author: Christopher M. Dicely
CGI wrapper function for debugging
cgi-debug.r
 discussion
 documentation
v:0.0.1
2.6 KB
7 Jan 2005
Provides debugging info for scripts running as a CGI under a webserver
author: Sunanda
CGI Form with Defaults
cgiformobj.r
 discussion
 documentation
1.3 KB
13 Mar 2003
Handles a CGI form, providing default values for missing fields in the form. Returns a web page. (The associated cgiform.html file contains the form).
author: [unknown]
Synchronizable Calendar/Scheduler
calendar-install.r
 discussion
1.4 KB
18 Oct 2013
Easy-to-use Calendar/Scheduler that can be synchronized over a network, and has popup-alerts.
author: Izkata
Console capture
capture.r
 discussion
v:1.0.0
1.1 KB
13 Mar 2003
Capture console output in a string!
author: Nenad Rakocevic
Duplicates
duplicates.r
 discussion
567 bytes
8 Mar 2016
Get duplicated values in a block
author: Christian Le Corre
Decode Charset Function
decode-charset.r
 discussion
v:1.0.0
910 bytes
13 Mar 2003
Converts 'charset values to something readable
author: Nenad Rakocevic
Eztwain Support
eztwain.r
 discussion
2.5 KB
6 May 2006
Support image grabs from webcam using commercial eztwain library.
author: Graham Chiu
SMTP challenger
email-check.r
 discussion
1.5 KB
26 Nov 2005
Issues an smtp challenge to see if recipient email address exists. Some mail servers will respond okay anyway to protect users from spammers.
author: Graham Chiu
Format Decimal
format-decimal.r
 discussion
624 bytes
20 Aug 2010
Converts decimal numbers formatted in scientific notation to decimal notation.
author: nick