Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
2D transformations
transforms-2d.rv:0.5.1
15.0 KB
17 Oct 2020
icon for transforms-2d.rVisualize and experiment with 2D transformation matrices
author: Marco Antoniazzi
Title Bar - Windows API
title-bar.r1.8 KB
2 Jul 2008
This example demonstrates how to use the Windows API to adjust the title bar in your Rebol programs. Just include this code in your script if you need to eliminate the default 'Rebol - ' text at the top of your GUI programs. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
REBOL Web Server
volkswebserv.r
 discussion
v:0.0.0.15
16.0 KB
24 Oct 2005
A Simple HTTP-Server for running and debugging REBOL CGI scripts, modified %webserv.r
author: Cal Dixon
Visual sorting
visual-sorting.rv:0.0.10
21.4 KB
17 May 2016
icon for visual-sorting.rCollect and show various sorting algorithms.
author: Marco Antoniazzi
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
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
Card File
card-file.r2.0 KB
5 Mar 2010
This is the quintessential simple text field storage application. It can be used as shown here, to save contact information, but by adjusting just a few lines of code and text labels, it could be easily adapted to store recipes, home inventory information, or any other type of related pages of data. A version of this script [...]
author: nick
drop-list2 widget for REBGUI
drop-list2.rv:0.1.0
3.7 KB
9 Aug 2009
Extension of original drop-list widget. Widget receives data as pairs [value1 text1 value2 text2 ...] Widget has extension of function PICKED with options /values returning block of selected row(pair)
author: Robert Paluch 2009
Obscure File Server
fileserver.r14.4 KB
3 Sep 2009
Share files over HTTP protocol +NLS
author: pijoter
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
Hangman, with word generator
hangman.r1.3 KB
2 Jan 2017
A little hangman game, from http://re-bol.com/short_rebol_examples.r
author: nick
Herd The Sheep Game
herd-the-sheep.r3.7 KB
10 Feb 2013
Inspired by the LiveCode Sheep Herder game (advertised because it was conceived and completed within 3 hours, 18 minutes). This quick implementation took 17 minutes to create, using REBOL :) Also available at: http://re-bol.com/examples.txt
author: Nick Antonaccio
Jigsaw Puzzle - press SPACE bar to view original image
jigsaw-puzzle.r1.9 KB
20 Aug 2010
Chop a selected image into a selected number of pieces, and then drag/drop the pieces to reassemble the original image.
author: nick
Listview Demo
listview-demo.r1.2 KB
25 Nov 2010
A demo of the listview control by Henrik Mikael Kristensen. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Mirrorgame
mirror.r
 documentation
v:1.07
18.2 KB
29 Aug 2012
A nice logical puzzle game.
author: arnold van hofwegen
Playing Card Example
playing-card-example.r39.1 KB
29 Jun 2008
An example demonstrating how to work with graphical playing cards. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Generic Playing Card Game Framework
playing-card-framework.r2.9 KB
13 Jan 2010
A simple demonstration of how to use the images in %playing-cards.r to create card games. In this example, the cards are arranged in a way that can be used to play the game of Freecell. The rules of that particular game are not enforced in this example, to keep the code simple and under- standable (you can play a full game of Freecell [...]
author: nick
QkLaunch - Quick Program Launcher
qklaunch.rv:0.2
2.7 KB
6 Jun 2007
Easily launch programs from folder structure acting as a menu.
author: Arie van Wingerden
Quick Color Guide
quick-color-guide.r765 bytes
23 Sep 2009
Provides a quick visual reference for all of REBOL's built in colors. Click the color to see it's tuple value. Taken from the tutorial at http://musiclessonz.com/rebol.html
author: [unknown]
Simple accordion style
simple-accordion-style.rv:0.1.0
2.0 KB
23 Aug 2018
Create accordions, using a simple but versatile function.
author: Marco Antoniazzi