Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Window maker
win-maker.rv:0.1.0
5.1 KB
13 Mar 2003
Adds title with any buttons to any face (useful for windows without standard system title)
author: oldes
XPM parser
xpm.rv:0.1.0
2.2 KB
13 Mar 2003
Convert XPM image file to rebol image! datatype
author: oldes
Paint drops
oneliner-paint-drops.r
 documentation
v:1.0.0
583 bytes
20 Jul 2003
A surface is filled with colored drops.
author: Vincent Ecuyer
RebGUI and RebDB Sample
rebdbgui.r
 documentation
v:0.9.0
17.6 KB
3 Jul 2007
A quick demonstration of RebGUI with RebDB
author: Brian Tiffin
Textile Parser
textile.r
 documentation
v:0.2.0
16.2 KB
16 Jun 2006
Transforms Textile-formatted text into HTML
author: Brian Wisti
VID Usage
vid-usage.r
 discussion
v:1.2
80.5 KB
10 Jan 2004
VID Usage Tutorial with Runnable Examples
author: Cybarite
Mine-Sweeper
mines.r
 discussion
v:1.0.5
13.9 KB
2 Feb 2006
Mine-sweeper game
author: Allen Kamp
PNG Examiner
png.rv:0.0.2
5.8 KB
13 Mar 2003
Basic PNG (Portable Network Graphics) parser which can show all informations from standard chunks in the file.
author: oldes
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
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
Image to ppm converter
oneliner-image-to-ppm.r
 documentation
v:1.0.0
1.0 KB
29 Jan 2013
Creates a binary Portable Pixel Map (PPM - P6) from an image! source
author: Vincent Ecuyer
Image to pgm converter
oneliner-image-to-pgm.r
 documentation
v:1.0.0
1.6 KB
29 Jan 2013
Creates a binary Portable Graymap (PGM - P5) from an image! source
author: Vincent Ecuyer
Posterize
oneliner-posterize.r
 documentation
v:1.0.0
1.8 KB
31 Jan 2013
A short function for 'posterization' effects on images
author: Vincent Ecuyer
RebGUI table Example
rebgui-table.r
 documentation
v:1.0.0
1.7 KB
4 Jun 2007
RebGUI tutorial; display a table
author: Brian Tiffin
Little 3D Game
3d-game.r3.8 KB
2 Jan 2017
Try to click the bouncing REBOLs as many times as possible in 30 seconds. The speed increases with each click! The 3D logic and calculations in this script were taken directly from Gregory Pecheret's ebuc-cube script, at: http://www.rebol.net/demos/download.html This script can also be found in the tutorial at http://re-bol.com [...]
author: nick
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
A.D.A. Logo Viewer
adalogo.rv:1.0.0
544 bytes
25 Jul 2011
Amiga Demoscene Archive - Logo Viewer
author: Semseddin (Endo) Moldibi
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]
Archiver
archiver.rv:0.8.2
17.3 KB
21 Apr 2016
icon for archiver.rBackup files
author: Marco Antoniazzi
ARCFOUR and CipherSaber
arcfour.r3.8 KB
18 Jan 2004
Provides encryption and decryption using the ARCFOUR algorithm
author: Cal Dixon
VID Button Set
button.r2.4 KB
8 Mar 2009
A simple VID Button set. Includes Ok, Cancel, Toggle and Choice
author: Ammon Johnson
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
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
Call Spellchecker
call-spellchecker.rv:1.0.1
2.9 KB
12 Jul 2006
The script provides a basic spell check for Rebol text areas.
author: R. v.d.Zee
CSS Sprite creator
css-sprite.r1.2 KB
20 Feb 2011
[no purpose header found]
author: onetom@hackerspace.sg