Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Examples Using Switch Function
switch.r1.5 KB
13 Mar 2003
Switch between a set of choices or a default. Should make C programmers happy.
author: [unknown]
Ticker style example
simple-ticker-style.rv:0.0.1
1.6 KB
6 May 2012
A quick way to add a simple ticker to VID GUIs
author: Marco Antoniazzi
Simple launcher
simple-launcher.rv:0.2.0
956 bytes
2 Jun 2011
A simple gui to launch a REBOL script.
author: Marco Antoniazzi
Tooltip style example
simple-tooltip-style.rv:0.9.6
5.6 KB
3 Apr 2016
A quick way to add a simple tooltip to VID GUIs
author: Marco Antoniazzi
Simple password generator
simple-password-generator.r1.3 KB
22 Sep 2014
This program allows you to create passwords setting two parametres: 1) The length 2) The type (numbers, alphabet ...)
author: Caridorc
Menu style example
simple-menu-style.rv:0.0.1
2.1 KB
30 Oct 2010
A quick way to add a simple menu to VID GUIs
author: Marco Antoniazzi directly derived from Nick Antonaccio
Simple Script
simple.r395 bytes
13 Mar 2003
The traditional Hello World example script.
author: [unknown]
Simple substring function - returns empty when outside boundery
substring.r861 bytes
3 Feb 2004
Working around string series
author: Hein Hoenjet
Simple substring function - with the addition of error message to prevent 'none' shown
substr.r1.6 KB
15 Dec 2003
Working around string series
author: Yosef H. da Iry
Simple System Tray
simple-system-tray.r2.8 KB
18 Oct 2013
After learning Rebol 1.3 could place itself in the System Tray on Windows, and after finding Graham's example, I decided to make a slightly simpler version of the System Tray dialect. Since it's based on Graham's example, it may well be missing stuff... Later note: This was also an experiment for me, learning the parse dialect.
author: Izkata
Simple Virtual Shrink
shrink.r12.7 KB
13 Mar 2003
This script is a virtual shrink chatter bot . It was obviously inspired by the original shrink bot called Eliza. When the program gets a sentence in English, it tries to find a matching rule in its rule database and if it understands the sentence it tries to give a reasonable reply. (Type quit to quit)
author: Martin Johannesson
Pop-down style example
simple-pop-down-style.rv:0.3.1
8.8 KB
17 Oct 2020
A quick way to add a simple pop-down to VID GUIs
author: Marco Antoniazzi
Simplified VID resizing
simple-vid-resizing.r
 discussion
v:1.5.2
12.0 KB
23 May 2020
Helps create resizing VID guis
author: Marco Antoniazzi
(treelist)
treelist.rv:0.0.1
3.6 KB
11 Sep 2010
show how to build a simple tree list
author: Marco Antoniazzi derived from Didier CADIEU
Resizeable Table/Grid/Multi-column List Widget Example
table-grid-list.r14.3 KB
13 Jul 2011
One of the greatest things about REBOL/View is the built in GUI dialect ("VID"). It's great for building simple GUI layouts quickly and easily, but the native list widget can be confusing for newcomers. THIS EXAMPLE IS A FULL FEATURED TABLE/GRID/LIST WIDGET FOR VID GUIs. KEYS: INSERT DELETE ARROWS PAGE UP/DOWN - + [...]
author: nick
tagit
tagit.rv:1.0.0
1.1 KB
16 Nov 2004
generate tagged HTML blocks
author: Nigel Salt
techfell uSqlite3 protocol handler
techfell-protocol.rv:0.0.2
8.2 KB
9 Feb 2006
http://users.iol.it/irwin/ uSQLite is a network wrapper for SQLite. It turns SQLite into an RDBMS but puts the emphasis on the 'Lite'. In fact it works in a somewhat unconventional mmanner in order to make both servers and clients as light, portable and simple as possible. Readers who are not familiar with SQLite are advised to visit www.sqlite.org. uSQLite [...]
author: Piotr Gapinski
Text Editor
text-edit.rv:1.0.0
1.7 KB
6 May 2003
A basic text editor with: cut, copy, paste, horizontal and vertical scrolling, URLs as file names (for FTP remote editing), shortcut keys and a dialog box for file save confirmation.
author: Carl Sassenrath
Text File Viewer
text-view.rv:1.0.2
1.4 KB
13 Mar 2003
A simple scrolling text file viewer. (Updated from 20-May-2000 version.)
author: Carl Sassenrath
Demo client with telnet-protocol
telnet-client.rv:1.0.0
863 bytes
13 Mar 2003
A simple telnet-client
author: Frank Sievertsen
TextureLab - Texture generator
texture-lab.rv:0.3.3
25.6 KB
31 Oct 2006
Generate mathematical textures
author: ReBolek
Example Text Document
textdoc.r
 documentation
2.9 KB
13 Mar 2003
Creates an example for text-to-html doc language. Shows how natural and readable it is -- the reason we prefer it for writing our how-to documentation.
author: Carl Sassenrath
Time Styles
timer-styles.rv:1.0.0
6.8 KB
14 Jan 2005
A simple clock & timer style
author: Phil Bevan
Time-It Function
timeit.r
 documentation
v:1.0.0
903 bytes
13 Mar 2003
Creates a simple timer function for timing in REBOL.
author: Anonymous
Timer
timer-style.rv:1.1
3.4 KB
9 Oct 2005
A simple Timer Style .... with an example of Timer with Saving & Loading
author: Phil Bevan