Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Textris
textris.r8.2 KB
29 Jun 2008
The game of Tetris, in text mode. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
App Builder
appbuilder.r26.4 KB
16 Feb 2017
An app builder to help new students learn how to write Rebol code. To create a user interface for a new app, just point and click any GUI widget (button, text field, dropdown box, etc.). You'll be prompted to edit the properties of each added widget, and you can add actions which will run when the user interacts with the widget. Actions [...]
author: nick
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
Colormatch 1.5
colormatch15.r4.8 KB
16 Mar 2007
Color Match 1.5 simulates very closely the Amiga Version created in 1987. Junior High students learned how to created accurate colors by typing in numbers into a multimedia program.
author: Scot M. Sutherland
Parser for Dicom Header
dicomparser.rv:1.0.0
105.5 KB
7 Apr 2008
Parse dicom headers
author: Willem Michiels
File globbing module and dialect
file-list.r
 discussion
 documentation
v:0.0.2
30.2 KB
19 Oct 2006
Given a file spec, and optional criteria for date, size, and attributes, the FILE-LIST function returns a block of files that match the spec and criteria. It is also a test-bed for how to integrate dialects with one-another. There are sub-dialects for date, size, and attribute tests, and FILE-LIST encapsulates those, along [...]
author: Gregg Irwin
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
Guitar Chords
guitar-chords.r22.2 KB
9 Dec 2009
Create and print instant guitar chord diagram charts for songs. Taken from the tutorial at http://re-bol.com
author: nick
Half-life log parser
hllogparser.r5.8 KB
4 Mar 2004
Allows a rebol script to parse server logs from the game: Half-life
author: Cal Dixon
PHP-colorizer
php-colorizer.rv:1.1.0
26.8 KB
19 Jan 2009
[no purpose header found]
author: David 'Oldes' Oliva
Prime number checker
prime.r
 documentation
v:0.0.2
3.0 KB
13 Mar 2003
Address the question, could this integer be a prime number? results of false are not prime, results of true are very probably prime and with the /strong refinement, ( I still have to verify this ) true ( should ) guarantee prime. if the argument is outside the domain of the function, none is returned
author: Tom Conlin
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
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
TextUI - Textual User Interface
textui.r3.4 KB
22 Jan 2013
Open source REBOL is currently being ported to platforms without GUI support. This script is a simple replacement for GUIs that collect text input from fields and drop down lists. Just specify a block of labels, and a block of default values for each field ('answers). If the the 'answers block contains a nested block, the values in [...]
author: nick