Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
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
Best File Fit
bestfit.r
 discussion
v:1.0.0
5.9 KB
18 Jun 2004
List the files that best fill up the available space. Use predefined strings or insert the available space in KB (= 1000 byte). Useful for selecting files to best fill up a CD/DVD.
author: Mauro Fontana
Collect Function
collect.r
 discussion
3.5 KB
10 Jan 2006
Eliminate the result: copy [] ... append result value dance.
author: Gregg Irwin