PARADOX-PROTOCOL |
paradox-protocol.r | v:0.3.3 12.5 KB 3 Mar 2011 | Paradox database REBOL protocol author: nicolas |
Parse Aid |
parse-aid.r | v:0.6.2 15.1 KB 27 Oct 2013 | Help make and test parse rules author: Marco Antoniazzi |
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 |
Patch for REBOL FTP protocol 226 response handling. |
patch-ftp-226-handling.r documentation | 5.2 KB 2 Jul 2005 | To fix FTP protocol 226 response handling. author: Brett Handley |
PNG Examiner |
png.r | v:0.0.2 5.8 KB 13 Mar 2003 | Basic PNG (Portable Network Graphics) parser which can show all informations from standard chunks in the file. author: oldes |
PHP-colorizer |
php-colorizer.r | v:1.1.0 26.8 KB 19 Jan 2009 | [no purpose header found] author: David 'Oldes' Oliva |
POINT OF SALE SYSTEM |
pos.r | 12.6 KB 14 Mar 2010 | This is a point of sale system (sales checkout, receipt printer, and data
storage system) written using RebGUI. It may help provide some basic
insight into the workings of RebGUI. Actually, the majority of this code
manages user workflow - saving/retrieving receipts. The RebGUI parts are
simple and short.
Note that the username [...] author: nick |
Pratt's parser implementation |
pratt-parser.r | v:0.1.1 8.9 KB 16 Aug 2018 | A set of functions to ease construction of expressions parsing with precedences. author: Marco Antoniazzi |
Block preprocessor. At last! |
preprocess.r | v:0.5.1 6.5 KB 20 Aug 2011 | Use macros (also with parameters) in your code author: Marco Antoniazzi |
Print-Hex |
print-hex.r documentation | v:1.0.0 4.0 KB 1 Feb 2013 | Displays binary data both in hexadecimal and filtered ASCII. author: Vincent Ecuyer |
printf and sprintf implementation |
printf.r | v:1.0.1 2.8 KB 6 Jun 2006 | Wrapper for the printf and sprintf C routines author: jaime vargas |
Project Time |
pt.r | v:1.0.0 5.2 KB 6 Jul 2006 | I am working in multiple porjects at the same time, so i wanted to have a tool, to track my time spent for each project.
This simple tool makes this available. author: Varga Árpád |
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 |
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 |
Quote bot |
quote-bot.r | v:1.0.0 1.0 KB 13 Mar 2003 | Runs a rugby request to a quote server. author: Ryan S. Cole |
QkLaunch - Quick Program Launcher |
qklaunch.r | v:0.2 2.7 KB 6 Jun 2007 | Easily launch programs from folder structure acting as a menu. author: Arie van Wingerden |
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 |
Quick Plot Dialect |
q-plot.r | v:0.1.0 41.4 KB 6 Mar 2007 | Provide a quick and easy to use dialect for plotting in REBOL author: Matt Licholai |
Quick Script Compressor |
quick-script-compressor.r | 1.2 KB 5 Jul 2011 | I like to distribute certain scripts in compressed format. They're smaller
when compressed, and the compressed syntax keeps casual peeping Toms
from messing with the code. Maintaining scripts with compressed code can
be a pain, though - decompress the compressed code with REBOL, copy,
paste and edit, then recompress, copy, paste, and [...] author: nick |
REBOL Random Password Generator |
rand-pass.r | 1.0 KB 13 Mar 2003 | To use the system password file to generate a random
set of passwords for every user on the system. author: Tyler Booth |