libpango library interface |
pango-h.r | v:0.5.1 171.7 KB 9 Jun 2019 | Code to bind pango and pango-cairo shared libraries to Rebol. author: Marco Antoniazzi |
PDF label maker |
pdf-labels.r documentation | v:0.0.2 3.4 KB 17 Mar 2004 | Create labels with PDF-Maker author: Gregg Irwin |
Digital PCS Phone Pager |
pcspager.r | 4.4 KB 13 Mar 2003 | Check e-mail account for messages, then process for
paging to a Digital PCS phone. The processing includes
chopping message/sender lengths and url-encoding. My
cellular company wanted an extra $3/month just to give me
an e-mail address that does what this script does. (Can
you believe that? $3!) My PCS provider is Cantel AT&T [...] author: Kevin McKinnon |
Prime number checker |
prime.r documentation | v:0.0.2 3.0 KB 13 Mar 2003 | Address the question, could this integer be a prime number?
results of false are not prime,
results of true are very probably prime
and with the /strong refinement, ( I still have to verify this )
true ( should ) guarantee prime.
if the argument is outside the domain of the function,
none is returned author: Tom Conlin |
R3 time scheme |
prot-time.r | 2.8 KB 7 Jan 2011 | R3 read time from RFC868 time server author: Pavel |
XML to HTML node parser |
quickparser.r | v:0.0.2 12.0 KB 21 Dec 2004 | To parse xml, xhtml, css, and html
so you can search and update, remove,
or add to your markup quickly. author: daniel murrill |
XML node parser |
rblxelparser.r | v:0.0.1 5.9 KB 13 Nov 2003 | To parse single xhtml & xml nodes
for there values. author: daniel murrill |
Rebolide |
rebolide.r discussion | v:5.4.39 227.7 KB 7 Sep 2012 | A Rebol IDE for beginners that helps learning Rebol.
I suggest you to put this script in a separete folder. author: Massimiliano Vessi |
Mail Reader |
readmail.r documentation | v:4.14.14 143.0 KB 29 Jun 2007 | Browse/Read/Retrieve E-mail author: [unknown] |
Dialect Object Model |
rebol-dom-mdlparser.r | 71.6 KB 7 Jul 2023 | ----a future Rebol browser API?----
%Rebol-DOM.r mdlparser.r can view DOM's as VID.
The Rebol-dom code in the mdlparser has
been updated. I'll improve the mdlparser
and post updates as time permits or if anyone
request specific changes that will improve it.
This mdlparser [...] author: daniel |
Dialect Object Model |
rebol-dom-mdlparser discussion documentation | 61.9 KB 4 Jun 2022 | %Rebol-DOM.r mdlparser.r is a copy
of the %Rebol-DOM.r mdlparser.
The first copy would not download
so i appended the *.r to it, wich
seemed to make it able to become
downloadable now. So...., down
load it and tell me all about its
glorious [...] author: daniel |
RebCall system |
rebcall.r | v:1.0.0 6.5 KB 15 Dec 2005 | Call DLL functions efficiently with REBOL/View without the need for REBOL/View/Pro or REBOL/Command.
This script only works on Windows with a patched REBOL interpreter.
Details available at http://mortimer.devcave.net/projects/rebcall
Actually only the types that fits in 32 bits are supported
for the parameters. Thus decimal! values are not.
It could also work [...] author: Pascal Hurni |
RebHTTY |
rebhtty.r | v:0.2.1 5.9 KB 23 Jun 2011 | HTTP console in REBOL like HTTY console in Ruby author: RedChronicle |
SDL library interface |
sdl-h.r | v:0.8.1 131.3 KB 23 Sep 2012 | Code to bind SDL shared library to Rebol. author: Marco Antoniazzi |
Simple Emailer |
simple-mail.r | 1.4 KB 13 Mar 2003 | A simple script, which uses the e-mail capabilities
of REBOL in a more user friendly way. author: Klaus Matuschek |
Tiff Lib |
tifflib.r | v:1.0 47.3 KB 2 Mar 2010 | A basic library for reading and writing Tiff files author: François Jouen |
Example Text Document |
textdoc.r documentation | 2.9 KB 13 Mar 2003 | Creates an example for text-to-html doc language.
Shows how natural and readable it is -- the reason we
prefer it for writing our how-to documentation. author: Carl Sassenrath |
techfell uSqlite3 protocol handler |
techfell-protocol.r | v:0.0.2 8.2 KB 9 Feb 2006 | http://users.iol.it/irwin/
uSQLite is a network wrapper for SQLite. It turns SQLite into an RDBMS but
puts the emphasis on the 'Lite'. In fact it works in a somewhat unconventional
mmanner in order to make both servers and clients as light, portable and
simple as possible. Readers who are not familiar with SQLite are advised
to visit www.sqlite.org.
uSQLite [...] author: Piotr Gapinski |
TextUI - Textual User Interface |
textui.r | 3.4 KB 22 Jan 2013 | Open source REBOL is currently being ported to platforms without
GUI support. This script is a simple replacement for GUIs that collect
text input from fields and drop down lists. Just specify a block of
labels, and a block of default values for each field ('answers). If the
the 'answers block contains a nested block, the values in [...] author: nick |
UDP Group Chat |
udp-group-chat.r | 1.5 KB 3 Aug 2010 | Because this script uses UDP, anyone who runs it on a local network will
automatically receive messages broadcast by others on the same network.
A separate server program and/or connection(s) to specific IP addresses
are NOT required. A who's online function is included to list all currently
logged in users. author: nick |
VID Usage |
vid-usage.r discussion | v:1.2 80.5 KB 10 Jan 2004 | VID Usage Tutorial with Runnable Examples author: Cybarite |
Parse and write XML code |
xml-load-form.r | v:0.7.1 12.8 KB 9 Aug 2018 | Parse XML code and return a tree of block, and vice-versa. author: Marco Antoniazzi |
compress , decompress witch zlib stream |
zlib.r | v:1.0.0 5.4 KB 29 Mar 2015 | [no purpose header found] author: [unknown] |