Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Todo List
todo-list.r
 discussion
v:1.3.0
9.7 KB
24 Jun 2004
Based on the demo of Rebol /View by Carl. It allow you to manage a list of todo and move them between them.
author: Carl Sassenrath, Didier Cadieu & Fabrice Vado
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
Time Requester
time-requester.r18.8 KB
29 Jun 2012
A simple GUI time requester
author: nick
VID1 for R3
vid1r3.r3
 discussion
v:0.3.20
113.6 KB
17 Apr 2022
Lets you use VID1 with R3
author: Marco Antoniazzi
Animated face Resize
animresize.r
 documentation
v:1.0.0
3.5 KB
5 Jun 2007
An animated resize using DRAW and image!
author: Maxim Olivier-Adlhoch
Auto-hiding scroller style example
auto-hiding-scroller-style.r
 discussion
v:0.8.0
14.4 KB
14 Nov 2020
Add an auto-hiding scroller to VID GUIs
author: Marco Antoniazzi
coding-mailto
coding-maito.r
 discussion
v:1.0.0
5.4 KB
11 Sep 2004
a tool for coding the mailto info in a html page and avoid some spam
author: Philippe Le Goff
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
Chord Accompaniment Player
chord-accompaniment-player.r2.4 KB
30 Jun 2008
Plays music backup tracks, based on chord progressions entered as text. See http://musiclessonz.com/rebol_tutorial.html#section-31.11 for a case study about how this program was created.
author: nick antonaccio
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
Mini virtual and x86 machine dll to speed-up calculations a bit
mini-reb-vm.rv:0.1.1
41.1 KB
24 Feb 2019
speed-up calculations a bit.
author: Marco Antoniazzi
mp3-player-demo-using-libwmp3.dll
mp3-player-libwmp.r8.4 KB
8 Aug 2009
Demo of how to play mp3 files in REBOL using libwmp3.dll ( http://www.inet.hr/~zcindori/libwmp3/index.html ) Taken from the tutorial at http://musiclessonz.com/rebol.html
author: nick
Scrolling layout demo
scrollinglayout.r22.7 KB
7 Feb 2013
This is a demo of making a sub-layout, on a main window, that is too big for the main window and can be scrolled. It was adapted from the REBOL cookbook and heavily annotated as an aid in learning how the scroller works.
author: Steven White with help from Carl and MaxV
Thumbnail Maker
thumbnail-maker.r4.3 KB
14 Sep 2009
Create image preview sheets from a list of files. Used to make the introductory image at http://musiclessonz.com/rebol.html
author: nick
async event loop tutorial
vid-tutorial-async-event-loops.r1.3 KB
9 Nov 2012
Show how to do async event handling with processing loops.
author: maxim
Wall Street
wall-street.r3.6 KB
5 Jun 2007
Small nice demo
author: rebolek
Web Cam
web-cam.r2.4 KB
2 Jul 2008
An example demonstrating how to use the Windows API to access local web cam images. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
MakeDoc 2 - The REBOL Standard Document Formatter
makedoc2.r
 documentation
v:2.5.7
17.0 KB
10 Mar 2007
This is the official MakeDoc document formatter that is used by REBOL Technologies for all documentation. It is the fastest and easiest way to create good looking documentation using any text editor (even ones that do not auto-wrap text). It creates titles, headings, contents, bullets, numbered lists, indented examples, note blocks, and more. For documentation, [...]
author: Carl Sassenrath
RebGUI image Example
rebgui-image.r
 documentation
v:1.0.0
1.3 KB
4 Jun 2007
RebGUI tutorial; display an image, with tip and close action
author: Brian Tiffin
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