[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=======
char-to-hex.r
--change: new script
--title: Convert Character to Hexidecimal
--owners: gordon
--author: Gordon Raboud with help from TomC and Sunanda
--purpose: Convert an ASCII char to a two hex code.  This is just one of
those things in Rebol where you waste time looking for a solution
to an otherwise extremely simple problem because the obvious
doesn't work (ie: to-hex "M" doesn't work because to-hex wants
an integer and to-integer wants a character not a string)!  The
C2I function is thrown in for completeness.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=char-to-hex.r

cl4mapserv.r
--change: updated script
--title: Mapserver client: Demo map
--owners: janeks
--author: Janeks Kamerovskis
--purpose: Simple Mapserver (http://mapserver.gis.umn.edu) client.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=cl4mapserv.r

sql-protocol.r
--change: updated script -- Many changes to be more compatible to SQL syntax.
--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
--13-May-2005

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

Reply via email to