Test Dot Graphviz with com2Rebol |
graphviz2rebol.r | v:0.0.2 1.6 KB 5 Apr 2006 | REBOL COM.interfacing with WinGraphviz author: Ph. Le Goff |
UUID Generation Example via Windows SDK |
guid.r | v:0.1 2.0 KB 10 Sep 2005 | Command only example of interfacing to Windows SDK to generat UUIDs. Trivial given heavy lifting by others in Rebol community. Acknowledgements to all. author: David McAvenue |
Greek |
greek.r | v:1.0.0 0.9 KB 13 Mar 2003 | Greek changes all upper and lower case letters to random letters,
preserving their case, and changes digits to random digits as well. author: Andrew Martin |
99 Buckets of Bits Song |
geeksong.r | v: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.r | 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 |
Simple GradCol Example |
gradcol.r | 791 bytes 19 Jul 2003 | Demomstrate graduated colors author: Jeff |
Visual Illusions Series: Heaver Illusion |
heaver.r | 1.8 KB 16 Jun 2005 | show some visual illusions with rebol (view 1.3) author: François Jouen |
Hello World Window |
hello.r documentation | 423 bytes 13 Mar 2003 | Opens a window that displays text and a quit button author: [unknown] |
REBOL Mezzanine Functions: Help |
help.r | 6.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.r | v: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.r | v: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.r | 5.8 KB 4 Mar 2004 | Allows a rebol script to parse server logs from the game: Half-life author: Cal Dixon |
Hash Table |
hashtable.r | v:1.0.2 1.4 KB 13 Mar 2003 | Very simple Hashtable object, but usefull! author: Gregory Pecheret |
Headless |
headless1.r | v:1.0.1 20.4 KB 13 Mar 2003 | A P2P console author: Maarten Koopmans |
headless the P2P console |
headless.r | v:1.0.0 20.4 KB 13 Mar 2003 | A world wide console, headless author: Maarten Koopmans |
Help Patch |
help-system.r | v: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 |
Hide E-Mail Addresses by using Javascript |
hide-email-addresses.r | v: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.r | v: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.r | v:1.0.1 23.2 KB 13 Mar 2003 | Higher Order Functions and series manipulators author: Jan Skibinski |
HSV Lab |
hsv-lab.r | 5.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 |
HTTP HEAD |
http-head.r | v:0.0.2 733 bytes 24 Feb 2005 | Issue a HTTP HEAD command author: Tom Conlin |
http/1.1 get |
http-get.r | v: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 |
Library History |
history.r | v:1.0.1 2.1 KB 13 Mar 2003 | Show file change dates for the REBOL public library.
Click on a file to view it. author: Carl Sassenrath |
Convert 'Date' datatype to International Date - ISO 8601. |
iso-8601-date.r | v:1.0.0 1.0 KB 8 Nov 2005 | Simple one-liner function to covert date to ISO 8601 format. In
my application a time stamp is not needed nor included in this function.
For a function that includes a timestamp see: to-iso-8601-date.r author: Gordon Raboud |