AltME: Announce

Messages

Kaj
I've updated my binary downloads with the latest Red changes:
http://red.esperconsultancy.nl/Red-test
In particular, I added FreeBSD binaries. It's likely that some of the names and versions of shared libraries used by my bindings need to be adapted for FreeBSD, so I'm interested in reports of success or failure, and in updates to the names or versions of the library files on FreeBSD.
I tried to replace my simple CALL implementation by Bruno Anselme's new one, but his includes an incomplete copy of my C library binding, so they conflict and I can't use it in its current form.

Maxim
little image which shows some of the inner data sets being used for storage... as you can see, its not  simple:
http://www.pointillistic.com/open-REBOL/moa/files/images/deck-schematic-lr.JPG
this one is a prototype layout of the query schematic, from a purely processing perspective
http://www.pointillistic.com/open-REBOL/moa/files/images/aqua-schematic-lr.JPG

Chris
CSSR v0.1.6: Includes extended support for Border Radius, PT units, Text Indent. Thanks to @Rebolek for contributions/requests.
Github: https://github.com/rgchris/Scripts
Do: http://reb4.me/r/cssr
Doc: http://recode.revault.org/wiki/CSSR

DocKimbel
FYI, I have upgraded my server to a safe openssl version, so CureCode and other web apps I am operating are protected for the infamous heartbleed vulnerability.
Maxim
Concerning Heartbleed:
If you are running commercial apps and have used OpenSSL for the last two years, you should force people to use new SSL certificates if the site contains sensitive information, even if you have patched your server.   the keys it contains may have already been breached and no one would know.

NickA

Bo
April 2014 issue of ODROID Magazine is now available for download (Rebol article starts on p22).
http://magazine.odroid.com/assets/201404/pdf/ODROID-Magazine-201404.pdf

GrahamC
Version 0 of Rebol3 interpreter for SL4A is out http://giuliolunati.altervista.org/Rebol3/Rebol3ForAndroid.apk courtesy of Giulio Lunati.  Once you install it from the apk, you start up SL4a and there will be a demo.reb script.  If you don't have sl4a, you'll need to install it first.

GrahamC
GrahamC
I have the StackOverflow chat client now able to grab your StackExchange cookies if you provide the credentials.  Windows only as linux/https not working it seems.  See https://github.com/gchiu/RSOChat

Luis
Excelent !  but  the page http://giuliolunati.altervista.org/Rebol3/rebol_scripts_r0.zip was not found on this server.
Andreas
Thanks to Barry Walsh (draegtun), Github now should have significantly improved detection of Rebol code when using the .r suffix. For example, red/red is now more correctly identified to consist of ~99% Rebol code.
Further, the .reb suffix is now also supported to unambiguously identify (and thus: syntax highlight) Rebol code. For example:
https://github.com/rebol/projects/blob/master/tcp/basic/tcp-serve.reb
Finally, some changes I pushed to Pygments a while ago seem to now be live on Github as well. That means that most Rebol files were syntax highlighting was previously somewhat broken should now be more properly highlighted. One case I can remember which was previously broken is prot-http.r from the R3 sources:
https://github.com/rebol/rebol/blob/master/src/mezz/prot-http.r

DocKimbel

GrahamC
Andrea G has released his rebol3 mysql driver for testing.  https://github.com/kronwiz/r3-mysql
Oldes
If anybody has account on Bitbucket, please vote for this issue so it has some priority to be merged into next version:
https://bitbucket.org/birkenfeld/pygments-main/issue/985/rebol-formatting-fails-after-a-multiline
Maxim
done

Andreas
Shixin Zeng has reminded us of his port of Nenad's MySQL driver to Rebol 3 :
https://github.com/zsx/mysql-r3
Just as Nenad's original, this is a pure-Rebol implementation of the MySQL protocol.
Together with Andrea G's mysql binding written as a R3 extension (mentioned by Graham above), there are now have at least two MySQL drivers publically available for Rebol 3.
ddharing
The send-sql function of the new R3 MySQL driver supports both the classic blocking and new non-blocking by using the /async refinement.
For example: send-sql/async db sql result.
I will be providing a link for this driver from the Atronix download page as well.
The /async refinement is very useful for GUIs because your query can return a large result set without freezing the screen.

Oldes
You can be the first to try this: https://sublime.wbond.net/packages/Red

Last message posted 114 weeks ago.