Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
BBcode
bbcode.rv:0.1.0
8.7 KB
9 Jan 2009
Basic BBCode implementation. For more info about BBCode check http://en.wikipedia.org/wiki/BBCode
author: David 'Oldes' Oliva
Tiny GUI Builder
tiny-gui-builder.r2.4 KB
4 Feb 2017
A cut down version of the appbuilder, without any code to deal with actions, data structures, styles, extra help features, etc. Just point and click to build little GUI layouts.
author: nick
Tiny REBOL Server
rebserver.r
 documentation
v:1.0.0
0.9 KB
13 Mar 2003
The distributed REBOL server that builds the REBOL system.
author: Anonymous
HTML Dialect
html.r
 documentation
v:0.0.7
21.8 KB
20 Aug 2008
HTML dialect for simple generation of webpages with REBOL code.
author: henrik mikael kristensen
Attribute Values Extractor
ave.r2.1 KB
23 Jan 2006
Extract attribute values from (HTML) tags
author: hy
Catch Game
catch-game.r1.1 KB
19 May 2010
A tiny game to demonstrate the basics of VID. Taken from the tutorial at http://re-bol.com
author: nick
Cacheserver
cacheserver.r2.2 KB
25 Sep 2004
This is a tiny cache server, about as small as can be. It may not be usable in a real-world application, but it sure was a lot more fun to write than the 600 line java application...
author: [unknown]
Download page
download-page.rv:0.2.1
4.2 KB
17 Jan 2011
Download in a tmp directory all elements of a URL : - CSS scripts - Javascript scripts - Images Return the page size.
author: nicolas
FreeMem
free-mem.r891 bytes
13 Dec 2004
A tiny function to free the memory occuped by a variable that is no more used in the program. This code is the best code given to us by DocKimble around the memory clearance. So it's the fruit of a colaborative work around memory management that we do using the forum of REBOLFRANCE.org
author: DocKimble
Invaders (GUI version)
invaders-gui.r1.4 KB
14 Jan 2017
The draw dialect is not used in this example, only VID GUI, so it's short and full featured for a tiny example. A video explaining the code is at https://youtu.be/NbbHRaG3K8c Taken from http://re-bol.com/short_rebol_examples.r ; KEYS: a=left s=right space=fire ; VARS: b boxes m missile s invaders l player e end-func p speed [...]
author: nick
Mini-Calculator
mini-calc.rv:1.1.3
1.3 KB
13 Mar 2003
Tiny calculator example.
author: Ryan Cole
RebGUI Spreadsheet Example
rebgui-spreadsheet.r882 bytes
17 Apr 2010
A tiny demo of RebGUI's sheet widget, with save, load, print and data view features. Taken from the tutorial at http://re-bol.com
author: nick
Snake Game (tiny GUI version)
snake-gui.r1.1 KB
7 Jan 2017
The draw dialect is not used in this example, only VID GUI, so it's short and full featured for a tiny example. A video explaining the code is at https://youtu.be/rnKvmwe2F6w Taken from http://re-bol.com/short_rebol_examples.r Variables Key: f food p speed d direction s snake-block g gui e end i count
author: nick
Slidery
slidery.r23.5 KB
29 Dec 2013
See the help-text below. An MS Windows .exe. is available at http://re-bol.com/slidery.exe
author: nick
Tiny Generic CRUD App
tiny-crud-app.r990 bytes
7 Jan 2017
A very short generic data storage/retrieval app example. CRUD = create read update delete records. This can be used as the basis for any sort of rolodex-like app which allows users to enter and edit 'cards' full of information. From http://re-bol.com/short_rebol_examples.r
author: nick
Tiny Tile Game
tiny-tile-game.r634 bytes
29 Jun 2008
A very short GUI game example. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
A Tiny Web Server
tiny-server.r2.0 KB
26 Mar 2013
Inspired by Carl's Tiny Web Server: http://www.rebol.net/cookbook/recipes/0057.html. This one is compatible with Rebol 3.
author: [unknown]
Tiny Paint Programs
tiny-paint-programs.r1.3 KB
13 Jan 2010
Three different small paint programs, including the shortest possible one-liner. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Run sequence encoded integer data sets
rse-ids.r
 documentation
v:0.0.1
7.0 KB
21 Feb 2007
Provide an API for compacting/compressing sets of integers
author: christian
Date and time functions
date-time.r
 discussion
v:1.1
11.8 KB
24 Feb 2011
This script contains the Rebol implementation of some date and time functions provided in the glibc library and the gnumeric (and therefore Microsoft Excel) software. While the use and handling of date and time data are in most cases straightforward with Rebol, some of the advanced date and times functionalities found in glibc and gnumeric are still missing in [...]
author: Francois Vanzeveren
Small Rebol 1.0
smallr.rv:1.0
440.9 KB
28 Dec 2008
a tool for Rebol newbies including MDI editor and Launch function
author: François Jouen