Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Bingo Board
bingo.r3.7 KB
12 Jan 2011
Commercial bingo boards cost several thousand dollars. We hook this up to a projector and use it to run Bingo for a non-profit organization :)
author: nick
Piles of Button Styles
buttons.r
 documentation
v:1.1.0
4.4 KB
13 Mar 2003
Displays 52 button styles out of the hundreds possible.
author: Carl Sassenrath
Bar Charts
bar-charts.r1.9 KB
9 Feb 2013
Several examples demonstrating how to draw bar charts using simple REBOL GUI code. From the tutorial at: http://re-bol.com/business_programming.html
author: Nick Antonaccio
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
Cisco config to text file
cisco-extract.r25.4 KB
5 Jul 2009
To read multiple Cisco IOS & CATOS files & create a summary of key information paticularly interface details
author: [unknown]
Easy VID Tutorial
easy-vid.rv:1.1.2
16.2 KB
13 Mar 2003
Beginner's tutorial to VID.
author: Carl Sassenrath
Upload Several Files
ftpupload.r
 documentation
v:1.0.0
585 bytes
13 Mar 2003
Upload multiple files with FTP using login and password.
author: Anonymous
GLES and EGL library interface
gles-egl-h.rv:0.6.2
139.2 KB
28 Apr 2020
Use modern OpenGL with shaders
author: Marco Antoniazzi
Global services module
glb.r
 documentation
14.3 KB
7 Nov 2011
This is an idea for packaging up code, plus some small demos of how to do various things, harvested from the cookbook and the mailing list. They are things that are done so often and in so many situations that the author found it helpful to package them up in a file of personal functions. All these techniques are shown in various places, but this [...]
author: Steven White
HOF
hof.rv:1.0.1
23.2 KB
13 Mar 2003
Higher Order Functions and series manipulators
author: Jan Skibinski
ImageMagick Support
imagemagick-helper.r
 documentation
8.8 KB
23 Aug 2006
Support minimal needs for image processing using ImageMagick MagickWand and MagickCore DLLs Note: DLL's calls tend to change so this is specifically for version 6.2.9 Note: Original uses only MagickCore DLL. This version required MagickWand DLL because they moved the calls to a different DLL
author: Edgar Tolentino
LIQUID - core dataflow programming engine.
liquid.r
 discussion
v:0.8.1
64.9 KB
28 Mar 2009
Create procedural processing networks.
author: Maxim Olivier-Adlhoch
List Widget Example
list-widget-example.r5.0 KB
10 Jul 2010
This examples demonstrates how to use REBOL's native GUI list widget to manage a grid of data values. Columns can be sorted by clicking the headers. Individual values at any column/row position can be edited by the user (just click the current value). Entire rows can be added, removed, or moved to/from user-selected positions. [...]
author: nick
Logging Framework For Rebol
log4reb.r
 documentation
v:2.0.6
10.8 KB
19 Feb 2006
Logging within the context of program development constitutes inserting statements into the program that provide some kind of output information that is useful to the developer. Examples of logging are trace statements, dumping of structures and the familiar 'prin or 'print debug statements. log4reb offers a hierarchical way to insert logging statements within a [...]
author: Francois Vanzeveren
make-doc-pro
make-doc-pro.r
 documentation
v:1.0.8
57.8 KB
7 Feb 2004
Parses the make-doc-pro markup language into a datastructure that can be into other document formats (such as HTML) with good titles, table of contents, section headers, indented fixed-spaced examples, bullets and definitons.
author: Robert M. Münch
Obfuscation
obfuscation.r1.1 KB
1 Sep 2009
[no purpose header found]
author: nick
Rebolide
rebolide.r
 discussion
v:5.4.39
227.7 KB
7 Sep 2012
icon for rebolide.rA Rebol IDE for beginners that helps learning Rebol. I suggest you to put this script in a separete folder.
author: Massimiliano Vessi
Read a Remote Payment and Presentation System file
rpps.r14.4 KB
7 Nov 2011
This is a module for reading and taking apart a modified NACHA file used in the Remote Payment and Presentation System. If those terms mean anything, this could be a useful module. If those terms mean nothing, then at least this module could be an example of a way to handle a text file of fixed-format records. In 25 words or less, a [...]
author: Steven White
TextureLab - Texture generator
texture-lab.rv:0.3.3
25.6 KB
31 Oct 2006
Generate mathematical textures
author: ReBolek
UTF-8
utf-8.r
 discussion
v:1.0.2
14.3 KB
14 Nov 2003
Encoding and decoding of UCS strings to and from UTF-8 strings.
author: Jan Skibinski
VID Usage
vid-usage.r
 discussion
v:1.2
80.5 KB
10 Jan 2004
VID Usage Tutorial with Runnable Examples
author: Cybarite
WHOIS Maker
whoismaker2.rv:2.0.0
2.1 KB
16 Dec 2004
WhoIs query, parse, and save as a file
author: David Handy
Download Multiple Pages
webgetter.r537 bytes
13 Mar 2003
Fetch several web pages and save them as local files.
author: [unknown]
Web Form Widgets
webwidget.rv:1.0.0
1.6 KB
13 Mar 2003
Generate HTML code quickly and easily for several form elements.
author: Andrew Grossman
A more XML 1.0 compliant set of XML parsing tools.
xml-parse.rv:0.7.6
44.0 KB
1 Jul 2009
REBOL's built-in parse-xml function lacks a number of XML 1.0 compliant features, including: - support for CDATA sections - support for XML Namespaces - exposure of the internal DTD subset The intent of this script is to create an XML parser that can operate either via an event/callback mechanism, or produce [...]
author: Gavin F. McKenzie