Estimate size of a REBOL application |
application-sizer.r documentation | v:0.0.3 13.2 KB 7 Dec 2008 | [no purpose header found] author: Sunanda |
SQL PROTOCOL |
sql-protocol.r discussion documentation | v:0.6.8 84.2 KB 3 Jan 2011 | SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL
with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded
in your REBOL application.
Today, sql-protocol execute only these kind of query :
* SELECT ... FROM ... WHERE ... ORDER BY ...
* INSERT ... INTO ... VALUES ...
* [...] author: marco |
CSV |
csv.r discussion | 1.6 KB 13 Mar 2003 | .CSV file manipulation functions. author: [unknown] |
Comma-Seperated-Values to REBOL converter |
convert-csv.r | 729 bytes 13 Mar 2003 | Convert CSV files to REBOL blocks author: Bohdan Lechnowsky |
Codec: Comma Separated Values (CSV) |
codec-csv.r | v:1.0.0 7.5 KB 6 Mar | [no purpose header found] author: Annick ECUYERupdated: 7-Mar-2025 |
CSV Handling Tools |
csv-tools.r | v:1.1.5 11.9 KB 20 Dec 2011 | Loads and formats CSV data, for enterprise or mezzanine use. author: Brian Hawley |
Download stock data |
get-stock.r | v:0.1.9 5.1 KB 9 Jan 2006 | Get stock data from Yahoo. Return a block of blocks:
date, open, high, low, close, volume, or the csv data as a sting. Optionally store the csv data as a file. author: matt licholai |
ParadoxTOCSV |
paradoxtocsv.r | 2.8 KB 3 Mar 2011 | Paradox DB file convert to CSV author: nicolas |
Qtask Markup Language - parser and other common code |
qml-base.r documentation | v:2.46.1 97.1 KB 28 May 2007 | This program implements the base for QML (Qtask Markup Language) converters (for example
it's the base for a QML to XHTML converter used in Qtask), by implementing the parsing
of a QML text string into a QML document tree. author: Gabriele Santilli |
Who wants to be a Millionaire |
millionaire.r | v:1.0.2 4.9 KB 3 Jan 2014 | Who wants to be a Millionaire game author: Massimiliano Vessi |
Wiki |
wiki.r | v:3.3.2 25.6 KB 19 Jul 2003 | Implements a Wiki using Rebol and the Xitami webserver. author: Andrew Martin |
PhotoTrackr DPL700 to GPX/PLT converter |
dpl700-converter.r | 20.8 KB 3 Oct 2009 | Converts memory dumps of the Gisteq PhotoTrackr GPS logger (MTK) to GPX/OziExplorer formats author: pijoter |
Paypal Reports |
paypal-reports.r | 2.6 KB 22 Jan 2013 | This is a beginner's example taken from the tutorial at:
http://re-bol.com/business_programming.html
It creates reports on columns and rows of data in a .csv table.
The script demonstrates typical CSV file operations using parse, foreach,
and simple series functions. The code performs sums upon columns, and
selective calculations [...] author: nick |
Student Photo Database |
student-photo-database.r | 4.9 KB 8 Jun 2010 | This example came from a question at:
http://synapse-ehr.com/forums/showthread.php?95-Connecting-to-an-Excel-spreadsheet
It's based on the card file example at:
http://www.rebol.org/view-script.r?script=card-file.r&sid=iwmh5vi author: nick |
Email Blaster |
blast.r documentation | v:1.0.0 1.8 KB 13 Mar 2003 | Send an email to everyone on a spreadsheet of email addresses. Personalize the greeting for each. Keep a log of who was been sent the message. author: Anonymous |
Dialect Object Model |
rebol-dom.r discussion documentation | v:1.0 56.8 KB 7 Nov 2023 | Use an exstensible, Rebol user-mode, Markup function to parse DSL's that will return an
easy to follow tagged key value Dialect Object Model. It will allow different DSL's or
programming languages to work with, or together through a Central Processing
interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by [...] author: daniel murrill |
Easy Quick Plot |
ez-plot.r | v:0.1.1 60.5 KB 13 Mar 2003 | Simple tutorial for using the quick plot dialect. author: Matt Licholai |
Sort an array of records |
sort-array.r | v:1.0.0 1.8 KB 7 Nov 2005 | Sort an array where each record is separated by a 'newline' and
each field in each record is separated by a comma. author: Gordon Raboud |
sort-series-of-elements |
sort-series.r | v:1.0.0 3.2 KB 7 Nov 2005 | Sorting a series of items. Specify how many fields per record,
which field to sort on, and Ascending or Descending order. author: Gordon Raboud with some help from Volker, DideC, Sunanda and BrianH |
A Reb-Site |
a-reb-site.r | v:0.1.1 70.8 KB 23 Mar 2008 | a-reb-site.r was written to:
- compare form and function of a reb-site with that of a conventional web-site.
(...an obliging web-site - www.rebol.com perhaps!) &
- to provide an example of a reb-site script, &
- as an illustration of the compact size of a reb-site relative
to the average web-site [...] author: R.v.d.Zee |
Parser for Dicom Header |
dicomparser.r | v:1.0.0 105.5 KB 7 Apr 2008 | Parse dicom headers author: Willem Michiels |
PHP-colorizer |
php-colorizer.r | v:1.1.0 26.8 KB 19 Jan 2009 | [no purpose header found] author: David 'Oldes' Oliva |
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 |