REBOL HTTP Proxy |
proxy.r | v:1.0.0 11.5 KB 13 Mar 2003 | This script serves many purposes.
1. Act as an HTTP proxy
2. See what your broswer sends out as an HTTP request
3. Add data filters to remove Javascript pop-up windows,
remove banner ads, and more...
Uncomment line towards the bottom of the script marked for JavaScript
to enable JavaScript popup window death!! author: Sterling Newton |
libpango library interface |
pango-h.r | v:0.5.1 171.7 KB 9 Jun 2019 | Code to bind pango and pango-cairo shared libraries to Rebol. author: Marco Antoniazzi |
Mathematical Expression Dialect Parser |
parse-expression.r documentation | v:0.9.6 8.3 KB 22 Mar 2011 | Converts a mathematical expression into a block of rebol code that can be evaluated. author: Francois Vanzeveren |
Quote bot |
quote-bot.r | v:1.0.0 1.0 KB 13 Mar 2003 | Runs a rugby request to a quote server. author: Ryan S. Cole |
CGI Remote Console |
remote-console.r | 2.5 KB 26 Sep 2009 | Allows you to type REBOL code into an HTML text area, and have
that code execute directly on your web server. The results of the
code are then displayed in your browser. This essentially functions
as a remote console for the REBOL interpreter on your server. You
can use it to run REBOL code, or to call shell programs directly on [...] author: [unknown] |
Simple Rich Text renderer |
render-rich-text.r | v:1.3.0 4.7 KB 16 Jan 2004 | Defines the render-rich-text function, that is able to render
simple rich text in a face. author: Gabriele Santilli |
Win-Registry-Control |
registry.r | v:1.1.0 13.9 KB 13 Mar 2003 | View and modify data of windows registry. author: Frank Sievertsen |
Dialect Object Model |
rebol-dom-mdlparser.r | 71.6 KB 7 Jul 2023 | ----a future Rebol browser API?----
%Rebol-DOM.r mdlparser.r can view DOM's as VID.
The Rebol-dom code in the mdlparser has
been updated. I'll improve the mdlparser
and post updates as time permits or if anyone
request specific changes that will improve it.
This mdlparser [...] author: daniel |
RAR parser |
rar.r | v:0.1.1 5.6 KB 13 Mar 2003 | Just if you need to search inside your RAR archives (for example) author: Oldes |
RCON protocol handler |
rcon.r | 3.0 KB 17 Oct 2003 | Allow rebol scripts to perform remote server administration tasks for Half-life game servers author: Cal Dixon |
Read a Remote Payment and Presentation System file |
rpps.r | 14.4 KB 7 Nov 2011 | This is a module for reading and taking apart a modified
NACHA file used in the Remote Payment and Presentation System.
If those terms mean anything, this could be a useful module.
If those terms mean nothing, then at least this module could be an
example of a way to handle a text file of fixed-format records.
In 25 words or less, a [...] author: Steven White |
read-below |
read-below.r discussion documentation | v:1.0.0 3.6 KB 13 Aug 2004 | Reads all files and directories below specified directory author: Brett Handley |
REBftp simple ftp client |
rebftp.r | v:1.3.0 7.9 KB 13 Mar 2003 | A simple program to upload and download files to/from an ftp server. author: David Crawford |
REBOL Diff and Patch functions |
reboldiff.r documentation | v:1.1.1 11.5 KB 29 Jul 2005 | Implements diff and patch in REBOL. Allows you to see
differences between text files. author: Gabriele Santilli |
Rebol Reader |
rebol-reader.r | v:0.1.2 64.1 KB 10 Apr 2006 | The script is a method to provide an orderly collection of scripts and
documents to form a Rebol reference. author: R.v.d.Zee |
REBOL SVS |
rebsvs.r | v:0.7.2 8.6 KB 11 Dec 2010 | Source version system for REBOL author: nicolas |
Tiny REBOL Server |
rebserver.r documentation | v:1.0.0 0.9 KB 13 Mar 2003 | The distributed REBOL server that builds the REBOL system. author: Anonymous |
Rebolide |
rebolide.r discussion | v:5.4.39 227.7 KB 7 Sep 2012 | A Rebol IDE for beginners that helps learning Rebol.
I suggest you to put this script in a separete folder. author: Massimiliano Vessi |
rem REBOL External Modules |
rem.r | v:0.1.1 2.4 KB 8 Jul 2011 | rem REBOL External Modules management, like gem in Ruby author: RedChronicle |
Mail Reader |
readmail.r documentation | v:4.14.14 143.0 KB 29 Jun 2007 | Browse/Read/Retrieve E-mail author: [unknown] |