Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Password Generation
pword.rv:1.0
4.1 KB
19 Jun 2005
Create passwords based on a Pass Phrase
author: Cybarite
periodic table
periodictable.r
 documentation
v:0.9.4
11.9 KB
15 Aug 2007
Display a periodic table of the elements as REBOL buttons
author: Brian Tiffin
Pig Latin
piglatin.r675 bytes
6 Dec 2013
Enter text, it displays the Pig Latin translation.
author: nick
Presenting Text In Columns
presenting-text-in-columns.rv:1.1.0
4.5 KB
22 Jul 2006
The script hi-lights a method of presenting text in columns.
author: r.v.d.Zee
Project Time
pt.rv:1.0.0
5.2 KB
6 Jul 2006
I am working in multiple porjects at the same time, so i wanted to have a tool, to track my time spent for each project. This simple tool makes this available.
author: Varga Árpád
Prolog Like Inference Engine
prolog.r
 discussion
 documentation
v:1.7
43.1 KB
3 Jan 2011
This is an inference engine wich process prolog like clause The engine can process prolog like clauses of the form : man [jean] woman [mary] human [X] [man [X]] human [X] [woman [X]] CUT (!) and FAIL are implemanted (it's the only hardcoded predicates in the engine) The engine execute Rebol code [...]
author: Marco
Fire and Smoke particles generator.
particle-generator.rv:1.0.1
11.5 KB
17 Sep 2010
A particle engine demo which generates fire and smoke, with a lot of control and some compositing built-in
author: [unknown]
Quantieme
quantieme.rv:1.0.0
2.9 KB
25 Aug 2004
the day of year
author: Philippe Le Goff
Rebodex
rebodex.rv:2.1.0
6.1 KB
13 Mar 2003
A simple but useful address book contact database.
author: Carl Sassenrath
Rebol Reader
rebol-reader.rv:0.1.2
64.1 KB
10 Apr 2006
The script is a method to provide an orderly collection of scripts and documents to form a Rebol reference.
author: R.v.d.Zee
Dialect Object Model
rebol-dom-mdlparser.r71.6 KB
7 Jul 2023
----a future Rebol browser API?---- %Rebol-DOM.r mdlparser.r can view DOM's as VID. The Rebol-dom code in the mdlparser has been updated. I'll improve the mdlparser and post updates as time permits or if anyone request specific changes that will improve it. This mdlparser [...]
author: daniel
Directory selector (treeview)
request-dir.rv:1.0.0
4.2 KB
26 Sep 2003
Open a requestor to select a directory. The current directories path is shown as a tree, and sub-dirs are shown for selection.
author: Didier CADIEU
Rename & Renumber Pictures
rename-pics.rv:1.0.2
8.5 KB
11 May 2008
Renumber & Rename pictures in a folder
author: [unknown]
Representing And Relating Data In A Text-list
representation-in-text-lists.rv:1.0.1
4.7 KB
10 Oct 2007
- to illustrate a method to format columns in text-lists - to illustrate a method of relating the representation of data in a text-list with the data - to illustrate how non unique data may be presented in text-lists
author: R. v.d.Zee
request time
request-time.r4.6 KB
20 Sep 2004
widget to return a valid time datatype
author: Tom Conlin
Resizer
resizer.rv:1.2.3
2.3 KB
1 Oct 2013
icon for resizer.rSimple image resizer
author: Massimiliano Vessi
RSS feed reader
rss.rv:2.0.6
28.9 KB
20 Jul 2007
Live Bookmarks
author: Piotr Gapinski
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 launcher
simple-launcher.rv:0.2.0
956 bytes
2 Jun 2011
A simple gui to launch a REBOL script.
author: Marco Antoniazzi
Simple Multitasking Example
simple-multitasking.r1.1 KB
29 Jun 2008
A simple example demonstrating multitasking using 'feel and 'rate. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio