Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
Functions for calculations with big integer numbers
bigmath.rv:0.2.0
30.0 KB
4 May 2019
Make calculations with big integer numbers.
author: Marco Antoniazzi
Convert Character to Hexidecimal
char-to-hex.rv:1.0
964 bytes
7 May 2005
Convert an ASCII char to a two hex code. This is just one of those things in Rebol where you waste time looking for a solution to an otherwise extremely simple problem because the obvious doesn't work (ie: to-hex M doesn't work because to-hex wants an integer and to-integer wants a character not a string)! The C2I function [...]
author: Gordon Raboud with help from TomC and Sunanda
Cisco config to text file
cisco-extract.r25.4 KB
5 Jul 2009
To read multiple Cisco IOS & CATOS files & create a summary of key information paticularly interface details
author: [unknown]
Calculator
calculator.rv:1.2.0
1.4 KB
13 Mar 2003
Simple numeric calculator.
author: Jeff Kreis
Scrolling Movie Credits
credits.rv:1.0.1
0.9 KB
13 Mar 2003
Displays scrolling credits over an image. (Most of this example is the text for the credits.)
author: Carl Sassenrath
Digital Clock
clock.rv:1.2.0
606 bytes
13 Mar 2003
Displays a simple digital clock in its own window.
author: Carl Sassenrath
libcairo library interface
cairo-h.rv:0.6.0
165.4 KB
20 May 2019
Code to bind cairo graphics shared library to Rebol.
author: Marco Antoniazzi
Mapserver client: Demo map
cl4mapserv.rv:0.2.3
38.0 KB
13 Mar 2006
Simple Mapserver (http://mapserver.gis.umn.edu) client.
author: Janeks Kamerovskis
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
Clipboard Buttons
clipboard-buttons.rv:1.1.0
102.1 KB
14 Apr 2005
An aid and illustration of button scripts.
author: R. v.d.Zee
Desk Calculator
desk-calc.rv:1.3.0
2.5 KB
14 Oct 2004
A tool for simple calculations.
author: Ryan S. Cole
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
Quick Email Sender
emailer.rv:1.0.4
2.2 KB
13 Mar 2003
A simple GUI example of an email sender.
author: Carl Sassenrath
Easy Quick Plot
ez-plot.rv:0.1.1
60.5 KB
13 Mar 2003
Simple tutorial for using the quick plot dialect.
author: Matt Licholai
REBOL::EXIF
exif-core.r
 discussion
v:1.3
9.7 KB
22 Dec 2003
obsluga plikow JPEG/EXIF
author: Piotr Gapinski
REBOL::EXIF::IMAGE
exif-image.rv:1.2
4.1 KB
22 Dec 2003
obsluga plikow JPEG/EXIF
author: Piotr Gapinski
Beware the Entity
entity.r0.9 KB
18 Oct 2013
Little creature that runs around faces playing around
author: Izkata
Data Entry Form
entry-form.r1.5 KB
13 Mar 2003
A simple data entry form for an address book. Does not verify field data.
author: Carl Sassenrath
Send Email with Buttons
emailsend.r833 bytes
13 Mar 2003
A very simple email sending application that shows how text is input and buttons are used.
author: [unknown]