Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Compress Source
compress-source.rv:1.0.0
4.7 KB
15 Sep 2005
Convert REBOL source into a more compact form.
author: Brian Hawley
Download and Extract REBOL Library
copy-lib.rv:1.0.0
1.6 KB
13 Mar 2003
Download REBOL library and extract all its files.
author: Carl Sassenrath
chmod777to555
chmod777to555.r1.4 KB
17 Apr 2010
I use this script to make sure that there are no files chmod'd to 777 on my webservers. Built in is a routine that collects and writes the name of every folder and every file on my server, to a text file. Taken from the tutorial at http://re-bol.com
author: nick
Chinese Year
chinese-year.rv:1.1.0
5.3 KB
28 Jan 2013
Chinese Year name
author: Vincent Ecuyer
Checklister (HTML)
checklist.r
 documentation
1.9 KB
13 Mar 2003
Creates a checklist in HTML from a text file.
author: [unknown]
Common Dir
common-dir.rv:1.0.0
1.1 KB
13 Mar 2003
Common directory manipulation functions.
author: Andrew Martin
Mapserver client: Demo map
cl4mapserv.rv:0.2.3
38.0 KB
13 Mar 2006
Simple Mapserver (http://mapserver.gis.umn.edu) client.
author: Janeks Kamerovskis
Choose and convert colors
color-requester.rv:0.8.10
37.5 KB
12 Jan
icon for color-requester.rRequests a color or modify or convert it
author: Marco Antoniazzi
Rebol CGI library
cgi.r6.8 KB
4 Mar 2004
Provide everything needed to create a CGI script
author: Cal Dixon
Content Management
content-management.r
 documentation
v:1.0.0
4.3 KB
13 Mar 2003
test
author: Christopher Ross-Gill
Cookie Client
cookies-client.r8.9 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: andrew grossman
CSV
csv.r
 discussion
1.6 KB
13 Mar 2003
.CSV file manipulation functions.
author: [unknown]
Currency Rate Conversion Calculator
currency-calculator.r1.9 KB
9 Feb 2013
This example downloads and parses the current (live) US Dollar exchange rates from http://x-rates.com. The user selects from a list of currencies to convert to, then performs and displays the conversion from USD to the selected currency. All of the parsing occurs when the Convert button is clicked. The first half of the [...]
author: Nick Antonaccio
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
disable face
disable-face.rv:1.0.0
1.7 KB
13 Mar 2003
disable and enable face
author: Volker Nitsch
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
Download page
download-page.rv:0.2.1
4.2 KB
17 Jan 2011
Download in a tmp directory all elements of a URL : - CSS scripts - Javascript scripts - Images Return the page size.
author: nicolas
drop-list2 widget for REBGUI
drop-list2.rv:0.1.0
3.7 KB
9 Aug 2009
Extension of original drop-list widget. Widget receives data as pairs [value1 text1 value2 text2 ...] Widget has extension of function PICKED with options /values returning block of selected row(pair)
author: Robert Paluch 2009
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
Email Spam Filter
despam.r1.2 KB
13 Mar 2003
Filters spam by removing all messages from your incoming email that were not sent directly to you. Valid email is not affected and remains on server.
author: Scrip Rebo