Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
glayout - GLASS-based layout engine
glayout.rv:0.5.4
141.6 KB
16 Nov 2006
replace vid dialect layout while keeping its basic featureset
author: Maxim Olivier-Adlhoch
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
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
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
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
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
Blogger
blogger.r1.9 KB
22 Apr 2010
This program allows users to create and add entries to an online blog page. The GUI has text fields which allow the user to enter a title, link, and blog text, as well as a button to select an image file which will be uploaded and included in the blog entry. When the Upload button is clicked, an HTML file is created and uploaded to [...]
author: nick
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
Blit-r
blit.rv:1.0.0
6.2 KB
17 Jan 2013
A simple 16 modes blitter function
author: Vincent Ecuyer
Chess board handler
cbh.r
 documentation
v:0.1.0
12.1 KB
28 Aug 2012
icon for cbh.rFunction as a chess board interface. Support playing a game of chess according to the rules of the game of chess.
author: Arnold van Hofwegen
Can Rebol Print?
can-rebol-print.rv:0.1.1
13.4 KB
12 Oct 2008
This script illustrate some possible methods of printing script output.
author: mr.z
CSS Sprite creator
css-sprite.r1.2 KB
20 Feb 2011
[no purpose header found]
author: onetom@hackerspace.sg
Block Diagram
diagram.rv:1.0.0
1.7 KB
13 Mar 2003
An example of REBOL code creating a useful diagram.
author: Carl Sassenrath
Demo
demo.r4.1 KB
14 Sep 2009
Amazingly small REBOL demo app: 10 useful programs in only 2.5k (LESS THAN HALF A PRINTED PAGE OF CODE!): 1 - FREEHAND PAINT: draw and save graphic images 2 - SNAKE GAME: eat food, avoid hitting the walls and yourself 3 - TILE PUZZLE, 15 : arrange the tiles into alphabetical order 4 - CALENDAR: save [...]
author: nick
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
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
VID: Faces and Facets
faces.r4.1 KB
20 Mar 2010
Show Faces and Facets Values
author: François Jouen
FIREBOLEK
fire.rv:1.0.1
1.4 KB
3 Aug 2005
Well-known fire-demo for your pleasure
author: Rebolek
Guitar Chord and Scale Diagrammer
guitar-chord-and-scale-diagrammer.r1.6 KB
12 Jan 2014
A little example for the new tutorial at: http://re-bol.com/starting_computer_programming_with_rebol.html When the program starts, enter the number of frets you want in your diagram. (The default is 5 frets, but you could use 3 or 4 for smaller diagrams, or more for full fretboard scale diagrams) Click any fret on any string [...]
author: nick
Garmin GPS protocol handler
garmin-protocol.rv:0.4.2
18.7 KB
12 Dec 2004
Garmin eTrex Legend protocol handler
author: Piotr Gapinski
Graph a function
graph.rv:1.1.0
19.2 KB
13 Jun 2004
Graph a function rounding function by Ladislav Mecir Usage .... Type in your function of x into the input field Some pretty functions to get you started ..... 3 * sin (0.5 * pi * x) 3 * sin (x * x) exp(0.1 * x) * (sin(4 * pi * x)) 4 * sin (4 * pi / x) 0.2 * exp(- x) * sin [...]
author: Phil Bevan
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
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