Gateway for request to AI |
ai-geteway.r discussion documentation | v:0.0.4 2.6 KB 20 Nov 2024 | A function that makes an AI request via the Internet and returns a response. author: Sergey Pochinok |
Anonymous CGI session services |
acgiss.r documentation | v:0.0.1 8.1 KB 18 Dec 2006 | Provide basic cookie support for CGI scripts author: Sunanda |
REBOL/AI Image linker |
ai.r | v:1.0.0 15.8 KB 13 Mar 2003 | Simple dialect for creating AdobeIllustrator files (ai) with linked images author: Oldes |
REBOL Blogger |
blog.r documentation | v:1.3.2 18.3 KB 10 Jan 2005 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
Binary Data in REBOL Scripts |
bin-data.r documentation | v:1.0.0 8.8 KB 13 Mar 2003 | Example of how to decode binary data in REBOL scripts This example includes a base-64 encoded image. (See bin-save.r for an example of how to create this file.) 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 |
Bignumbers.r |
bignumbers.r discussion | v:1.0 4.8 KB 22 Mar 2007 | This script allows you to apply the four classical operations (add, subtract divide, multiply) on very big positive integers.
Size of the integers is only limited by the size of a rebol string since numbers are represented as strings.
When using this script, keep in mind that the operations manipulate string numbers in reverse order (see example at the end of [...] author: [unknown] |
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 |
Web Site Builder |
build-site.r documentation | v:1.0.0 5.6 KB 13 Mar 2003 | The actual script that builds the REBOL web site (using a master template and a navigation structure). author: Carl Sassenrath |
Functions for calculations with big integer numbers |
bigmath.r | v:0.2.0 30.0 KB 4 May 2019 | Make calculations with big integer numbers. author: Marco Antoniazzi |
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 |
Build a Program Package |
build-pack.r documentation | v:1.0.0 2.1 KB 13 Mar 2003 | Creates a single compressed REBOL program from a list of file modules. Modules can include binary data files such as images. author: Carl Sassenrath |
Best File Fit |
bestfit.r discussion | v:1.0.0 5.9 KB 18 Jun 2004 | List the files that best fill up the available space.
Use predefined strings or insert the available space in KB (= 1000 byte).
Useful for selecting files to best fill up a CD/DVD. author: Mauro Fontana |
brother to text |
bro2text.r | v:1.1.0 2.4 KB 1 Feb 2007 | Converts some brother word processing files (.wpt) to text. author: Ryan S. Cole |
bin-to-float |
bin-to-float.r discussion | v:0.0.3 1.2 KB 8 Nov 2006 | Convert a binary file to a series of floats and back author: Glenn M. Lewis |
Encode binary data to plain text and decode it |
bin-encode.r | v:0.9.0 16.4 KB 15 Dec 2012 | Converts from and to Base64, UUencode, XXencode, BinHex 4.0, Ascii85, FScode, Quoted-printable, Q-encoding, Percent-encoding author: Marco Antoniazzi |
Client for BaseX XML Database |
basexclient.r | v:0.1 4.4 KB 4 Jun 2010 | BaseX Native XML binding author: Sabu Francis |
Encoding Binary Data in REBOL Scripts |
bin-save.r documentation | v:1.0.0 603 bytes 13 Mar 2003 | Example of how to save base-64 encoded binary data in REBOL scripts. (See bin-data.r as an example of how to decode the data.) author: Anonymous |
BNF Parser |
bnf-parser.r | v:1.1.0 7.7 KB 6 Mar 2013 | Parse BNF rules. author: Brett Handley |
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 |
REBOL Ale |
beer.r documentation | v:1.0.0 1.3 KB 13 Nov 2003 | A rich, malty, copper brew. author: Anonymous |
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 |
REBOL2 Codec System |
codecs.r documentation | v:1.0.1 19.5 KB 6 Mar | [no purpose header found] author: Annick ECUYERupdated: 7-Mar-2025 |
CRUD Builder |
crudbuilder.r | 2.6 KB 10 Dec 2013 | A simple GUI application builder. For each unique application, just copy this
script to a new file name, edit the 'filename used to store record data (replace
%mycruddatafile with a filename specific to each new app), and then edit the
'widgets block. Any field or area widgets assigned a label will automatically be
included in the [...] author: nick |
Card File |
card-file.r | 2.0 KB 5 Mar 2010 | This is the quintessential simple text field storage application.
It can be used as shown here, to save contact information, but by
adjusting just a few lines of code and text labels, it could be easily
adapted to store recipes, home inventory information, or any other
type of related pages of data.
A version of this script [...] author: nick |