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 |
Automatic local variables |
protect-func.r | v:1 1.0 KB 13 Mar 2003 | Function generator that automatically makes local variables author: Thomas Jensen |
Patches |
patches.r | v:1.4.0 5.6 KB 14 Nov 2003 | Various patches to Rebol. author: A J Martin |
PDF Maker |
pdf-maker.r documentation | v:1.27.1 51.2 KB 18 Aug 2007 | A dialect to create PDF files from REBOL. author: Gabriele Santilli |
PDF Tables |
pdf-tables.r discussion documentation | v:1.5.0 4.4 KB 24 Sep 2003 | Create tables with the PDF Maker author: Gabriele Santilli |
Permute |
permute.r | v:1.0.0 2.0 KB 13 Mar 2003 | Permutes a matrix. author: Andrew Martin |
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 |
PhotoPoint |
photopoint.r | v:0.4.1 17.4 KB 13 Mar 2007 | Combine GPS tracklog and jpeg/exif files to find out where digital photos were taken author: Piotr Gapinski |
PHP-colorizer |
php-colorizer.r | v:1.1.0 26.8 KB 19 Jan 2009 | [no purpose header found] author: David 'Oldes' Oliva |
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 |
Pop |
pop.r | v:1.0.0 697 bytes 13 Mar 2003 | Returns the first value in a series and removes it from the series. author: Andrew Martin |
Porter Stemming Algorithm |
porterstemming.r | v:1.0.1 14.2 KB 2 Apr 2009 | Applies the Porter Stemming algorithm as presented in:
Porter, 1980, An algorithm for suffix stripping, Program,
Vol. 14, no. 3, pp 130-137. author: Dale K. Brearcliffe |
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 |
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 |
Printer |
printer.r | v:1.0.0 941 bytes 13 Mar 2003 | Sends text to printer on //prn. author: Andrew Martin |
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 |
Quantieme |
quantieme.r | v:1.0.0 2.9 KB 25 Aug 2004 | the day of year author: Philippe Le Goff |
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 |
Quine |
quine.r | v:1.0.0 700 bytes 13 Mar 2003 | A Rebol quine; a program which reproduces its own code. author: J.S. Labuschagne |
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 |
quoted-printable encoder |
qp-encode.r | v:2.0.0 1.7 KB 2 Apr 2008 | Encodes the string data to quoted-printable format author: Oldes |
State Quizzer |
quiz.r | v:1.0.0 3.2 KB 6 May 2003 | To demonstrate a simple flashcard-style quizzing script author: Bohdan Lechnowsky |
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 |
Win-Registry-Control |
registry.r | v:1.1.0 13.9 KB 13 Mar 2003 | View and modify data of windows registry. author: Frank Sievertsen |
Create .EXE from Rebol script + other files using NSIS. |
reb2exe.r | v:1.0 4.6 KB 4 Sep 2006 | Create .EXE (with ICON) from Rebol script with optional extra scripts or datafiles using NSIS. author: Arie van Wingerden |