1 million rows grid 3 |
1-million-rows-grid3.r | 2.2 KB 11 Mar 2017 | Demo of grid data display, with lots of features (save/load, add/remove, undo,
multiline edit, sort, search, key scroll, separator lines, etc.) using VID's 'list style.
See the minimal examples (grids 1 and 2) to learn the basics about using the
VID list widget. author: nick |
Little 3D Game |
3d-game.r | 3.8 KB 2 Jan 2017 | Try to click the bouncing REBOLs as many times as possible in 30 seconds.
The speed increases with each click! The 3D logic and calculations in this
script were taken directly from Gregory Pecheret's ebuc-cube script, at:
http://www.rebol.net/demos/download.html
This script can also be found in the tutorial at http://re-bol.com [...] author: nick |
99 Bottles of Beer |
99-bottles-of-beer.r | 834 bytes 7 Dec 2013 | Prints the 99 Bottles of Beer song lyrics, with proper grammar.
Bottles changed to bottle at the end of the 2 line, and
throughout the 1 line. 0 changed to No in the last line. author: nick |
Autoextracting REBOL file creator |
autoextract.r | v:1.0.0 1.5 KB 13 Mar 2003 | Send files via email which can be decompressed simply by executing the contents of the message when it is received. author: Bohdan Lechnowsky |
Advanced R3D demo |
advanced-r3d.r | v:3.1.6 6.8 KB 17 Oct 2012 | R3D demo author: Massimiliano Vessi |
ARFF Data Mining |
arff-datamining.r | 2.7 KB 26 Feb 2009 | Implement a framework for Data Mining algorithms that works on ARFF files.
Includes various algorithms. Assumes class being mined for is the last attribute. author: Izkata |
args.r test |
args-test.r | v:0.1.6 2.4 KB 11 Dec 2008 | Demonstrate the use of the args.r module on rebol.org author: Maxim Olivier-Adlhoch |
Attribute Values Extractor |
ave.r | 2.1 KB 23 Jan 2006 | Extract attribute values from (HTML) tags author: hy |
ARCFOUR and CipherSaber |
arcfour.r | 3.8 KB 18 Jan 2004 | Provides encryption and decryption using the ARCFOUR algorithm author: Cal Dixon |
Data formatter |
align.r | v:1.0.0 1.1 KB 13 Mar 2003 | Create text columns author: Bohdan Lechnowsky |
Build-Tag |
build-tag.r | v:1.2.0 1.3 KB 13 Mar 2003 | Build-Tag is a replacement Build-Tag that handles XML attributes.
An earlier version of Build-tag is incorporated into latest Rebol/Core. :) author: Andrew Martin |
Binary Search |
binary-search.r | 1.8 KB 5 Nov 2007 | Find an index in a sorted list, at which an item must occur,
if the item exists in the list.
in time porportional to log-2 of the number of items in the list.
NOTE WELL no effort is made to confirm the series is actually sorted.
returns none if the input arguments are (detectably) flawed
returns a index of a match OR an index [...] author: Tom Conlin |
Blogger |
blogger.r | 1.9 KB 22 Apr 2010 | This program allows users to create and add entries to an online blog page.
The GUI has text fields which allow the user to enter a title, link, and blog text,
as well as a button to select an image file which will be uploaded and included
in the blog entry. When the Upload button is clicked, an HTML file is created
and uploaded to [...] author: nick |
Binary File Transfer |
binary-file-transfer.r | 1.2 KB 4 Dec 2009 | Demonstrates how to transfer binary files between 2 computers
connected by a TCP port. This is a shortened version of the script
explained at http://www.rebol.net/cookbook/recipes/0058.html .
There are 2 separate programs here - one to run as server, and another
to run as client. The script is configured to demonstrate on a single [...] author: nick |
VID Button Set |
button.r | 2.4 KB 8 Mar 2009 | A simple VID Button set. Includes Ok, Cancel, Toggle and Choice author: Ammon Johnson |
Black Scholes Option Price |
black-scholes.r | v:0.1.1 2.5 KB 13 Mar 2003 | Provide a Rebol function for computing the Black-Scholes (1973) formula for determining an European style Option Price. author: Matt Licholai |
Clone |
clone.r | v:1.0.1 1.2 KB 13 Mar 2003 | Clone objects by copying objects inside. author: Andrew Martin |
Mapserver client: Demo map |
cl4mapserv.r | v:0.2.3 38.0 KB 13 Mar 2006 | Simple Mapserver (http://mapserver.gis.umn.edu) client. author: Janeks Kamerovskis |
libcairo library interface |
cairo-h.r | v:0.6.0 165.4 KB 20 May 2019 | Code to bind cairo graphics shared library to Rebol. author: Marco Antoniazzi |
Chord Accompaniment Player |
chord-accompaniment-player.r | 2.4 KB 30 Jun 2008 | Plays music backup tracks, based on chord progressions
entered as text.
See http://musiclessonz.com/rebol_tutorial.html#section-31.11
for a case study about how this program was created. author: nick antonaccio |
Rebol CGI library |
cgi.r | 6.8 KB 4 Mar 2004 | Provide everything needed to create a CGI script author: Cal Dixon |
CAS Registry Number |
cas-rn.r | v:1.0.1 3.3 KB 25 Oct 2005 | The CAS Registry (http://www.cas.org/EO/regsys.html) is a widely
used database of chemical substances. The CAS Registry Numbers are a de
facto standard for the identification of chemical substances.
This module contains helper functions to handle CAS Registry Numbers. author: Daniel Rybowski |
Currency Rate Conversion Calculator |
currency-calculator.r | 1.9 KB 9 Feb 2013 | This example downloads and parses the current (live) US Dollar
exchange rates from http://x-rates.com. The user selects from
a list of currencies to convert to, then performs and displays the
conversion from USD to the selected currency. All of the parsing
occurs when the Convert button is clicked. The first half of the [...] author: Nick Antonaccio |
Color converter (RGB to HSL v.v.) |
color-converter.r | v:1.0.0 4.8 KB 18 Apr 2011 | To convert RGB color values to HSL values v.v.
and to show them visually author: Rudolf W. Meijer |
Clausius Clapeyron |
cla-cla.r | v:1.0.6 1.6 KB 1 Feb 2012 | Given the data, check if it's steam or water,
and give the temperature for boiling water.
It usese the Clausius-Clapeyron equation and give the flow in the tube to reach the atmosfere. author: Massimiliano Vessi |