Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
MySql Example
mysql-example.r1.4 KB
29 Jun 2008
A simple example demonstrating how to use mysql-protocol from http://softinnov.org/rebol/mysql.shtml. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
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
Mirrorgame
mirror.r
 documentation
v:1.07
18.2 KB
29 Aug 2012
A nice logical puzzle game.
author: arnold van hofwegen
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
Auto-hiding scroller style example
auto-hiding-scroller-style.r
 discussion
v:0.8.0
14.4 KB
14 Nov 2020
Add an auto-hiding scroller to VID GUIs
author: Marco Antoniazzi
Altme chat reader/exporter
altme-chat-reader.r
 discussion
v:1.2.1
23.2 KB
19 May 2016
Display or export to html the content of an Altme chat group. Can be used in interractif or command-line mode. For usage, run the script with -? argument : "rebol.exe -s altme-chat-reader.r -?"
author: [unknown]
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
Script Analyser
analyse.rv:1.0.1
5.3 KB
7 Jan 2005
Front-End User Interface for anamonitor to analyse a rebol script.
author: JL MEYRIAL
Apply
apply.r5.2 KB
26 Dec 2012
APPLY function definition
author: Ladislav Mecir
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
Animated face Resize
animresize.r
 documentation
v:1.0.0
3.5 KB
5 Jun 2007
An animated resize using DRAW and image!
author: Maxim Olivier-Adlhoch
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)
Alien Dialect Explanation
alienexp.r
 documentation
v:1.0.0
1.4 KB
13 Mar 2003
It came from outer space explained.
author: Anonymous
AnaMonitor
anamonitor.rv:1.1.7
36.0 KB
26 Sep 2003
To visually examine nested objects/blocks. Examples: monitor monitor system/words monitor svv
author: Romano Paolo Tenca
BDF font library for REBOL.
bdf-font-library.rv:0.5
43.7 KB
1 Mar 2011
To make REBOL capable of rendering nice fonts on all platforms, not just Windows
author: Andras Suller
Blit-r
blit.rv:1.0.0
6.2 KB
17 Jan 2013
A simple 16 modes blitter function
author: Vincent Ecuyer
Client for BaseX XML Database
basexclient.rv:0.1
4.4 KB
4 Jun 2010
BaseX Native XML binding
author: Sabu Francis
BNF grammar compiler
bnf-compiler.rv:1.0
11.0 KB
13 Dec 2009
convert BNF grammar to REBOL parse rules
author: Maxim Olivier-Adlhoch
BNF Parser
bnf-parser.rv:1.1.0
7.7 KB
6 Mar 2013
Parse BNF rules.
author: Brett Handley
distribution table de bridge
bridge.r5.4 KB
14 Jan 2016
Distibuer les 4 mains d'une table de bridge compter les points H, L et les éventuels D ainsi que caractériser la distribution
author: bertrand
REBOL Blogger
blog.r
 documentation
v:1.3.2
18.3 KB
10 Jan 2005
The blog system written and used by Carl Sassenrath, REBOL's creator. This script will let you post and update blogs on your website using just a web browser. Generates summary and index pages, blog searches, etc. Extensible with Makedoc2 for more formatting options.
author: Carl Sassenrath
Blood
blood.rv:0.1.1
19.1 KB
7 Mar 2009
Usefull example to demo and learn how to use liquid.
author: Maxim Olivier-Adlhoch
Balls
balls.rv:1.0.0
1.1 KB
20 May 2010
Fun for begginers. Cute balls moving around. Give it a try you will like it.
author: Endo
Build a Program Package
build-pack.r
 documentation
v:1.0.0
2.1 KB
13 Mar 2003
Creates a single compressed REBOL program from a list of file modules. Modules can include binary data files such as images.
author: Carl Sassenrath
CGI common procedures
cgibasic.r
 discussion
 documentation
8.0 KB
10 Nov 2011
This is a collection of functions that could be used in a CGI program. There is nothing in this module that has not been done better by others, but the code is more heavily annotated for beginners. Separate documentation explains how to use the functions. The comments should be helpful also. None of this is my original creation. I just assembled and annotated, [...]
author: Steven White