Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
tag index: t · tested-under

6 scripts tagged as: [tested-under  ·  windows  ·  xp  ·  pro]

extract-web-links
extract-web-links.rv: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
leftString Function
leftstring.rv:1.1
808 bytes
28 Aug 2005
A simple string function which returns the left most n characters.
author: Dale K. Brearcliffe
rightString Function
rightstring.rv:1.1
843 bytes
28 Aug 2005
A simple string function which returns the right most n characters.
author: Dale K. Brearcliffe
to-fussy-idate
to-fussy-idate.rv: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.rv: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
Todo List
todo-list.r
 discussion
v:1.3.0
9.7 KB
24 Jun 2004
Based on the demo of Rebol /View by Carl. It allow you to manage a list of todo and move them between them.
author: Carl Sassenrath, Didier Cadieu & Fabrice Vado