Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
CSV Handling Tools
csv-tools.rv:1.1.5
11.9 KB
20 Dec 2011
Loads and formats CSV data, for enterprise or mezzanine use.
author: Brian Hawley
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
to-iso8601-date
to-iso-8601-date.rv:1.1.1
3.3 KB
22 Apr 2005
A function which converts a Rebol date! to a string which complies with ISO 8601. If the time is not provided, a default of 00:00 is used. Truncates any milli-seconds. (NB The zone defaults to 00:00 in a Rebol date)
author: Peter WA Wood
form-date
form-date.r
 documentation
v:1.0.1
5.5 KB
18 Jul 2007
Return formatted date string using strftime style format specifiers
author: Christopher Ross-Gill
PhotoTrackr DPL700
dpl700.r11.8 KB
30 Sep 2009
Reads the memory from the Gisteq PhotoTrackr GPS logger to a file
author: pijoter
PhotoTrackr DPL700 to GPX/PLT converter
dpl700-converter.r20.8 KB
3 Oct 2009
Converts memory dumps of the Gisteq PhotoTrackr GPS logger (MTK) to GPX/OziExplorer formats
author: pijoter
GeoRSS converter
georss.r24.5 KB
7 Oct 2009
Converts GeoRSS xml to GPX/KML/OziExplorer formats
author: pijoter
make-doc-pro
make-doc-pro.r
 documentation
v:1.0.8
57.8 KB
7 Feb 2004
Parses the make-doc-pro markup language into a datastructure that can be into other document formats (such as HTML) with good titles, table of contents, section headers, indented fixed-spaced examples, bullets and definitons.
author: Robert M. Münch
RSS feed reader
rss.rv:2.0.6
28.9 KB
20 Jul 2007
Live Bookmarks
author: Piotr Gapinski
Wiki
wiki.rv:3.3.2
25.6 KB
19 Jul 2003
Implements a Wiki using Rebol and the Xitami webserver.
author: Andrew Martin
A Reb-Site
a-reb-site.rv:0.1.1
70.8 KB
23 Mar 2008
a-reb-site.r was written to: - compare form and function of a reb-site with that of a conventional web-site. (...an obliging web-site - www.rebol.com perhaps!) & - to provide an example of a reb-site script, & - as an illustration of the compact size of a reb-site relative to the average web-site [...]
author: R.v.d.Zee
Obscure File Server
fileserver.r14.4 KB
3 Sep 2009
Share files over HTTP protocol +NLS
author: pijoter
Convert 'Date' datatype to International Date - ISO 8601.
iso-8601-date.rv:1.0.0
1.0 KB
8 Nov 2005
Simple one-liner function to covert date to ISO 8601 format. In my application a time stamp is not needed nor included in this function. For a function that includes a timestamp see: to-iso-8601-date.r
author: Gordon Raboud
Tiff Lib
tifflib.rv:1.0
47.3 KB
2 Mar 2010
A basic library for reading and writing Tiff files
author: François Jouen
Attribute Values Extractor
ave.r2.1 KB
23 Jan 2006
Extract attribute values from (HTML) tags
author: hy
Binary Search
binary-search.r1.8 KB
5 Nov 2007
Find an index in a sorted list, at which an item must occur, if the item exists in the list. in time porportional to log-2 of the number of items in the list. NOTE WELL no effort is made to confirm the series is actually sorted. returns none if the input arguments are (detectably) flawed returns a index of a match OR an index [...]
author: Tom Conlin
BNF grammar compiler
bnf-compiler.rv:1.0
11.0 KB
13 Dec 2009
convert BNF grammar to REBOL parse rules
author: Maxim Olivier-Adlhoch
Functions for calculations with big integer numbers
bigmath.rv:0.2.0
30.0 KB
4 May 2019
Make calculations with big integer numbers.
author: Marco Antoniazzi
CouchDB Client
couchdb3.rv:0.0.11
11.5 KB
22 Jan 2010
Use couchdb as a datastore ( http://couchdb.apache.org/ )
author: Ingo Hohmann
Easy CGI Form (HTML Part)
cgiformhtml.r
 documentation
v:1.0.0
1.4 KB
13 Mar 2003
HTML form to go with Easy CGI example (cgiform.r).
author: Anonymous
Can Rebol Print?
can-rebol-print.rv:0.1.1
13.4 KB
12 Oct 2008
This script illustrate some possible methods of printing script output.
author: mr.z
CGI Emailer Form (HTML Part)
cgiemailhtml.r
 documentation
1.7 KB
13 Mar 2003
HTML form to go with CGI Emailer example (cgiemailer.r).
author: [unknown]
Rebol Code colorizer
code-colorizer.rv:0.9.5
18.7 KB
19 Jan 2009
To convert Rebol script into html with colorized code. Using string based parsing.
author: David 'Oldes' Oliva
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
Cisco config to text file
cisco-extract.r25.4 KB
5 Jul 2009
To read multiple Cisco IOS & CATOS files & create a summary of key information paticularly interface details
author: [unknown]