Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Desktop Shifter
desktop-shifter.rv:1.0
12.3 KB
18 Oct 2013
To change the desktop wallpaper at specified intervals. There's a modifiable default time that a wallpaper will stay before switching. Each wallpaper has separate settings for: *Stretched versus Centered *Solid color versus Top/Bottom Gradient versus Left/Right gradient background *The two colors that can be chosen *A [...]
author: [unknown]
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
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
One Hundred Draw Examples
draw-examples.r17.9 KB
14 Nov 2011
- to illustrate draw examples.
author: 10Mile
EPU
epu.r8.8 KB
6 Jun 2008
Simple GUI for accessing escputil on linux
author: AllRebbedUp
Temperature Converter
f-to-c.r1.1 KB
28 May 2007
Practicing Rebol/View
author: Nelson Benavides
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
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
Image Sorter
image-sort.rv:1.1.0
4.1 KB
13 Mar 2003
A handy tool for sorting images into separate directories or deleting images. Includes scrolling list of image files with highlight and scrolling list of target directories. Also uses cursor keys, space, and backspace for navigation.
author: Carl Sassenrath
Logviewer
logviewer.r16.0 KB
13 Oct 2006
Monitor log files. Please read included readme for further information
author: Daniel Szmulewicz
Make And Print A CD Label
label-and-print.r6.6 KB
6 Jan 2008
This script illustrates how CD labels may be drawn and printed with REBOL and illustrates how REBOL output may be printed when incorporated into an HTML page.
author: r.
Layout Writer
layout-writer.rv:0.1.1
10.1 KB
18 Mar 2008
The script was intended as a method for writing scripts. A layout may be written in the editor and then displayed in the same script. Writers can change the script and view the changes without leaving the editor. Reference material may be drawn into the program, reviewed, and even copied and pasted into the editor.
author: R.v.d.Zee
Markup language Dialect parser
mdlparser.r
 discussion
 documentation
v:0.0.2
32.2 KB
5 Feb 2005
To personally study the practicallity of Rebol being used as bridge between browsers and markup languages.
author: daniel murrill
MenuBar
menubar.rv:1.0.3
4.2 KB
13 Mar 2003
A simple Bar Menu with the Choose Function and much more.
author: Gilbert Robitaille
AIOE Newsgroup Test
newsgroup.rv:1.0.0
13.3 KB
8 Mar 2008
- an application of NNTP protocol - and an introduction AIOE.org
author: R.v.d.Zee
Natural numbers sum
nutural-numbers-sum.r1.0 KB
27 Sep 2014
Sums all the natural numbers up to a given input. Uses the equality: 1 + 2 + 3 +... + n = n*(n+1)/2 to avoid looping.
author: Caridorc
Natural numbers sum
natural-numbers-sum.r1.0 KB
27 Sep 2014
Sums all the natural numbers up to a given input. Uses the equality: 1 + 2 + 3 +... + n = n*(n+1)/2 to avoid looping.
author: Caridorc
Text-Lists With One Row Hi-lite
one-row-hilite.rv:0.1.1
6.8 KB
23 Jun 2006
The script was written to illustrate how a single hi-lite bar can be used with a group of text-lists. The single bar is used instead of the in-built hi-lite of the text-list style. In a group of the default text-lists, all occurrences of identical data are hi-lighted if any one of them is picked - and so no uniform hi-lite bar can be presented. The iter co-ordinates [...]
author: R.v.d.Zee
Analyze of Oracle listener logs
ora-listener.rv:1.1.0
19.7 KB
28 Jun 2004
Oracle SGBD rebtool to analyze listener log
author: Philippe Le Goff (with help of Ladislav Mecir)
VID demo
oneliner-bye.rv:1.0.0
588 bytes
20 Jul 2003
A red box with bye written on it disappears into the distance.
author: Anton
Parse & Display Of The Core23 Manual
parse-core23-manual.rv:1.0.1
16.9 KB
26 Sep 2007
a parsing exercise
author: R. v.d.Zee
PDF Maker
pdf-maker.r
 documentation
v:1.27.1
51.2 KB
18 Aug 2007
A dialect to create PDF files from REBOL.
author: Gabriele Santilli
Sintezar PM-101 - Phase Manipulation Digital Synthesizer
pm-101.r
 documentation
v:0.4.0
81.3 KB
23 Jun 2006
synthetiser
author: Boleslav Brezovsky
Progress Bar With Read-thru
progress-bar-with-read-thru.rv:0.1.0
4.4 KB
18 May 2006
Progress Bar With Read-thru was written to provide a simple progress bar script to the REBOL library. When using REBOL's internal read-thru function, only 5 lines are required to update a progress bar - see note 2. Read-thru is used to download a file to the disk cache - and to provide the data to move the progress bar. The method used to retrieve the downloaded [...]
author: R.v.d.Zee
Pytagoras' theorem
pytagoras-thorem.r1.7 KB
3 Oct 2014
User friendly interface to apply the Pytagoras' theorem.
author: Caridorc