Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
RFC Parser
rfc-parser.r
 documentation
v:1.0.0
6.3 KB
3 Mar 2013
Parse RFC Documents.
author: Brett Handley
Stack, queue and deque functions
sqd.r
 documentation
v:0.0.1
4.1 KB
5 Oct 2005
Implement stack, queue and deque data structures
author: Sunanda
Static
static.r
 documentation
784 bytes
24 Dec 2003
Functions with static vars
author: Vincent Ecuyer
style-tooltip.r
style-tooltip.r
 documentation
v:1.0
2.9 KB
29 Nov 2004
Use in the simplest way the tooltip. This is a first intent it's a little bit deprecated and we have worked on a better way to generate and handle tooltips. I share this with you because I think this code have a good educationnal value and is a good point start if you are interested in tooltips avanced filnal version please visit http://rebol.agora-dev.org/ . Sample script [...]
author: Shadwolf, Boss, DideC
Total Size of .r Files
sizedir.r
 documentation
v:1.0.0
557 bytes
13 Mar 2003
Print the total size of all .r files in the current directory.
author: Anonymous
Twelve Days of Christmas
twelvedays.r
 documentation
v:1.0.0
2.0 KB
13 Mar 2003
Twelve Days of Christmas
author: Anonymous
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
Time a Web Page
timepage.r
 documentation
503 bytes
13 Mar 2003
Time how long it takes to fetch a web page from the net. (Just the HTML file, not the images.)
author: [unknown]
URL Handler
url-handler.r
 documentation
14.6 KB
6 Nov 2016
A script to handle URLs as objects. Rebol's built-in 'decode-url function returns an object, but no methods to manipulate it. This script includes functions that make it possible to manipulate the URL as you please. CGI parameters are parsed into an alphabetized block for ease of comparison of URLs.
author: hy
View 3 Buttons
view-buttons.r
 documentation
v:1.0.0
470 bytes
13 Mar 2003
Example of how to display three buttons down the page.
author: Anonymous
View A List of Data
view-list.r
 documentation
v:1.0.0
615 bytes
13 Mar 2003
Example of how to display a simple block of data as fixed width columns in a window. Code is just one line.
author: Anonymous
View an Image in a Window
view-image.r
 documentation
v:1.0.0
496 bytes
13 Mar 2003
View an image in a window.
author: Anonymous
View HTML Code
view-html.r
 documentation
v:1.0.0
464 bytes
13 Mar 2003
Fetch a web page and view its HTML code in a window.
author: Anonymous
Web Page Change Detector
webcheck.r
 documentation
v:1.0.0
727 bytes
13 Mar 2003
Determine if a web page has changed since it was last checked, and if it has, send the new page via email.
author: Anonymous
Web HTML Tag Extractor
websplit.r
 documentation
v:1.0.0
709 bytes
13 Mar 2003
Separate the HTML tags from the body text of a document.
author: Anonymous
Web Page Displayer
webprint.r
 documentation
v:1.0.0
448 bytes
13 Mar 2003
Fetch a web page and display its HTML code.
author: Anonymous
Web Page Emailer
websend.r
 documentation
v:1.0.0
460 bytes
13 Mar 2003
Fetch a web page and send it as email.
author: Anonymous
Web Page Link Displayer
weblinks.r
 documentation
v:1.0.0
798 bytes
13 Mar 2003
Display all of the web links found on a page.
author: Anonymous
Web Page Title Extractor
webtitle.r
 documentation
v:1.0.0
544 bytes
13 Mar 2003
Find the title of a web page and display it.
author: Anonymous
Calculate working days between two dates
work-days.r
 documentation
v:0.0.1
1.7 KB
18 Feb 2007
Given two dates, and a list of holidays that occur between them, returns the number of work days between those two days. With the /non refinement, will return the number of non-working days between the two dates.
author: Sunanda
XML/DOM
xml-dom.r
 documentation
v:0.1.2
6.6 KB
28 Mar 2009
A rudimentary in-memory XML interpreter and interface.
author: Christopher Ross-Gill
Associate
associate.r
 discussion
v:1.2.0
1.8 KB
13 Mar 2003
Provides an associative memory store.
author: Andrew Martin
Accumulate
accumulate.r
 discussion
v:1.0.1
1.0 KB
13 Mar 2003
Cumulates values in a block together, by successively applying the function to each value in Series.
author: Andrew Martin
Average
average.r
 discussion
v:1.0.0
626 bytes
8 Jul 2003
Averages the values in the Block.
author: Andrew Martin
better-than-nothing sqlite3 handler
btn-sqlite.r
 discussion
v:0.2.2
5.7 KB
30 Jan 2006
easy access to sqlite3 database without /Pro or /Command features
author: Piotr Gapinski