[REBOL] [REBOL.org] Recent changes
From: rebol:rebol at: 16-Mar-2005 0:30
[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=======
addr.r
--change: new script
--title: Addr
--owners: romano
--author: Romano Paolo Tenca
--purpose: Convert C data to Rebol - get the memory address and cast* to a given struct
or array
--url:
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=addr.r
ean13.r
--change: new script
--title: EAN-13 Barcode Image Generator
--owners: henrik
--author: Henrik Mikael Kristensen
--purpose: Generates EAN-13 barcode images as image! which can be used for
print out and later read with a barcode reader.
It's means to the the basic first version of a fuil barcode generator script
for support of mulitple barcode types.
Usage: gencode "1234567890123"
Any 13-digit can be used, but must be valid 13-digit barcode
to be read by a barcode reader.
See '? gencode' for help on options
Example: gencode "7501031311309"
--url:
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ean13.r
sql-protocol.r
--change: updated script -- Change on SQL dialect (FROM clause)
--title: SQL PROTOCOL
--owners: coccinelle
--author: Marco
--purpose: This script provide a REBOL protocol that implements an SQL Relationnal Database
Engine
Today, this protocol execute only these query :
- SELECT ... FROM ... WHERE ... ORDER BY ...
- INSERT ... INTO ... VALUES ...
- UPDATE ... SET ... WHERE ...
- DELETE FROM ... WHERE ...
- CREATE TABLE ...
- DROP TABLE ...
--url:
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sql-protocol.r
=======additional information=======
new and updated scripts:
http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?special-filter=recent
=======end=======
--The Library People
--16-Mar-2005