Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Simple REBOL Text Parser
rebol-text-parser.r
 documentation
v:1.0.1
6.7 KB
9 Mar 2013
Parse text using a REBOL grammar and index values found within it.
author: Brett Handley
A keyword based search engine for the Rebtutorial articles index page
rebtut-indexer.r
 documentation
v:0.0.1
14.6 KB
14 Dec 2009
Was tired looking up visually the index page for any article containing a specific keyword. For now the script loads and parses the original articles' index page duirectly from the Rebtutorial.com web site, splitting URL links apart from their descriptions, and while counting them it appends them to a block that can be searched by keyword. [...]
author: Gerard Cote
Soundex
soundex.rv:1.0.0
5.6 KB
6 May 2003
Soundex Encoding returns similar codes for similar sounding words or names. eg Stephens, Stevens are both S315, Smith and Smythe are both S53. Useful for adding Sounds-like searching to databases
author: Allen Kamp
Space Invaders Shootup
space-invaders-shootup.r6.9 KB
24 Aug 2009
An extremely simple variation of the classic game. Taken from the tutorial at http://musiclessonz.com/rebol.html
author: nick
Spellck2
spellck.rv:1.0.0
12.5 KB
27 Mar 2005
A spellchecked area
author: Volker Nitsch
Spin-number style example
simple-spin-number-style.rv:0.9.0
11.0 KB
17 Oct 2020
A quick way to add a simple spin-number to VID GUIs
author: Marco Antoniazzi
Web Site Checker
site-check.rv:1.1.1
3.5 KB
11 Jun 2004
Scan a web site looking for missing pages, remote links, email links, etc. Helps you clean up sites.
author: Carl Sassenrath
Sqlite 3.X rebol wrapper as protocol handler
sqlite3-protocol.rv:0.1.2
8.6 KB
22 Mar 2005
Sqlite wrapper as a Rebol protocol handler.
author: cal dixon
Star Wars reminiscent intro
swintro.r2.4 KB
30 Jun 2005
To demonstrate AGG and 3D-type calculations using Rebol
author: Bohdan Lechnowsky
StRIP
strip.rv:1.0.0
6.3 KB
25 Nov 2010
REBOL File packer
author: Boleslav Brezovsky, based on rip.r by Carl Sassenrath/Cal Dixon
Student Photo Database
student-photo-database.r4.9 KB
8 Jun 2010
This example came from a question at: http://synapse-ehr.com/forums/showthread.php?95-Connecting-to-an-Excel-spreadsheet It's based on the card file example at: http://www.rebol.org/view-script.r?script=card-file.r&sid=iwmh5vi
author: nick
Supercalculator
supercalculator.rv:3.8.23
10.8 KB
21 Dec 2011
icon for supercalculator.rScientific calculator in Rebol!
author: Massimiliano Vessi
Enhanced field
s-field.rv:0.1.0
4.8 KB
13 Mar 2003
To get a field where is possible to switch between normal and secure mode and which is able to remember the history (if not in secure mode)
author: oldes
Rich Text Format style
simple-rich-text-style.rv:0.0.4
8.9 KB
3 Aug 2013
A quick way to add simple rich-text to VID GUIs
author: Marco Antoniazzi
Sammy's manager
samman.r12.8 KB
2 Jan 2012
To generate Sammy.js files using a dialect
author: [unknown]
Image Slicer
slice.rv:1.0.0
1.0 KB
13 Mar 2003
Slices an image into a set of sub-images and stores each as a local PNG file under its own name.
author: Carl Sassenrath
Scrolling Fields
scrolling-fields.rv:0.1.0
9.5 KB
27 Mar 2006
This script illustrates the use of fields and a scroller to display data. Similar to a text-list, scrolling fields provides greater control over the presentation of data.
author: R.v.d.Zee
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
SDL library interface
sdl-h.rv:0.8.1
131.3 KB
23 Sep 2012
Code to bind SDL shared library to Rebol.
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