4 scripts tagged as: [author · peter wa wood]
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 |
extract-web-links | ||
extract-web-links.r | v:1.2.1 6.3 KB 22 Apr 2005 | A function which scans a string (normally a web page)
and creates a block of URL/Text combinations for each
HTML <a> tag in the string. author: Peter WA Wood |
to-fussy-idate | ||
to-fussy-idate.r | v:1.0.1 3.5 KB 22 Apr 2005 | A function which converts a Rebol date! to a string formatted
according to a strict interpretation of the RFC 822 standard.
If the time is not provided, a default of 00:00 is used.
If the seconds are not set, 00 is used.
(NB The zone defaults to 00:00 in a Rebol date) [...] author: Peter WA Wood |
to-iso8601-date | ||
to-iso-8601-date.r | v: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 |