CGI common procedures |
cgibasic.r discussion documentation | 8.0 KB 10 Nov 2011 | This is a collection of functions that could be used in a
CGI program. There is nothing in this module that has not been done
better by others, but the code is more heavily annotated for beginners.
Separate documentation explains how to use the functions. The comments
should be helpful also. None of this is my original creation. I just
assembled and annotated, [...] author: Steven White |
Dialect Object Model |
quote-node-attributes.r discussion documentation | 5.4 KB 4 Jun 2022 | This script is used on data Sequence key value pairs with various different syntax styles such as
DOM Vars, html,xml,css, objects, arrays, json, rebol series, etc. It attempts to reformat malformed
key/value data found in a SL that's usually delimited as objects, arrays, or json statement.
It requotes *" *, and can creates tagged node-elements for look up in Dialect Object Models. Witch
then can be set as Vars to be used with rebol-DOM functions.
You can allso fine tune your own delimiter rules as characters or words patterens to use with the
strip-obj-chars-from() function. (DSL: domain specific language) author: [unknown] |
Graph functions |
graph-fx.r | v:0.1.0 10.7 KB 13 Mar 2003 | Some functions for making graphs with 3D columns author: Oldes |
IP Addresses |
ipaddress.r | v:1.0 2.9 KB 8 Dec 2006 | How to know local and wan addresses with Rebol author: François Jouen |
List How-To |
list-supply-how-to.r | 2.4 KB 18 Apr 2006 | How-To use a list and the 'supply block author: [unknown] |
Menu demo, using choice |
menudemo.r | 14.6 KB 15 Jan 2014 | Two purposes. Number one, to break down a menu demo from
Nick Antonaccio into such small pieces that I am able to understand
each piece, and thus the whole. Number two, to offer an idea of how
to write a REBOL script that demonstrates how to write a REBOL script.
This idea has been done before, so this is not completely new, just
different. It also shows [...] author: Steven White |
Who wants to be a Millionaire |
millionaire.r | v:1.0.2 4.9 KB 3 Jan 2014 | Who wants to be a Millionaire game author: Massimiliano Vessi |
Ping using Win32 API |
ping32.r | v:1.0.0 3.6 KB 18 Sep 2009 | Real (ICMP) ping using Win32 APIs author: Endo |
Printing module using PCL |
pclprt.r | 14.6 KB 27 May 2014 | A COBOL-like method for printing basic
text-oriented business reports. author: Steven White |
REBOL stress test |
rebol-stress-test.r | v:0.0.1 3.3 KB 13 Aug 2004 | Run various things to see what limits REBOL has.
Largest integer, largest decimal, depth of
stack, maximum words definable, etc. author: Sunanda |
Visual sorting |
visual-sorting.r | v:0.0.10 21.4 KB 17 May 2016 | Collect and show various sorting algorithms. author: Marco Antoniazzi |
Method to set some Rebol console parameters. |
window-util.r | v:1.0.0 2.8 KB 19 Mar 2010 | Used to set the Rebol console's window title and icon.
Include a method to get the current windows handle.
Work only in windows. author: Maxime Tremblay, idea comes from %no-rebol-in-title-bar.r script by Nick Antonaccio |
Alien Dialect Explanation |
alienexp.r documentation | v:1.0.0 1.4 KB 13 Mar 2003 | It came from outer space explained. author: Anonymous |
Alien Dialect |
alien.r documentation | v:1.0.0 1.9 KB 13 Mar 2003 | It came from outer space author: Anonymous |
Sends Email via CGI Form |
cgiemailer.r documentation | v:1.0.0 855 bytes 13 Mar 2003 | Uses a Web form to send an email message. author: Anonymous |
EASY SOCCER |
easy-soccer.r documentation | v:2.1.1 15.1 KB 3 Jan 2011 | Easy-Soccer is a broker based on CGI which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Soccer makes very easy to expose function written in Rebol like services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment Easy-Soccer uses a simple WEB server
and CGI to execute Rebol code [...] author: marco |
Write Text File |
ftpwrite.r documentation | v:1.0.0 457 bytes 13 Mar 2003 | Write a text file to an FTP server. author: Anonymous |
Library data services |
lds-local.r documentation | v:0.0.4 655 bytes 13 Aug 2004 | Provides the client end of the REBOL.org Library Data Services interface author: Sunanda |
Decimal Arithmetic |
money.r documentation | v:see mo 7.0 KB 22 Jul 2010 | Decimal arithmetic for numbers held as strings.
Numbers may have up to 12 integral digits
and always have 2 fractional digits author: peter |
Prime factors |
oneliner-prime-factors.r documentation | 556 bytes 23 Jun 2008 | [no purpose header found] author: Sunanda |