Week ending March 24, 2008
In the wild REBOL/Services Overview Henrik has posted a short how-to guide for getting up to speed with REBOL/LNS (RebServices) HMK Design Blog Nicomdb John Geomol Niclasen merges the NicomDB into one script. nicomdb More John. :) Geomol has also published a link to a IFF ILMB loader. Electronic Arts IFF ILBM loader: iff.r Can handle 2, 4, 8, 16 and 32 color images, HAM6 images (4096 colors) and HALFBRITE (64 colors). HALFBRITE hasn't been tested yet, as I couldn't find such an image easily. Handle both compressed and non-compressed images. This is an example, where rebcode would help a lot, as a 320x200 image can take several seconds to uncompress. Usage: iff-image: load-iff %some_picture.iff img: iff-image/as-image img now is a REBOL image!, than can be viewed like: view layout [image img] TRETBASE looking for testers If you visit Altme REBOL3, check out the TRETBASE forum. This is a little engine that could. db/search test [[age = 40][n r now/time/precise]] Returns a data...