Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
Test Dot Graphviz with com2Rebol
graphviz2rebol.rv:0.0.2
1.6 KB
5 Apr 2006
REBOL COM.interfacing with WinGraphviz
author: Ph. Le Goff
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]
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
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
headless1.rv:1.0.1
20.4 KB
13 Mar 2003
A P2P console
author: Maarten Koopmans
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]
Hide E-Mail Addresses by using Javascript
hide-email-addresses.rv:1.0
2.5 KB
3 Jun 2005
This will take a web page and find all the mailto:aaa@bbb and convert the addresses to variables for use in Javascript. This effectively 'hides' the addressess from webbot e-mail address harvesters. Note: This script expects the opening tag (<a href="mailto:...">) and the closing tag (</a>) to be on one or at [...]
author: Gordon Raboud
Histogram maker
histogrammer.rv:1.0.0
9.6 KB
18 Apr 2011
To produce a histogram from a data series, to display it in a window, to save it as PNG file and/or as a data file
author: Rudolf W. Meijer
HOF
hof.rv:1.0.1
23.2 KB
13 Mar 2003
Higher Order Functions and series manipulators
author: Jan Skibinski
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 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
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/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
minimal 'hello, world!' submission to rebol.org
hello-mini.r137 bytes
21 Aug 2011
[no purpose header found]
author: [unknown]
Herd The Sheep Game
herd-the-sheep.r3.7 KB
10 Feb 2013
Inspired by the LiveCode Sheep Herder game (advertised because it was conceived and completed within 3 hours, 18 minutes). This quick implementation took 17 minutes to create, using REBOL :) Also available at: http://re-bol.com/examples.txt
author: Nick Antonaccio