Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
HTML Dialect
html.r
 documentation
v:0.0.7
21.8 KB
20 Aug 2008
HTML dialect for simple generation of webpages with REBOL code.
author: henrik mikael kristensen
CGI with FORM with refilled data
cgi-form-val-example.rv:0.0.1
4.9 KB
28 Aug 2012
Example of how a webform could be processed by a REBOL script, refilling previously filled fields when errors in input are detected. For performance it is always better to have some validation (using e.g. Javascript) on the client side first, but for safety the check also needs to be (re)done at the server side.
author: Arnold van Hofwegen
The Kasper Program
kasper.r
 discussion
v:1.0
2.1 KB
13 Jun 2008
Please Ingri (my sister, the dog owner)
author: [unknown]
cookie-example.r
cookie-example.r
 documentation
v:1.0.1
7.5 KB
13 Aug 2004
Demonstrates how to set session cookies and use them to retrieve session variables. Much of the code has been cobbled together from much more structured (ie not all in one module) code used by rebol.org itself
author: Sunanda
The index takes it all
nicer-urls.r
 documentation
v:0.1.0
3.3 KB
17 Sep 2012
This is my REBOL version of the php script from http://www.alistapart.com/articles/succeed/
author: Arnold van Hofwegen
Time Web Pages
timewebs.r
 documentation
v:1.0.0
1.1 KB
13 Mar 2003
Time how long it takes to get each of the web pages listed in a block.
author: Anonymous
Average
average.r
 discussion
v:1.0.0
626 bytes
8 Jul 2003
Averages the values in the Block.
author: Andrew Martin
Date and time functions
date-time.r
 discussion
v:1.1
11.8 KB
24 Feb 2011
This script contains the Rebol implementation of some date and time functions provided in the glibc library and the gnumeric (and therefore Microsoft Excel) software. While the use and handling of date and time data are in most cases straightforward with Rebol, some of the advanced date and times functionalities found in glibc and gnumeric are still missing in [...]
author: Francois Vanzeveren
LIQUID - core dataflow programming engine.
liquid.r
 discussion
v:0.8.1
64.9 KB
28 Mar 2009
Create procedural processing networks.
author: Maxim Olivier-Adlhoch
Dialect Object Model
rebol-dom-mdlparser
 discussion
 documentation
61.9 KB
4 Jun 2022
%Rebol-DOM.r mdlparser.r is a copy of the %Rebol-DOM.r mdlparser. The first copy would not download so i appended the *.r to it, wich seemed to make it able to become downloadable now. So...., down load it and tell me all about its glorious [...]
author: daniel
Embedded Search
embedded-search.rv:1.0.0
3.3 KB
19 Aug 2006
The script enables a document search from within a browser.
author: rwvd.zee
Hide E-Mail Addresses by using Javascript
hide-email-addresses.rv:1.0
2.5 KB
3 Jun 2005
This will take a web page and find all the mailto:aaa@bbb and convert the addresses to variables for use in Javascript. This effectively 'hides' the addressess from webbot e-mail address harvesters. Note: This script expects the opening tag (<a href="mailto:...">) and the closing tag (</a>) to be on one or at [...]
author: Gordon Raboud
Upload a file with FTP
oneliner-ftp-upload-file.rv:1.0.0
637 bytes
20 Jul 2003
Uploads a file using FTP (file transfer protocol). Username and password are provided in the line (so be warned). Any file can be uploaded, text, images, webpages, etc.
author: RT