76 scripts tagged as: [type · module]
| ARCFOUR and CipherSaber | ||
| arcfour.r | 3.8 KB 18 Jan 2004 | Provides encryption and decryption using the ARCFOUR algorithm author: Cal Dixon |
| Area with scrollers style | ||
| area-scroll-style.r | v:1.0.0 13.7 KB 27 Sep 2004 | This is a new area style with possible vertical and/or horizontal scrollers.
It allow selection of text outside the viewable area and have a read-only mode. author: Didier Cadieu (alias DideC) |
| args - generic command-line argument parser. | ||
| args.r discussion documentation | v:0.1.10 29.9 KB 17 Dec 2008 | End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it. author: Maxim Olivier-Adlhoch |
| Associate | ||
| associate.r discussion | v:1.2.0 1.8 KB 13 Mar 2003 | Provides an associative memory store. author: Andrew Martin |
| 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 |
| 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 |
| Cacheserver | ||
| cacheserver.r | 2.2 KB 25 Sep 2004 | This is a tiny cache server, about as small as can be.
It may not be usable in a real-world application, but
it sure was a lot more fun to write than the 600 line
java application... author: [unknown] |
| 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 |
| Rebol CGI library | ||
| cgi.r | 6.8 KB 4 Mar 2004 | Provide everything needed to create a CGI script author: Cal Dixon |
| Google Chart API | ||
| charts-api.r documentation | v:0.1.1 3.2 KB 24 Jul | Generates a URL to access the Google Charts API author: Christopher Ross-Gill |
| Content Management | ||
| content-management.r documentation | v:1.0.0 4.3 KB 13 Mar 2003 | test author: Christopher Ross-Gill |
| Software engineering: design by contract | ||
| contract.r | v:1.0.1 5.7 KB 6 May 2003 | Facilitates design by contract author: Maarten Koopmans |
| 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 |
| CouchDB Client | ||
| couchdb3.r | v:0.0.11 11.5 KB 22 Jan | Use couchdb as a datastore ( http://couchdb.apache.org/ ) author: Ingo Hohmann |
| CRC-32 | ||
| crc32.r | v:1.1.0 8.7 KB 5 Apr 2006 | CRC32 checksum function author: Vincent Ecuyer |
| 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 |
| EASY SERVICE | ||
| easy-service.r | v:1.0.2 14.8 KB 16 Nov 2005 | Easy-Service is a broker based on REBOL/Service which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Service makes very easy to expose function written in Rebol like REBOL/Services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment easy-service uses a simple [...] author: marco |
| EASY SOCCER | ||
| easy-soccer.r documentation | v:2.1.1 15.1 KB 23 Dec 2005 | 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 |
| Eat | ||
| eat.r | v:1.0.3 5.3 KB 13 Mar 2003 | Experimental Event filtering --- speeds up view! author: Italian Connection (Gabriele Santilli - Romano Paolo Tenca) |
| Emit RSS | ||
| emit-rss.r documentation | v:1.0.0 4.5 KB 19 Nov 2007 | Create an RSS Feed from a REBOL Block. author: Christopher Ross-Gill |
| REBOL::EXIF | ||
| exif-core.r discussion | v:1.3 9.7 KB 22 Dec 2003 | obsluga plikow JPEG/EXIF author: Piotr Gapinski |
| REBOL::EXIF::IMAGE | ||
| exif-image.r | v:1.2 4.1 KB 22 Dec 2003 | obsluga plikow JPEG/EXIF author: Piotr Gapinski |
| Extract URLs | ||
| extract-urls.r documentation | v:1.0.0 1.3 KB 29 Nov 2009 | To identify and extract URIs from plain text author: Christopher Ross-Gill |
| Eztwain Support | ||
| eztwain.r discussion | 2.5 KB 6 May 2006 | Support image grabs from webcam using commercial eztwain library. author: Graham Chiu |
| FastCGI Broker | ||
| fcgi-broker.r | v:1.0.1 2.6 KB 15 Dec 2005 | Rebol script broker for a hooked rebol interpreter launched as a FastCGI application.
This is the root script which runs others scripts on request of the FastCGI peer.
This enables REBOL/Core or REBOL/View to act as a FastCGI application without the need
for REBOL/Command.
This script only works on Windows with a patched REBOL interpreter.
Details available at [...] author: Pascal Hurni |
| file-date-comparison-ctx | ||
| file-date-comparison-ctx.r | 3.3 KB 21 May 2007 | Compare file dates using a dialect author: Gregg Irwin |
| File globbing module and dialect | ||
| file-list.r discussion documentation | v:0.0.2 30.2 KB 19 Oct 2006 | Given a file spec, and optional criteria for date, size,
and attributes, the FILE-LIST function returns a block of
files that match the spec and criteria.
It is also a test-bed for how to integrate dialects with
one-another. There are sub-dialects for date, size, and
attribute tests, and FILE-LIST encapsulates those, along [...] author: Gregg Irwin |
| file-size-comparison-ctx | ||
| file-size-comparison-ctx.r | 3.3 KB 21 May 2007 | Compare file sizes using a friendly dialect author: Gregg Irwin |
| Geek Within Automated Helper | ||
| geekwithin.r | 1.8 KB 15 Jun 2004 | Defines a helpful assistant (unlike Microsoft's) that actually shows where to click to perform a set of instructions
Meant to be plugged-in to existing Rebol/View applications author: Bohdan Lechnowsky |
| glayout - GLASS-based layout engine | ||
| glayout.r | v:0.5.4 141.6 KB 16 Nov 2006 | replace vid dialect layout while keeping its basic featureset author: Maxim Olivier-Adlhoch |
| 1 / 76 | [1] | 2 | 3 |







