Images Buttons |
button-image.r documentation | v:1.0.0 762 bytes 13 Mar 2003 | Example of how to make buttons made from images. Clicking on a button updates text in the window. author: Anonymous |
BNF grammar compiler |
bnf-compiler.r | v:1.0 11.0 KB 13 Dec 2009 | convert BNF grammar to REBOL parse rules author: Maxim Olivier-Adlhoch |
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 |
Encode/Decode Base58 |
base58.r | v:1.0.0 1.1 KB 5 Dec 2009 | To Encode Integers as Base58.
Used by some URL shortening services. author: Christopher Ross-Gill |
Piles of Button Styles |
buttons.r documentation | v:1.1.0 4.4 KB 13 Mar 2003 | Displays 52 button styles out of the hundreds possible. author: Carl Sassenrath |
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 |
Blood |
blood.r | v:0.1.1 19.1 KB 7 Mar 2009 | Usefull example to demo and learn how to use liquid. author: Maxim Olivier-Adlhoch |
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 |
Blit-r |
blit.r | v:1.0.0 6.2 KB 17 Jan 2013 | A simple 16 modes blitter function author: Vincent Ecuyer |
BNF Parser |
bnf-parser.r | v:1.1.0 7.7 KB 6 Mar 2013 | Parse BNF rules. author: Brett Handley |
Base conversion functions |
base-convert.r documentation | v:0.0.2 8.0 KB 2 Sep 2005 | Functions to convert an decimal whole number to and from any arbitrary base author: Sunanda |
better-than-nothing sqlite3 handler |
btn-sqlite.r discussion | v:0.2.2 5.7 KB 30 Jan 2006 | easy access to sqlite3 database without /Pro or /Command features author: Piotr Gapinski |
Brainfuck |
bf.r | 1.3 KB 21 Mar 2009 | REBOL implementation of this language: http://en.wikipedia.org/wiki/Brainfuck
bf is 232 bytes compressed (see end of script). author: John Niclasen |
Display Black Text |
black-text.r documentation | v:1.0.0 512 bytes 13 Mar 2003 | Display black text on a white background. author: Anonymous |
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 |
Choose and convert colors |
color-requester.r | v:0.8.10 37.5 KB 12 Jan 2024 | Requests a color or modify or convert it author: Marco Antoniazzi |
Count and Download |
counload.r | v:1.0.0 2.5 KB 13 Mar 2003 | Downloads numbered filenames from the internet. author: Tommy Giessing Pedersen |
Synchronizable Calendar/Scheduler |
calendar-install.r discussion | 1.4 KB 18 Oct 2013 | Easy-to-use Calendar/Scheduler that can be synchronized over a network, and has popup-alerts. author: Izkata |
chmod777to555 |
chmod777to555.r | 1.4 KB 17 Apr 2010 | I use this script to make sure that there are no files chmod'd to 777
on my webservers. Built in is a routine that collects and writes the
name of every folder and every file on my server, to a text file.
Taken from the tutorial at http://re-bol.com author: nick |
CSS |
css.r documentation | v:1.0.0 2.1 KB 13 Mar 2003 | CSS generates CSS markup from Rebol
words, paths, tags, blocks and other Rebol values. author: Andrew Martin |
CSS Sprite creator |
css-sprite.r | 1.2 KB 20 Feb 2011 | [no purpose header found] author: onetom@hackerspace.sg |
OTA bitmap to GIF converter |
converter.r | v:1.1 13.9 KB 25 Sep 2004 | Converts so-called operator logos for cell phones, i.e. OTA bitmaps
into ordinary two-colour GIFs. author: HY |
Crystal Reports |
crystal-reports.r | v:0.1.0 10.2 KB 6 Apr 2007 | Provides a basic API to the Crystal-ReportŪ report engine (crpe32.dll) to show, print and export reports.
Allows for setting formulas and selection criteriae as well as passing parameters when launching reports. author: Christian Ensel |
CSV |
csv.r discussion | 1.6 KB 13 Mar 2003 | .CSV file manipulation functions. author: [unknown] |
Content-Type |
content-type.r | v:1.0.1 626 bytes 13 Mar 2003 | Prints Content-type header for cgi. author: Andrew Martin |