Logging Framework For Rebol |
log4reb.r documentation | v:2.0.6 10.8 KB 19 Feb 2006 | Logging within the context of program development constitutes inserting statements
into the program that provide some kind of output information that is useful to the developer.
Examples of logging are trace statements, dumping of structures and the familiar 'prin or
'print debug statements. log4reb offers a hierarchical way to insert logging statements within
a [...] author: Francois Vanzeveren |
Map |
map.r | v:1.4.1 1.9 KB 13 Mar 2003 | Maps or applies the function to all elements of the series. author: Andrew Martin |
Memory Match Game |
match-game.r | 1.8 KB 14 Oct 2015 | A configurable 'concentration' type matching game.
Enter the number of rows and columns which you want to play.
The total number of boxes must be even (to allow pair matching),
max 11x10. Graphic size is automatically adjusted to fit the screen.
To play, click on any pair of boxes. Remember the characters
revealed, and match [...] author: nick |
Mini virtual and x86 machine dll to speed-up calculations a bit |
mini-reb-vm.r | v:0.1.1 41.1 KB 24 Feb 2019 | speed-up calculations a bit. author: Marco Antoniazzi |
Mini-edit-do |
mini-edit-do.r discussion | v:0.8.5 32.7 KB 17 Apr 2021 | Helps test short programs (substitutes console) author: Marco Antoniazzi |
MySQL database interfacing logic. |
mysql_all.r | v:1.0.0 17.3 KB 13 Mar 2003 | Interface to the mysql libs, needs /Pro or /Command author: Maarten Koopmans, Ernie van der Meer |
Multi-methods implementation |
multi-methods.r | v:1.4.0 9.0 KB 11 Apr 2005 | Implements polyformism using multi-methods technique and typed objects author: Jaime Vargas |
make-doc-pro |
make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch |
Named functions |
named-func.r | 1.4 KB 10 Oct 2012 | Numerous requests were made by REBOL beginners wanting to get an easy recipe,
how to use named functions in REBOL. They usually get an answer that in REBOL,
user-defined functions are anonymous, i.e., they do not have a name.
Only after they are defined, they can be assigned to one or more variables.
While such functions are named after [...] author: Ladislav Mecir |
National Instruments Rebol Wrapper |
nidaqmax3-6.r | v:3.6 176.8 KB 25 Feb 2013 | A wrapper allowing to use National Instrument DAQmx base (3.6) library with Rebol author: Francois Jouen (ldci) |
REBOL Blogger |
new-blog.r discussion | v:1.4.1 39.0 KB 11 Jul 2007 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
object to xml converter |
object-xml.r | v:1.1.0 4.1 KB 16 Oct 2010 | Takes the output and/or object format from xml-object.r by Brian Wisti and Gavin F. McKenzie and formats it back into xml. See also xml-parse by the same authors to provide the input from an xml file to xml-object.r. author: James Nakakihara |
OpenGL Test |
opengl.r | 22.6 KB 17 Oct 2003 | Demonstrate the use of OpenGL in View/Pro on Windows author: Cal Dixon |
Overload |
overload.r | v:1.0.1 6.3 KB 1 Mar | Overloads an existing function/native. author: Annick ECUYERupdated: 2-Mar-2025 |
Analyze of Oracle listener logs |
ora-listener.r | v:1.1.0 19.7 KB 28 Jun 2004 | Oracle SGBD rebtool to analyze listener log author: Philippe Le Goff (with help of Ladislav Mecir) |
Paint |
paintplus.r discussion | v:1.0.0 6.0 KB 17 Nov 2005 | The world's smallest paint program. author: Frank Sievertsen |
Pack |
pack.r | v:1.1.2 1.5 KB 13 Mar 2003 | Self-extracting file packer & unpacker. author: Andrew Martin |
Sintezar PM-101 - Phase Manipulation Digital Synthesizer |
pm-101.r documentation | v:0.4.0 81.3 KB 23 Jun 2006 | synthetiser author: Boleslav Brezovsky |
Patches |
patches.r | v:1.4.0 5.6 KB 14 Nov 2003 | Various patches to Rebol. author: A J Martin |
PDF Bar Code Generator |
pdf-barcode.r | 2.7 KB 14 Mar 2010 | Takes a given string and XxY coordinate (in millimeters), and outputs
a PDF file containing a printable bar code at the given position. The bar
code algorithm is derived directly from Bohdan Lechnowsky's code39.r ,
and the PDF is generated using Gabriele Santilli's pdf-maker.r . This
script was created because images output by the [...] author: nick |