Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
99 Buckets of Bits Song
geeksong.rv:1.0.0
869 bytes
13 Mar 2003
The geeky version :)
author: Owen Anderson
A Variation on Conway's Game of Life
game-of-life-variation.rv: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
Grey-Soft: Bluetooth Accelerometer Acquisition 2.0
gsdemo.rv:2.0
147.3 KB
6 Jul 2010
Using GS bluetooth XYZ devices with Rebol. This a demo version.
author: François Jouen
Simple GradCol Example
gradcol.r791 bytes
19 Jul 2003
Demomstrate graduated colors
author: Jeff
REBOL Mezzanine Functions: Help
help.r6.5 KB
8 Dec 2006
enhance original help with a secure way of showing functions in paths of objects and ports and show information about ports similar to objects
author: [unknown]
Full REBOL Header
headfull.rv:0.1.2
2.3 KB
13 Mar 2003
Shows the optional definitions that can be used within a REBOL header.
author: Carl Sassenrath
Great Computer Language Shootout : hello
helloworld.rv:1.0.0
597 bytes
27 Sep 2005
To test startup time in the Great Computer Language Shootout
author: Lok Yek Soon
Half-life log parser
hllogparser.r5.8 KB
4 Mar 2004
Allows a rebol script to parse server logs from the game: Half-life
author: Cal Dixon
Hangman, with word generator
hangman.r1.3 KB
2 Jan 2017
A little hangman game, from http://re-bol.com/short_rebol_examples.r
author: nick
Hash Table
hashtable.rv:1.0.2
1.4 KB
13 Mar 2003
Very simple Hashtable object, but usefull!
author: Gregory Pecheret
headless the P2P console
headless.rv:1.0.0
20.4 KB
13 Mar 2003
A world wide console, headless
author: Maarten Koopmans
Hello World Window
hello.r
 documentation
423 bytes
13 Mar 2003
Opens a window that displays text and a quit button
author: [unknown]
Help Patch
help-system.rv:0.0.1
7.2 KB
20 Nov 2003
Allows to add the following info to functions: return: [datatypes to be returned] category: [a function category e.g. math series] author: [author initials email what you want
author: Ingo Hohmann
HSV Lab
hsv-lab.r5.0 KB
27 Nov 2003
Functions that manipulate of REBOL colour values using the HSV (Hue Saturation Brightness) model. Includes example functions for use with colour tuple! and image! values.
author: Christopher Ross-Gill
HTML 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
HTML Form Generator and Server
html-form-generator-and-server.r7.9 KB
2 Jan 2017
Creates an HTML form, with any fields, areas, check boxes, and drop-down selectors you specify, then runs a server to collect any data entered into the form by users. A cgi version is also provided, which can be run on most shared host providers. A little GUI app is also provided to demonstrate how search and browse collected [...]
author: nick
HTML Link
html-link.r699 bytes
17 Apr 2010
Takes input string containing any number of URLs and outputs a a string with all the web URLs appropriately wrapped as HTML links. Taken from the tutorial at http://re-bol.com
author: nick
HTTP HEAD
http-head.rv:0.0.2
733 bytes
24 Feb 2005
Issue a HTTP HEAD command
author: Tom Conlin
Http tools
http-tools.r
 discussion
v:0.0.3
6.4 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: Graham Chiu
http/1.1 get
http-get.rv:1.0.0
1.0 KB
13 Mar 2003
dumps the response header from requesting a file via TCP from a host using http/1.1
author: Viktor Pavlu