VID: Faces and Facets |
faces.r | 4.1 KB 20 Mar 2010 | Show Faces and Facets Values author: François Jouen |
Temperature Converter |
f-to-c.r | 1.1 KB 28 May 2007 | Practicing Rebol/View author: Nelson Benavides |
Fade Presentation |
fadetext.r | 1.3 KB 19 Jul 2003 | Demonstrate fade effects author: Jeff |
FF3 ZSNES Saved state editor |
ff3edit.r | 10.0 KB 4 Mar 2004 | A tool to edit saved state files for Final Fantasy 3 as created by the ZSNES emulator author: Cal Dixon |
Fish 'n Strips |
fish.r | 806 bytes 13 Mar 2003 | Fun with Transparency author: Allen Kamp |
Simple GradCol Example |
gradcol.r | 791 bytes 19 Jul 2003 | Demomstrate graduated colors author: Jeff |
Cool Effect Gel |
gel.r | v:1.3.2 1.7 KB 13 Mar 2003 | Power of the REBOL/View engine. author: Carl Sassenrath |
glayout - GLASS-based layout engine |
glayout.r | v:0.5.4 141.6 KB 16 Nov 2006 | replace vid dialect layout while keeping its basic featureset author: Maxim Olivier-Adlhoch |
Global services module |
glb.r documentation | 14.3 KB 7 Nov 2011 | This is an idea for packaging up code, plus some small
demos of how to do various things, harvested from the cookbook and
the mailing list. They are things that are done so often and in so
many situations that the author found it helpful to package them up
in a file of personal functions. All these techniques are shown in
various places, but this [...] author: Steven White |
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 |
Gradient Multiply |
gmul.r | 590 bytes 19 Jul 2003 | demonstrate gradient multiply effects author: Jeff |
Gradients demonstration |
gradient.r | 848 bytes 19 Jul 2003 | Gradients demonstration author: Jeff |
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 |
Grey-Soft: Bluetooth Accelerometer Acquisition 2.0 |
gsdemo.r | v:2.0 147.3 KB 6 Jul 2010 | Using GS bluetooth XYZ devices with Rebol. This a demo version. author: François Jouen |
Guitar Chord and Scale Diagrammer |
guitar-chord-and-scale-diagrammer.r | 1.6 KB 12 Jan 2014 | A little example for the new tutorial at:
http://re-bol.com/starting_computer_programming_with_rebol.html
When the program starts, enter the number of frets you want in your diagram.
(The default is 5 frets, but you could use 3 or 4 for smaller diagrams,
or more for full fretboard scale diagrams)
Click any fret on any string [...] author: nick |
Guitar Chord Diagram Maker |
guitar-chord-diagram-maker.r | 2.8 KB 29 Jun 2008 | A demo program that creates, saves, and prints collections of guitar chord fretboard diagrams.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Herd The Sheep Game |
herd-the-sheep.r | 3.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 |
Iconic Image Browser |
icon-browse.r | v:1.1.1 4.7 KB 29 May 2004 | Browse a directory of images using a scrolling list of icons.
Displays a progress bar while icons are being created. author: Carl Sassenrath |
Jeopardy |
jeopardy.r | 19.5 KB 7 Oct 2009 | A GUI game reminiscent of the popular TV show. Click on the header image
to create and save config files which contain questions and answers to
separate games. Change the sizer variable to resize the entire layout to
fit different screens.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: [unknown] |
Keyboard Trener |
keyboar-trener.r | v:1.0.0 3.8 KB 25 May 2007 | Learn to write rebol words faster without looking at keyboard. author: Karol Gozlinski |
The Kasper Program |
kasper.r discussion | v:1.0 2.1 KB 13 Jun 2008 | Please Ingri (my sister, the dog owner) author: [unknown] |
Visual Illusions Series: Kanizsa's Figures |
kanizsa.r | 2.1 KB 15 Jun 2005 | show some visual illusions with rebol (view 1.3) author: Franois Jouen |
Layout Writer |
layout-writer.r | v:0.1.1 10.1 KB 18 Mar 2008 | The script was intended as a method for writing scripts. A layout may
be written in the editor and then displayed in the same script. Writers can change
the script and view the changes without leaving the editor.
Reference material may be drawn into the program, reviewed, and even copied
and pasted into the editor. author: R.v.d.Zee |
Led Clock |
ledclock.r | v:1.0 9.7 KB 11 Oct 2010 | A simple demo with leds author: François Jouen |
Logviewer |
logviewer.r | 16.0 KB 13 Oct 2006 | Monitor log files. Please read included readme for further information author: Daniel Szmulewicz |