Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Display chess board
display-chess-board.rv:1.0.0
3.5 KB
14 Sep 2004
Display a basic chess board and some moveable counters (use a mouse to drag and drop). The most-recently selected counter comes to the front, if it was obscured by other counters. Intended as a get-you-started set of ideas if you intend to write a board game, and a demo of VID feel and other useful techniques
author: Sunanda
Desk Calculator
desk-calc.rv:1.3.0
2.5 KB
14 Oct 2004
A tool for simple calculations.
author: Ryan S. Cole
Example for async dns:// and spam dns server
dns-async-example.r
 discussion
3.9 KB
4 Oct 2003
Example code to: 1) use the dns:// protocol in async mode 2) use the dns:// protocol to check spam address in async mode
author: Romano Paolo Tenca
Diary
diary.r971 bytes
20 Sep 2014
This programme allows you to simply keep a diary It writes to a plain text file the *** title *** and the body, automatically adding Date and Time.
author: Caridorc
Easy REBOL GUI Page
easypage.rv:1.0.1
1.6 KB
13 Mar 2003
Shows how to create a simple page with paragraphs, buttons, and entry fields on a colorful backdrop.
author: Larry Palmiter
Data Entry Form
entry-form.r1.5 KB
13 Mar 2003
A simple data entry form for an address book. Does not verify field data.
author: Carl Sassenrath
EAN-13 Barcode Image Generator
ean13.rv:0.1.0
3.7 KB
14 Mar 2005
Generates EAN-13 barcode images as image! which can be used for print out and later read with a barcode reader. It's means to the the basic first version of a fuil barcode generator script for support of mulitple barcode types. Usage: gencode 1234567890123 Any 13-digit can be used, but must be valid 13-digit barcode [...]
author: Henrik Mikael Kristensen
EPU
epu.r8.8 KB
6 Jun 2008
Simple GUI for accessing escputil on linux
author: AllRebbedUp
EuroJackpot extractor
eurojackpot.rv:0.0.2
1.3 KB
20 Jun 2012
icon for eurojackpot.rEuroJackpot is a transnational lottery in Europe, Participating countries are (in alphabetical order) Denmark, Estonia, Finland, Germany, Italy, the Netherlands and Slovenia. The goal is to choose the five correct numbers out of 50 plus 2 out of another 8 numbers. If you are lucky, please send me an email.
author: Massimiliano Vessi
Quick Email Sender
emailer.rv:1.0.4
2.2 KB
13 Mar 2003
A simple GUI example of an email sender.
author: Carl Sassenrath
Send Email with Buttons
emailsend.r833 bytes
13 Mar 2003
A very simple email sending application that shows how text is input and buttons are used.
author: [unknown]
error-message-finder
error-message-finder.rv:1.0.0
5.7 KB
13 Mar 2003
find a text in all %.r files in directory, to look up rebol error-messages. presents all possibilities in nice gui.
author: Volker
Temperature Converter
f-to-c.r1.1 KB
28 May 2007
Practicing Rebol/View
author: Nelson Benavides
loose feel for dragging faces
feel-loose.rv:0.2.1
5.5 KB
18 Aug 2020
Add dragging capability to any face. Inspired by Red.
author: Marco Antoniazzi
Fade Presentation
fadetext.r1.3 KB
19 Jul 2003
Demonstrate fade effects
author: Jeff
Fast Scrolling
fastscroll.r
 documentation
v:1.0.0
3.8 KB
5 Jun 2007
A fast scrolling technique
author: Maxim Olivier-Adlhoch
FF3 ZSNES Saved state editor
ff3edit.r10.0 KB
4 Mar 2004
A tool to edit saved state files for Final Fantasy 3 as created by the ZSNES emulator
author: Cal Dixon
Font Lab
font-lab.rv:1.1.1
3.0 KB
13 Mar 2003
A tool for experimenting with fonts.
author: Carl Sassenrath
Feedback
feedback.rv:1.0.0
2.3 KB
13 Mar 2003
Sends feedback to REBOL Technologies.
author: Carl Sassenrath
Guess the number
guess-the-number.r1.7 KB
12 Oct 2014
This game will ask you to enter a number and will then say if it is more or less than a predefined random number with best ability and worst luck you will need (log in base 2 of MAX) tries to guess the number (if you are interested in this google Binary search [...]
author: Caridorc
Guitar Chord Diagram Maker
guitar-chord-diagram-maker.r2.8 KB
29 Jun 2008
A demo program that creates, saves, and prints collections of guitar chord fretboard diagrams. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
A Variation on Conway's Game of Life
game-of-life-variation.rv:0.0.4
5.3 KB
21 Sep 2005
A GUI implementation of a modified version of the popular cellular automaton system. The rules: 1) Each cell (square) on the grid is either alive (blue) or dead (white) 2) For every iteration, each cell's next state depends on current state and # of live neighbors a) if cell is alive, it stays alive <=> 2 or 3 neighbors are alive b) if cell is dead, [...]
author: Ayrris Aunario
Histogram maker
histogrammer.rv:1.0.0
9.6 KB
18 Apr 2011
To produce a histogram from a data series, to display it in a window, to save it as PNG file and/or as a data file
author: Rudolf W. Meijer
HTML Dialect
html.r
 documentation
v:0.0.7
21.8 KB
20 Aug 2008
HTML dialect for simple generation of webpages with REBOL code.
author: henrik mikael kristensen
Iconic Image Browser
icon-browse2.rv:2.1.1
2.0 KB
3 Dec 2012
icon for icon-browse2.rBrowse a directory of images using a scrolling list of icons.
author: carl sassenrath