Script Library: 960 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Top 50 popular scripts (last updated: 15-Mar)

[What does all this mean?]

thislastrrs
112.31SQL PROTOCOL
sql-protocol.r
 discussion
 documentation
v:0.6.8
84.2 KB
5 Mar 2006
SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded in your REBOL application. Today, sql-protocol execute only these kind of query : * SELECT ... FROM ... WHERE ... ORDER BY ... * INSERT ... INTO ... VALUES ... * [...]
author: marco
Other scripts owned by: coccinelle
222.30REBOL 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
Other scripts owned by: carl
332.29A more XML 1.0 compliant set of XML parsing tools.
xml-parse.rv:0.7.6
44.0 KB
1 Jul 2009
REBOL's built-in parse-xml function lacks a number of XML 1.0 compliant features, including: - support for CDATA sections - support for XML Namespaces - exposure of the internal DTD subset The intent of this script is to create an XML parser that can operate either via an event/callback mechanism, or produce [...]
author: Gavin F. McKenzie
Other scripts owned by: brianwisti
442.22form-date
form-date.r
 documentation
v:1.0.1
5.5 KB
18 Jul 2007
Return formatted date string using strftime style format specifiers
author: Christopher Ross-Gill
Other scripts owned by: chrisrg
552.19rebzip
rebzip.r
 discussion
v:1.0.1
21.3 KB
17 Jul 2009
Zip archiver / unarchiver
author: Vincent Ecuyer
Other scripts owned by: vincentecuye
672.18Similarity Metrics
simetrics.r
 discussion
 documentation
v:0.5.0
21.2 KB
19 Feb 2006
Toolkit of string distance metrics.
author: Francois Vanzeveren (fvz)
Other scripts owned by: fvzv
762.18RSS feed reader
rss.rv:2.0.6
28.9 KB
20 Jul 2007
Live Bookmarks
author: Piotr Gapinski
Other scripts owned by: piotrgapinsk
882.18MakeDoc 2 - The REBOL Standard Document Formatter
makedoc2.r
 documentation
v:2.5.7
17.0 KB
10 Mar 2007
This is the official MakeDoc document formatter that is used by REBOL Technologies for all documentation. It is the fastest and easiest way to create good looking documentation using any text editor (even ones that do not auto-wrap text). It creates titles, headings, contents, bullets, numbered lists, indented examples, note blocks, and more. For documentation, [...]
author: Carl Sassenrath
Other scripts owned by: carl
992.18Prolog Like Inference Engine
prolog.r
 discussion
 documentation
v:1.7
43.1 KB
8 Sep 2005
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
Other scripts owned by: coccinelle
10102.17(R)EBOL (Un)it
run.r
 discussion
 documentation
19.1 KB
31 May 2008
RUn is a TestCase Framework wich allows the use of TestCases as defined by the eXtreme Programming development methodology and the test-driven development
author: Christophe 'REBOLtof' Coussement
Other scripts owned by: peterwood · reboltof
11112.16Crystal Reports
crystal-reports.rv:0.1.0
10.2 KB
6 Apr 2007
Provides a basic API to the Crystal-Report® report engine (crpe32.dll) to show, print and export reports. Allows for setting formulas and selection criteriae as well as passing parameters when launching reports.
author: Christian Ensel
Other scripts owned by: christian
12122.16Library data services
lds-local.r
 documentation
v:0.0.4
655 bytes
13 Aug 2004
Provides the client end of the REBOL.org Library Data Services interface
author: Sunanda
Other scripts owned by: sunanda
13132.16PDF Maker
pdf-maker.r
 documentation
v:1.27.1
51.2 KB
18 Aug 2007
A dialect to create PDF files from REBOL.
author: Gabriele Santilli
Other scripts owned by: gabriele
14142.15URL Handler
url-handler.r
 documentation
14.1 KB
29 Jan 2009
A script to handle URLs as objects. Rebol's built-in 'decode-url function returns an object, but no methods to manipulate it. This script includes functions that make it possible to manipulate the URL as you please. CGI parameters are parsed into an alphabetized block for ease of comparison of URLs.
author: hy
Other scripts owned by: hallyhaa
15152.15Parse Analysis Toolset /View
parse-analysis-view.r
 documentation
v:1.1.0
11.7 KB
19 Dec 2004
Some REBOL/View tools to help learn/analyse parse rules.
author: Brett Handley
Other scripts owned by: brett
16162.14glayout - GLASS-based layout engine
glayout.rv:0.5.4
141.6 KB
16 Nov 2006
replace vid dialect layout while keeping its basic featureset
author: Maxim Olivier-Adlhoch
Other scripts owned by: moliad
17172.12National Instruments Rebol Wrapper
nidaqmxv:1.0
180.9 KB
19 Sep 2008
A wrapper allowing to use National Instrument DAQmx base library with Rebol
author: Francois Jouen (ldci)
Other scripts owned by: ldci
18182.12Base conversion functions
base-convert.r
 documentation
 run plugin
v:0.0.2
8.0 KB
2 Sep 2005
Functions to convert an decimal whole number to and from any arbitrary base
author: Sunanda
Other scripts owned by: sunanda
19192.11REBOL Web Server
webserv.rv:0.0.0.15
13.6 KB
23 Jan 2004
A Simple HTTP-Server that can run REBOL CGI scripts
author: Cal Dixon
Other scripts owned by: caldixon
20202.09Convert an XML-derived block structure into objects.
xml-object.rv:1.0.5
7.9 KB
3 Mar 2005
This script creates a function xml-to-object that converts a series of nested blocks, created from an XML document by parse-xml, into a series of nested objects that represent the original content of the XML document processed.
author: Gavin F. McKenzie
Other scripts owned by: brianwisti
21212.08Simple System Tray
simple-system-tray.r2.8 KB
5 Jul 2005
After learning Rebol 1.3 could place itself in the System Tray on Windows, and after finding Graham's example, I decided to make a slightly simpler version of the System Tray dialect.... Since it's based on Graham's example, it may well be missing stuff... Feel free to email me anything about it, I'll likely edit and repost it! (.-)
author: Izkata
Other scripts owned by: izkata
22222.08LIQUID - core dataflow programming engine.
liquid.r
 discussion
v:0.8.1
64.9 KB
28 Mar 2009
Create procedural processing networks.
author: Maxim Olivier-Adlhoch
Other scripts owned by: moliad
23232.07Sqlite 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
Other scripts owned by: bouba · caldixon
24242.07Garmin GPS protocol handler
garmin-protocol.rv:0.4.2
18.7 KB
12 Dec 2004
Garmin eTrex Legend protocol handler
author: Piotr Gapinski
Other scripts owned by: piotrgapinsk
25252.07SLiM - STEEL | Library Manager
slim.rv:0.9.13
29.1 KB
7 Mar 2009
Loads and Manage Run-time linkable libraries. Also serves as a specification.
author: Maxim Olivier-Adlhoch
Other scripts owned by: moliad
26262.06File globbing module and dialect
file-list.r
 discussion
 documentation
v:0.0.2
30.2 KB
19 Oct 2006
Given a file spec, and optional criteria for date, size, and attributes, the FILE-LIST function returns a block of files that match the spec and criteria. It is also a test-bed for how to integrate dialects with one-another. There are sub-dialects for date, size, and attribute tests, and FILE-LIST encapsulates those, along [...]
author: Gregg Irwin
Other scripts owned by: greggirwin
27272.06RebCall system
rebcall.rv:1.0.0
6.5 KB
15 Dec 2005
Call DLL functions efficiently with REBOL/View without the need for REBOL/View/Pro or REBOL/Command. This script only works on Windows with a patched REBOL interpreter. Details available at http://mortimer.devcave.net/projects/rebcall Actually only the types that fits in 32 bits are supported for the parameters. Thus decimal! values are not. It could also work [...]
author: Pascal Hurni
Other scripts owned by: phi
28282.06HTML calendar
html-calendar.r
 documentation
1.4 KB
5 Dec 2003
Creates an HTML file containing the current calendar month and displays it in the browser
author: Bohdan Lechnowsky
Other scripts owned by: bohdan
29292.06Micro Web Server
webserver.r2.1 KB
13 Mar 2003
Here is a web server that works quite well and can be run from just about any machine. It's not only fast, but its also small so it's easy to enhance.
author: [unknown]
Other scripts owned by: carl
30312.06make-word-list
make-word-list.r
 documentation
v:1.0.0
16.5 KB
2 Apr 2007
Makes a list of words from a string
author: peter
Other scripts owned by: peterwood · sunanda
31302.06xpath.r
xpath.rv:1.0
8.2 KB
11 Mar 2007
This script shows how to implement an XPath interpreter in Rebol/Prolog. This interpreter is not complete. It is only a kind of Proof of Concept . It lacks some features. Currently it can parse a document containing elements, attributes and pcdata. In this script I see an xml document as a tree of UNTYPED nodes. Consequently, - all nodes are treated [...]
author: Alban Gabillon
Other scripts owned by: neoreb
32322.04Parse ini file
parse-ini.r
 discussion
 documentation
v:1.0.2
2.2 KB
15 Apr 2009
Parses a Window's ini file. Also a function to find entries in a parsed ini file
author: Sunanda
Other scripts owned by: sunanda
33332.04make-doc-pro
make-doc-pro.r
 documentation
v:1.0.8
57.8 KB
7 Feb 2004
Parses the make-doc-pro markup language into a datastructure that can be into other document formats (such as HTML) with good titles, table of contents, section headers, indented fixed-spaced examples, bullets and definitons.
author: Robert M. Münch
Other scripts owned by: robert
34342.03Skype Wrapper
skype.r
 discussion
 documentation
2.2 KB
23 May 2006
make a cheap phone call!
author: Graham Chiu
Other scripts owned by: gchiu
35352.03Load-Parse-Tree (Parse-Analysis)
load-parse-tree.r
 documentation
v:1.0.0
3.5 KB
17 Jun 2006
Load a block structure representing your input as matched by Parse.
author: Brett Handley
Other scripts owned by: brett
36362.03Primitive Rebol Object Browser
prob.r
 run plugin
9.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
Other scripts owned by: hallyhaa
37382.03UPnP - IGD V1.0
upnp-igd.rv:0.1
14.3 KB
10 Sep 2006
UPnP-IGD tool to discover and control an Internet Gateway Device via UPnP
author: marco
Other scripts owned by: coccinelle
38372.03Safe CGI data retriever
safe-cgi-data-read.r
 documentation
3.1 KB
21 May 2006
Safely retrieves CGI GET or POST data into a REBOL object.
author: Sunanda
Other scripts owned by: sunanda
39412.03Parse Analysis Toolset
parse-analysis.r
 documentation
v:1.1.0
8.6 KB
16 Dec 2004
Some tools to help learn/analyse parse rules.
author: Brett Handley
Other scripts owned by: brett
40392.03Clipboard
clipboard.rv:0.3.1
8.3 KB
17 Dec 2008
(Microsoft/Windows only:) Read and write text, bitmaps and files from and to the clipboard.
author: Christian Ensel
Other scripts owned by: christian
41402.03Layout Writer
layout-writer.rv:0.1.1
10.1 KB
18 Mar 2008
The script was intended as a method for writing scripts. A layout may be written in the editor and then displayed in the same script. Writers can change the script and view the changes without leaving the editor. Reference material may be drawn into the program, reviewed, and even copied and pasted into the editor.
author: R.v.d.Zee
Other scripts owned by: rvdzee
42432.03EASY SOCCER
easy-soccer.r
 documentation
v:2.1.1
15.1 KB
23 Dec 2005
Easy-Soccer is a broker based on CGI which offer an easy way to write and the deploy distributed Rebol application. Easy-Soccer makes very easy to expose function written in Rebol like services. Thus, you can use these functions as if they were defined locally. In a distributed environment Easy-Soccer uses a simple WEB server and CGI to execute Rebol code [...]
author: marco
Other scripts owned by: coccinelle
43422.03Demo Msx Emulation Galaga
galaga.rv:1.0.1
88.5 KB
28 Feb 2007
MSX Emulation using rebcode
author: Guest2
Other scripts owned by: guest2
44442.02Sqlite 3.X rebol wrapper try
sqlite3.r
 discussion
v:0.0.2
7.8 KB
21 Sep 2004
Sqlite wrapper in Rebol.
author: Juan-Carlos Miranda
Other scripts owned by: bouba
45452.02Calculate working days between two dates
work-days.r
 documentation
v:0.0.1
1.7 KB
18 Feb 2007
Given two dates, and a list of holidays that occur between them, returns the number of work days between those two days. With the /non refinement, will return the number of non-working days between the two dates.
author: Sunanda
Other scripts owned by: sunanda
46462.02patched HTTP/HTTPS protocol with cookies support
my-http.r
 discussion
21.8 KB
18 Aug 2006
Provide an HTTP/HTTPS handler that transparently supports cookies
author: cyphre@seznam.cz
Other scripts owned by: gandalf
47472.01A Variation on Conway's Game of Life
game-of-life-variation.r
 run plugin
v:0.0.4
5.3 KB
21 Sep 2005
A GUI implementation of a modified version of the popular cellular automaton system. The rules: 1) Each cell (square) on the grid is either alive (blue) or dead (white) 2) For every iteration, each cell's next state depends on current state and # of live neighbors a) if cell is alive, it stays alive <=> 2 or 3 neighbors are alive b) if cell is dead, [...]
author: Ayrris Aunario
Other scripts owned by: aunario
48492.01extract-web-links
extract-web-links.rv:1.2.1
6.3 KB
22 Apr 2005
A function which scans a string (normally a web page) and creates a block of URL/Text combinations for each HTML <a> tag in the string.
author: Peter WA Wood
Other scripts owned by: peterwood
49482.01Create .EXE from Rebol script + other files using NSIS.
reb2exe.rv:1.0
4.6 KB
4 Sep 2006
Create .EXE (with ICON) from Rebol script with optional extra scripts or datafiles using NSIS.
author: Arie van Wingerden
Other scripts owned by: u1arie
50502.01Func Parse String
parse-string.rv:0.8.1
13.1 KB
20 Jul 2004
Creates and returns a function that performs custom string substitution
author: Stan Silver
Other scripts owned by: stan