Small Rebol 1.0 |
smallr.r | v:1.0 440.9 KB 28 Dec 2008 | a tool for Rebol newbies including MDI editor and Launch function author: François Jouen |
SpamPopper |
spampopper.r | v:1.0.0 1.1 KB 10 Sep 2004 | Connects to POP3 Boxes - Deletes Messages Tagged as *****SPAM***** author: Andrew Newton |
Sqlite 3.X rebol wrapper as protocol handler |
sqlite3-protocol.r | v:0.1.2 8.6 KB 22 Mar 2005 | Sqlite wrapper as a Rebol protocol handler. author: cal dixon |
Sqlite 3.X rebol wrapper try |
sqlite3.r discussion | v:0.0.2 7.8 KB 21 Sep 2004 | Sqlite wrapper in Rebol. author: Juan-Carlos Miranda |
Steganography |
steganography.r | v:1.1.0 3.3 KB 13 Mar 2007 | Functions to hide text data in the noise pixels of an image author: Piotr Gapinski |
Superenalotto extractor |
superenalotto.r documentation | v:2.0.9 2.9 KB 7 Jul 2009 | Simple random number generator. author: Massimiliano Vessi |
Supermastermind |
supermastermind.r | v:2.0.5 11.9 KB 4 Oct 2012 | The old clasic game Mastermind author: Massimiliano Vessi |
Altme world search |
skimp-my-altme.r documentation | v:0.0.2 29.2 KB 21 May 2007 | Indexes and searches Altme worlds author: [unknown] |
Archiver |
srchiver.r | 259 bytes 17 Apr 2016 | [no purpose header found] author: marco antoniazzi |
Simple Test Suite |
test-simple.r documentation | v:0.3.0 6.3 KB 15 Jun 2006 | Add support for simple test mechanisms to REBOL, similar to Perl's
Test::Simple.
The basic idea? Make testing simple so everybody can make tests. author: Brian Wisti |
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 |
Threads Demo |
threaddemo.r | v:1.0 4.2 KB 5 Jan 2005 | show multithreading with rebol (all versions) author: François Jouen |
View-Desktop packed by Volker |
unzip-desktop.r | v:0.0.0.2 45.1 KB 13 Aug 2004 | Make it easier to install and run open source /view-desktop author: Volker Nitsch (of package) |
Origami Demo |
upmc12.r | v:1.0 223.0 KB 26 Feb 2007 | Playing with Rebol on Ultra Mobile Personal Computer. Use keyboard arrows for options! author: François Jouen |
VID1 for R3 |
vid1r3.r3 discussion | v:0.3.20 113.6 KB 17 Apr 2022 | Lets you use VID1 with R3 author: Marco Antoniazzi |
Wiki entry R2 |
wiki-rebol2.r | v:3.1.4 4.4 KB 14 Feb 2013 | make wikibook/wikipedia/mediawiki entry from defined words, example:
my? append
(then you can paste directly (CTRL+V), see http://en.wikibooks.org/wiki/REBOL_Programming/append)
This works with Rebol2 author: Max Vessi |
Wiki entry R3 |
wiki-rebol3.r | v:3.0.6 4.1 KB 2 Jan 2013 | make wikibook/wikipedia/mediawiki entry from defined words,
example: my? append (then you can paste directly (CTRL+V),
see http://en.wikibooks.org/wiki/REBOL_Programming/append)
This works with Rebol3 author: Massimiliano Vessi |
Win for Life! |
winforlife.r | v:1.4.9 1.4 KB 6 Jun 2011 | Win for life is an italian lotery. You have to guess 10 number over 20, plus a number over 20. The probability is about 1/3000000.
This is a simply random numbers generator between 1 and 20. author: Massimiliano Vessi |
Calculate working days between two dates |
work-days.r documentation | v:0.0.1 1.7 KB 18 Feb 2007 | Given two dates, and a list of holidays that
occur between them, returns the number of
work days between those two days. With the
/non refinement, will return the number of
non-working days between the two dates. author: Sunanda |