Easy Quick Plot |
ez-plot.r | v:0.1.1 60.5 KB 13 Mar 2003 | Simple tutorial for using the quick plot dialect. author: Matt Licholai |
Quick Plot Dialect |
q-plot.r | v:0.1.0 41.4 KB 6 Mar 2007 | Provide a quick and easy to use dialect for plotting in REBOL author: Matt Licholai |
Threads Demo |
demo1.r | v:0.0.1 1.6 KB 1 Dec 2004 | show native multithreading with view 1.3 author: François Jouen |
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 |
Random Number Generator Demo |
demorandom.r | v:1.0 7.9 KB 19 Jun 2009 | Some examples how to use randomr lib author: François Jouen. |
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 |
Led Clock |
ledclock.r | v:1.0 9.7 KB 11 Oct 2010 | A simple demo with leds author: FrançÂois Jouen |
Threads Demo |
threaddemo.r | v:1.0 4.2 KB 5 Jan 2005 | show multithreading with rebol (all versions) author: François Jouen |
Origami Demo |
upmc12.r | v:1.0 223.0 KB 26 Feb 2007 | Playing with Rebol on Ultra Mobile Personal Computer. Use keyboard arrows for options! author: François Jouen |
vTrend |
vtrend.r | v:1.0.0 5.1 KB 11 Jul 2006 | This little utility will generate natural looking trends for you.
You can set a few parameters and marker points for the trend to make it looking as you wish. author: Varga Árpád |
rewrite-gfx |
rewrite-gfx.r | v:0.0.2 6.1 KB 2 Jan 2005 | Using a (forth-featured) rewrite-grammar to plot
recursive (turtle) graphics author: Piotr Gapinski |
3D-Surface Plot |
surface.r | v:1.0.0 24.5 KB 10 Aug 2007 | Draw a surface with 3-D Perspective and allow roation author: [unknown] |
Similarity Metrics |
simetrics.r discussion documentation | v:0.5.0 21.2 KB 19 Feb 2006 | Toolkit of string distance metrics. author: Francois Vanzeveren (fvz) |
Console capture |
capture.r discussion | v:1.0.0 1.1 KB 13 Mar 2003 | Capture console output in a string! author: Nenad Rakocevic |
CGI Form with Defaults |
cgiformobj.r discussion documentation | 1.3 KB 13 Mar 2003 | Handles a CGI form, providing default values for
missing fields in the form. Returns a web page.
(The associated cgiform.html file contains the form). author: [unknown] |
Code 3 of 9 (Code 39) Barcode Generator |
code39.r discussion | 2.6 KB 17 Apr 2006 | Generates Code 39 barcode images which can be printed out and read with a
standard barcode reader.
Code 39 is limited to the alphanumeric characters listed in the 'code39
block within the function.
It is a very popular barcode format in the US and doesn't need to conform
to any particular length of characters and has no limitations placed on it
by any sanctioning [...] author: Bohdan Lechnowsky |
Gateway for read from url with modern SSL/TLS |
reads.r discussion documentation | v:0.0.1 858 bytes 8 Jul 2024 | Function allows you to read a file via a link using the HTTPS protocol with modern methods of traffic SSL/TLS encryption author: Sergey Pochinok |
VID1 for R3 |
vid1r3.r3 discussion | v:0.3.20 113.6 KB 17 Apr 2022 | Lets you use VID1 with R3 author: Marco Antoniazzi |
Visual Illusions Series: Kanizsa's Figures |
kanizsa.r | 2.1 KB 15 Jun 2005 | show some visual illusions with rebol (view 1.3) author: François Jouen |
Mini Synthesizer |
minisynth.r | v:0.0.3 65.0 KB 22 Sep 2005 | Multi-purpose music program with the following features:
1) a 24-key (2-octave range includes middle C to B) keyboard/synthesizer with visual and audio output
2) for most basic chords in any given key, outputs the sound of that chord, the formal musical notation, and the corresponding keyboard keys
3) plays Twinkle Twinkle... author: Ayrris Aunario |