Clone |
clone.r | v:1.0.1 1.2 KB 13 Mar 2003 | Clone objects by copying objects inside. author: Andrew Martin |
REBOL Standard Colors |
color-names.r | v:1.0.1 1.8 KB 13 Mar 2003 | Displays the official built-in REBOL named colors. author: Carl Sassenrath |
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 |
Throwing and Catching Named Values |
catcher.r | v:1.0.0 920 bytes 6 May 2003 | Throwing and catching functions. author: Jeff Kreis |
Html Pretty Print REBOL |
colorize.r documentation | 3.9 KB 13 Mar 2003 | Syntax highlighting for HTML display of REBOL scripts author: Jeff Kreis |
Digital Clock |
clock.r | v:1.2.0 606 bytes 13 Mar 2003 | Displays a simple digital clock in its own window. author: Carl Sassenrath |
Console udp-broadcast |
console-udp.r | v:1.0.0 1.2 KB 15 Nov 2007 | Console IO udp-broadcast instead of echo file!. When rebol echo function! is executed then bcast-on is automaticly closed by rebol,
scheme: 'file takes over for echo in system/ports/echo. There is no check on udp port, please change to the right port. Use of an
udp-listen on a remote console/machine can now listen for udp traffic from this console and capture it to file i.e. [...] author: ND |
CopyCon |
copycon.r | v:1.0.0 817 bytes 15 Nov 2007 | Inline Line-Editor for Rebol Console mode, you can extent by loading/saving/exeucting the buffer author: ND |
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 |
cookie-jar reader/writer |
cookie-jar-lib.r | v:0.0.1 2.4 KB 30 Mar 2005 | Parses cookie-jar files and returns a block of records.
Records are blocks of either strings or name-value pairs.
if /keep-comments is used there will be two fields for
each record: 'content and 'comment; comment may be none. author: Gregg Irwin |
Calendar and Scheduler |
calendar.r discussion | v:1.0.7 8.1 KB 10 Jul 2008 | A simple calendar application. author: Sterling Newton |
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 |
CSV |
csv.r discussion | 1.6 KB 13 Mar 2003 | .CSV file manipulation functions. author: [unknown] |
Object Cloner |
cloneobj.r | 822 bytes 13 Mar 2003 | Clone objects recursively. This way the objects inside
are copies instead of references. author: Erin A. Thomas |
Convertisseur |
convertisseur.r | v:1.0.0 1.2 KB 25 Aug 2004 | convert Francs vs Euros author: Philippe Le Goff |
ConsoleIO |
consoleio.r | v:1.0.0 737 bytes 13 Mar 2003 | Console prompt output save,saves
all console input to history.log file when in console mode. author: Norman Deppenbroek |
Common Parse Values |
common-parse-values.r | v:1.3.0 1.8 KB 13 Mar 2003 | Common Parse Values author: Andrew Martin |
Console capture |
capture.r discussion | v:1.0.0 1.1 KB 13 Mar 2003 | Capture console output in a string! author: Nenad Rakocevic |
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 |
File Encryption and Decryption Utility |
crypt.r | v:1.0.4 1.9 KB 13 Mar 2003 | An example utility that encrypts and decrypts files using a highly secure form of encryption (the Blowfish algorithm with 128 bits). Requires REBOL/View/Pro or REBOL/Command to run. author: Carl Sassenrath |
Cookie Client |
cookies-client.r | 8.9 KB 13 Mar 2003 | To grab cookies from the server and post form data. author: andrew grossman |
Calculese |
calculese.r | v:1.0.0 4.7 KB 14 Oct 2004 | A dialect for creating calculators. author: Ryan S. Cole |
CLS |
cls.r documentation | v:1.0.0 480 bytes 13 Mar 2003 | Clears the console screeen. author: Andrew Martin |
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 |
Celcius |
celcius.r | v:1.0.0 682 bytes 13 Mar 2003 | Converts Temperature in Fahrenheit to Celcius. author: Andrew Martin |