Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Color REBOL Code in HTML
color-code.r
 discussion
 documentation
3.4 KB
22 Jul 2005
Colorize source code based on datatype. Result is HTML. This script is used to syntax color the library scripts.
author: Carl Sassenrath
Count and Download
counload.rv:1.0.0
2.5 KB
13 Mar 2003
Downloads numbered filenames from the internet.
author: Tommy Giessing Pedersen
REBOL Heavy Script Cleaner (Pretty Printer)
clean-script-heavy.r2.4 KB
27 Mar 2005
Based on Carls %clean-script.r Cleans (pretty prints) REBOL scripts by parsing the REBOL code and supplying standard indentation and spacing. Breaks now every bracket/paren it finds (thus heavy ). If you have a really messed up script, like %ascii-chart.r from the library, you have a chance to make it readable. [...]
author: carl sassenrath
Object Cloner
cloneobj.r822 bytes
13 Mar 2003
Clone objects recursively. This way the objects inside are copies instead of references.
author: Erin A. Thomas
Common Parse Values
common-parse-values.rv:1.3.0
1.8 KB
13 Mar 2003
Common Parse Values
author: Andrew Martin
CGI Form Dumper
cgidump.r
 documentation
785 bytes
13 Mar 2003
Display the contents of a submitted form as a web page. Useful for debugging CGI forms.
author: [unknown]
DNS protocol
dig.rv:0.0.1
13.6 KB
21 Feb 2005
REBOL DIG : Implementation of DNS protocol (RFC 1035) URL is dig://name-server/TYPE/name ans: read dig://ns.thomething.com/SOA/thomething.com ans: read dig://172.30.1.1/PTR/194.252.19.3 ans: read dig::/172.30.1.1/A/noway.myhome.com you can see a list of available TYPEs in cmd-list in beginning of code use ans/to-str to [...]
author: VDemong
Dir-map explorer
dir-map-explorer.rv:0.1.2
5.6 KB
13 Mar 2003
to work with directory maps generated by %dir-mapper.r script
author: Oldes
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
Drill Bits
drill-bits.rv:0.9
7.6 KB
8 Aug 2005
A VID drill program to help memorize facts using repeated multiple choice question and answers.
author: mikel
Directory Mapper
dir-mapper.rv:1.0.5
5.0 KB
13 Mar 2003
Recursively builds a dir-structure map of the directory with file/dir informations as size and dates
author: Oldes and Stephane Bagnier
Save email attachments to disk
detach.r2.3 KB
13 Mar 2003
Detach mail attachments
author: Sterling Newton
Simple Rebol DBMS
db.rv:1.2.0
24.7 KB
13 Mar 2003
RebolBase is a simple database managment system written entirely in Rebol. Its main feature is that it stores its data in plain, newline delimited text files. This allows the database to be accessed and modified by other programs.
author: Jamey Cribbs
EASY SERVICE
easy-service.rv: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
Email client
emailclient.rv:1.0.0
9.1 KB
13 Mar 2003
A fullblooded email-client that checks, orginizes and sends emails! autoupgradable!
author: Tommy Giessing Pedersen
esend - smtp client
esend.rv:0.1.0
3.2 KB
2 Jul 2003
A modified version of 'send for ESMTP
author: RT, G. Scott Jones
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
Environment
environ.r
 documentation
v:0.1.0
3.6 KB
23 Dec 2006
Provides five functions that decode system/version: os? which returns a string indicating operating system nix? which returns true under a unix-type operating system win32? which returns true under a windows 32 bit os win? which returns true under a windows os cpu? which returns a string indicating the CPU [...]
author: Peter WA Wood
error-text?
error-text.rv:1.0.0
838 bytes
3 Mar 2013
Generate error text given an error object.
author: Brett Handley