[REBOL] [REBOL.org] Recent changes

This is an automatic email from REBOL.org, the REBOL Script Library to notify 
you of recent changes to the Library.

=======changes=======
guid.r
--change: new script
--title: UUID Generation Example via Windows SDK
--owners: dmcavenue
--author: David McAvenue
--purpose: Command only example of interfacing to Windows SDK to generat UUIDs. 
Trivial given heavy lifting by others in Rebol community. Acknowledgements to 
all.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=guid.r

kg-st-remainder-lbs.r
--change: new script
--title: Kilos to Stones & Pounds
--owners: leke
--author: Leke
--purpose: To convert weight from kg to stone & lbs.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=kg-st-remainder-lbs.r

prolog.r
--change: updated script -- Add CALL hardcoded predicate and DIAGNOSTIC 
function (trial) that implements a diagnostic engine.
--title: Prolog Like Inference Engine
--owners: coccinelle
--author: Marco
--purpose: This is an inference engine wich process prolog like clause
The engine can process prolog like clauses of the form :
man [jean]
woman [mary]
human [X] [man [X]]
human [X] [woman [X]]

CUT (!) and FAIL are implemanted (it's the only hardcoded predicates [...]
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=prolog.r

undetermined.r
--change: new script
--title: My Clipboards
--owners: phonbus
--author: Z. Yao
--purpose: Manage multiple clips. So have more than just one choice when 
[copy]/paste; Could be helpful if repeat of pasting of a set of contents is 
needed.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=undetermined.r


=======additional information=======
new and updated scripts: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?special-filter=recent

=======end=======
--The Library People
--12-Sep-2005

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to