Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Rebolide
rebolide.r
 discussion
v:5.4.39
227.7 KB
7 Sep 2012
icon for rebolide.rA Rebol IDE for beginners that helps learning Rebol. I suggest you to put this script in a separete folder.
author: Massimiliano Vessi
Decimal Arithmetic
money.r
 documentation
v:see mo
7.0 KB
22 Jul 2010
Decimal arithmetic for numbers held as strings. Numbers may have up to 12 integral digits and always have 2 fractional digits
author: peter
Jeopardy
jeopardy.r19.5 KB
7 Oct 2009
A GUI game reminiscent of the popular TV show. Click on the header image to create and save config files which contain questions and answers to separate games. Change the sizer variable to resize the entire layout to fit different screens. Taken from the tutorial at http://musiclessonz.com/rebol.html
author: [unknown]
Object Namespaces
object-namespaces.r1.5 KB
29 Jun 2008
A short example to demonstrate how name spaces can be managed in Rebol, using objects. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Paypal Reports
paypal-reports.r2.6 KB
22 Jan 2013
This is a beginner's example taken from the tutorial at: http://re-bol.com/business_programming.html It creates reports on columns and rows of data in a .csv table. The script demonstrates typical CSV file operations using parse, foreach, and simple series functions. The code performs sums upon columns, and selective calculations [...]
author: nick
Tip Calculator
tipcalculator.r304 bytes
6 Dec 2013
[no purpose header found]
author: nick
Dialect Object Model
rebol-dom.r
 discussion
 documentation
v:1.0
56.8 KB
7 Nov 2023
Use an exstensible, Rebol user-mode, Markup function to parse DSL's that will return an easy to follow tagged key value Dialect Object Model. It will allow different DSL's or programming languages to work with, or together through a Central Processing interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by [...]
author: daniel murrill
Rebol Code colorizer
code-colorizer.rv:0.9.5
18.7 KB
19 Jan 2009
To convert Rebol script into html with colorized code. Using string based parsing.
author: David 'Oldes' Oliva
Simple Rebol DBMS
db.rv:1.2.0
24.7 KB
13 Mar 2003
RebolBase is a simple database managment system written entirely in Rebol. Its main feature is that it stores its data in plain, newline delimited text files. This allows the database to be accessed and modified by other programs.
author: Jamey Cribbs
Geek Within Automated Helper
geekwithin.r1.8 KB
15 Jun 2004
Defines a helpful assistant (unlike Microsoft's) that actually shows where to click to perform a set of instructions Meant to be plugged-in to existing Rebol/View applications
author: Bohdan Lechnowsky
HOF
hof.rv:1.0.1
23.2 KB
13 Mar 2003
Higher Order Functions and series manipulators
author: Jan Skibinski
The number-memory buttons
number-buttons-game.r3.6 KB
23 Sep 2014
In this game you will have to click the buttons and memorize the numebers, at the end you will be asked to write the bigger or the smaller. This is a race against your memory.
author: Caridorc
PHP-colorizer
php-colorizer.rv:1.1.0
26.8 KB
19 Jan 2009
[no purpose header found]
author: David 'Oldes' Oliva
Rebocalc
rebocalc.rv:1.0.0
2.7 KB
1 Jan 2005
The world's smallest spreadsheet program, but very powerful.
author: Carl Sassenrath
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
Identity.r
identity.r16.3 KB
7 Dec 2010
functions from the http://www.rebol.net/wiki/Identity article
author: Ladislav Mecir
Read a Remote Payment and Presentation System file
rpps.r14.4 KB
7 Nov 2011
This is a module for reading and taking apart a modified NACHA file used in the Remote Payment and Presentation System. If those terms mean anything, this could be a useful module. If those terms mean nothing, then at least this module could be an example of a way to handle a text file of fixed-format records. In 25 words or less, a [...]
author: Steven White
args - generic command-line argument parser.
args.r
 discussion
 documentation
v:0.1.10
29.9 KB
17 Dec 2008
End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it.
author: Maxim Olivier-Adlhoch
better-than-nothing sqlite3 handler
btn-sqlite.r
 discussion
v:0.2.2
5.7 KB
30 Jan 2006
easy access to sqlite3 database without /Pro or /Command features
author: Piotr Gapinski
Chess moves generator
chessmoves.r
 discussion
 documentation
v:0.1.2
59.2 KB
29 Aug 2012
Generate all legitimate moves in any position.
author: Arnold van Hofwegen