Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Porter Stemming Algorithm
porterstemming.rv:1.0.1
14.2 KB
2 Apr 2009
Applies the Porter Stemming algorithm as presented in: Porter, 1980, An algorithm for suffix stripping, Program, Vol. 14, no. 3, pp 130-137.
author: Dale K. Brearcliffe
App Builder
appbuilder.r26.4 KB
16 Feb 2017
An app builder to help new students learn how to write Rebol code. To create a user interface for a new app, just point and click any GUI widget (button, text field, dropdown box, etc.). You'll be prompted to edit the properties of each added widget, and you can add actions which will run when the user interacts with the widget. Actions [...]
author: nick
MySQL database interfacing logic.
mysql_all.rv:1.0.0
17.3 KB
13 Mar 2003
Interface to the mysql libs, needs /Pro or /Command
author: Maarten Koopmans, Ernie van der Meer
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
A Reb-Site
a-reb-site.rv:0.1.1
70.8 KB
23 Mar 2008
a-reb-site.r was written to: - compare form and function of a reb-site with that of a conventional web-site. (...an obliging web-site - www.rebol.com perhaps!) & - to provide an example of a reb-site script, & - as an illustration of the compact size of a reb-site relative to the average web-site [...]
author: R.v.d.Zee
Mirror languages module
mirror-lang.r19.5 KB
18 Jul 2012
[no purpose header found]
author: Arnold van Hofwegen
Menu-System Demo
menu-system-demo.rv:0.2.0.1
35.7 KB
12 Jun 2005
Demostration of features of menu-system.r
author: Christian Ensel
XML to HTML node parser
quickparser.rv:0.0.2
12.0 KB
21 Dec 2004
To parse xml, xhtml, css, and html so you can search and update, remove, or add to your markup quickly.
author: daniel murrill
Primitive Rebol Object Browser
prob.r9.7 KB
25 Sep 2004
Make a graphical view of the probe function so that users may probe the system object without having to look it all up in the console.
author: HY
1 million rows grid 3
1-million-rows-grid3.r2.2 KB
11 Mar 2017
Demo of grid data display, with lots of features (save/load, add/remove, undo, multiline edit, sort, search, key scroll, separator lines, etc.) using VID's 'list style. See the minimal examples (grids 1 and 2) to learn the basics about using the VID list widget.
author: nick
1 million rows grid - simplest
1-million-rows-grid1.r591 bytes
11 Mar 2017
Simplest demo of grid data display, using VID's 'list style See http://re-bol.com/grid-list.r for more features
author: nick
1 million rows grid 2
1-million-rows-grid2.r914 bytes
11 Mar 2017
Demo of grid data display, with some features (edit, save, arrow keys scroll), using VID's 'list style See http://re-bol.com/grid-list.r for more features
author: nick
3KB News Reader
3kbnewsreader.rv:0.1.1
4.3 KB
13 Mar 2003
Simple CLI news reader.
author: Ryan C. Christiansen
Little 3D Game
3d-game.r3.8 KB
2 Jan 2017
Try to click the bouncing REBOLs as many times as possible in 30 seconds. The speed increases with each click! The 3D logic and calculations in this script were taken directly from Gregory Pecheret's ebuc-cube script, at: http://www.rebol.net/demos/download.html This script can also be found in the tutorial at http://re-bol.com [...]
author: nick
99 Bottles of Beer
99-bottles-of-beer.r834 bytes
7 Dec 2013
Prints the 99 Bottles of Beer song lyrics, with proper grammar. Bottles changed to bottle at the end of the 2 line, and throughout the 1 line. 0 changed to No in the last line.
author: nick
Area with scrollers style
area-scroll-style.r
 discussion
v:1.0.0
13.7 KB
27 Sep 2004
This is a new area style with possible vertical and/or horizontal scrollers. It allow selection of text outside the viewable area and have a read-only mode.
author: Didier Cadieu (alias DideC)
ABNF Parser
abnf-parser.r
 documentation
v:1.0.1
21.8 KB
11 Mar 2013
Parse ABNF rules as found in IETF RFC documents.
author: Brett Handley
Attribute Values Extractor
ave.r2.1 KB
23 Jan 2006
Extract attribute values from (HTML) tags
author: hy
Estimate size of a REBOL application
application-sizer.r
 documentation
v:0.0.3
13.2 KB
7 Dec 2008
[no purpose header found]
author: Sunanda
ARFF Data Mining
arff-datamining.r2.7 KB
26 Feb 2009
Implement a framework for Data Mining algorithms that works on ARFF files. Includes various algorithms. Assumes class being mined for is the last attribute.
author: Izkata