Font Lab |
font-lab.r | v:1.1.1 3.0 KB 13 Mar 2003 | A tool for experimenting with fonts. author: Carl Sassenrath |
Test FTP Commands |
ftpdemo.r | v:0.1.1 1.0 KB 6 May 2003 | Demonstrate ftp commands and results author: Larry Palmiter |
Fun |
fun.r | v:2.0.0 1.4 KB 13 Mar 2003 | Automatic local word generation for a function. author: Andrew Martin |
Import and Validate User Input |
filtered-import.r documentation | v:0.1.1 10.9 KB 5 Jun 2007 | Filters user input based upon a given spec author: Christopher Ross-Gill |
Local Font Mapping |
font-styles.r | v:1.0.3 1.2 KB 13 Mar 2003 | Shows which fonts are being mapped to
the system independent font styles on your system author: Allen Kamp |
loose feel for dragging faces |
feel-loose.r | v:0.2.1 5.5 KB 18 Aug 2020 | Add dragging capability to any face. Inspired by Red. author: Marco Antoniazzi |
Broadcast |
facebroadcast.r | v:1.0.0 709 bytes 15 Nov 2007 | UDP broadcast example author: ND |
Trapping and displaying an error |
form-error.r | 3.1 KB 20 Dec 2006 | Beginner's example for trapping errors. author: Tim Johnson |
Open a file or directory requester |
file-requester.r | v:1.4.11 29.5 KB 16 Sep 2017 | Requests a file or directory author: Marco Antoniazzi |
Find Block |
find-block.r | v:1.0.0 805 bytes 13 Mar 2003 | Finds a tuple in a block or tuple-space. author: Andrew Martin |
Download stock data |
get-stock.r | v:0.1.9 5.1 KB 9 Jan 2006 | Get stock data from Yahoo. Return a block of blocks:
date, open, high, low, close, volume, or the csv data as a sting. Optionally store the csv data as a file. author: matt licholai |
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 |
Garmin GPS protocol handler |
garmin-protocol.r | v:0.4.2 18.7 KB 12 Dec 2004 | Garmin eTrex Legend protocol handler author: Piotr Gapinski |
Garmin IMG decoder |
gps-xor.r | v:1.1.0 1.1 KB 6 Dec 2004 | Dekoduje pliki zakodowane funkcja XOR
Skrypt moze byc wykorzystywany jedynie w celach edukacyjnych. author: Piotr Gapinski |
Geek Within Automated Helper |
geekwithin.r | 1.8 KB 15 Jun 2004 | Defines a helpful assistant (unlike Microsoft's) that actually shows where to click to perform a set of instructions
Meant to be plugged-in to existing Rebol/View applications author: Bohdan Lechnowsky |
GLES and EGL library interface |
gles-egl-h.r | v:0.6.2 139.2 KB 28 Apr 2020 | Use modern OpenGL with shaders author: Marco Antoniazzi |
Gradient Colorize Examples |
grad-image.r | v:1.0.0 2.6 KB 13 Mar 2003 | Applies multiple gradients to a single image. author: Carl at REBOL |
Graph a function |
graph.r | v:1.1.0 19.2 KB 13 Jun 2004 | Graph a function
rounding function by Ladislav Mecir
Usage ....
Type in your function of x into the input field
Some pretty functions to get you started .....
3 * sin (0.5 * pi * x)
3 * sin (x * x)
exp(0.1 * x) * (sin(4 * pi * x))
4 * sin (4 * pi / x)
0.2 * exp(- x) * sin [...] author: Phil Bevan |
Graph functions |
graph-fx.r | v:0.1.0 10.7 KB 13 Mar 2003 | Some functions for making graphs with 3D columns author: Oldes |
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 |
Cool Effect Gel |
gel.r | v:1.3.2 1.7 KB 13 Mar 2003 | Power of the REBOL/View engine. author: Carl Sassenrath |
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 |
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 |
Hash Table |
hashtable.r | v:1.0.2 1.4 KB 13 Mar 2003 | Very simple Hashtable object, but usefull! author: Gregory Pecheret |