File globbing module and dialect |
file-list.r discussion documentation | v:0.0.2 30.2 KB 19 Oct 2006 | Given a file spec, and optional criteria for date, size,
and attributes, the FILE-LIST function returns a block of
files that match the spec and criteria.
It is also a test-bed for how to integrate dialects with
one-another. There are sub-dialects for date, size, and
attribute tests, and FILE-LIST encapsulates those, along [...] author: Gregg Irwin |
Tar |
tar.r discussion documentation | v:1.1.0 5.5 KB 11 Jan 2013 | Creates tar archives. author: Vincent Ecuyer |
Build a Program Package |
build-pack.r documentation | v:1.0.0 2.1 KB 13 Mar 2003 | Creates a single compressed REBOL program from a list of file modules. Modules can include binary data files such as images. author: Carl Sassenrath |
Global services module |
glb.r documentation | 14.3 KB 7 Nov 2011 | This is an idea for packaging up code, plus some small
demos of how to do various things, harvested from the cookbook and
the mailing list. They are things that are done so often and in so
many situations that the author found it helpful to package them up
in a file of personal functions. All these techniques are shown in
various places, but this [...] author: Steven White |
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 |
MakeDoc 2 - The REBOL Standard Document Formatter |
makedoc2.r documentation | v:2.5.7 17.0 KB 10 Mar 2007 | This is the official MakeDoc document formatter that is used by
REBOL Technologies for all documentation. It is the fastest and
easiest way to create good looking documentation using any text
editor (even ones that do not auto-wrap text). It creates titles,
headings, contents, bullets, numbered lists, indented examples,
note blocks, and more. For documentation, [...] author: Carl Sassenrath |
r3D |
r3d2.r documentation | v:2.2.6 21.6 KB 17 Oct 2012 | 3D Library, you can use also images.
Look a the end of the file to see how are made 3D model. author: andrew hoadley |
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 |
rebzip |
rebzip.r discussion | v:1.0.1 21.3 KB 17 Jul 2009 | Zip archiver / unarchiver author: Vincent Ecuyer |
REBOL/AI Image linker |
ai.r | v:1.0.0 15.8 KB 13 Mar 2003 | Simple dialect for creating AdobeIllustrator files (ai) with linked images author: Oldes |
Archiver |
archiver.r | v:0.8.2 17.3 KB 21 Apr 2016 | Backup files author: Marco Antoniazzi |
Codec: tar archives |
codec-tar.r | v:1.0.0 9.2 KB 6 Mar | [no purpose header found] author: Annick ECUYERupdated: 7-Mar-2025 |
Rebol Code colorizer |
code-colorizer.r | v:0.9.5 18.7 KB 19 Jan 2009 | To convert Rebol script into html with colorized code. Using string based parsing. author: David 'Oldes' Oliva |
EnList |
enlist.r | v:0.0.3 10.3 KB 20 Jul 2003 | Simple GUI for encap tools author: Gregg Irwin |
Obscure File Server |
fileserver.r | 14.4 KB 3 Sep 2009 | Share files over HTTP protocol +NLS author: pijoter |
Files Renamer |
files-renamer.r | v:0.8.15 27.1 KB 17 May 2016 | Rename files author: Marco Antoniazzi |
Find a file in directories / folders |
find-file-gui.r | v:2.0.0 2.6 KB 9 Nov 2012 | [no purpose header found] author: Massimiliano Vessi |
Open a file or directory requester |
file-requester.r | v:1.4.11 29.5 KB 16 Sep 2017 | Requests a file or directory author: Marco Antoniazzi |
Find a file in directories / folders |
find-file.r | v:1.0.0 1.6 KB 22 Dec 2004 | Search all files for ones that contain a given string. author: Carl Sassenrath |
glayout - GLASS-based layout engine |
glayout.r | v:0.5.4 141.6 KB 16 Nov 2006 | replace vid dialect layout while keeping its basic featureset author: Maxim Olivier-Adlhoch |
Document Generator |
generate-doc.r documentation | 15.7 KB 13 Mar 2003 | XMLish doc generator using parse-XML author: Daan Oosterveld |
ico-parser |
ico-parser.r | v:0.0.1 5.4 KB 13 Mar 2003 | To get data from the windows *.ico files author: Oldes |
ICO view |
ico-view.r | v:0.0.1 1.2 KB 13 Mar 2003 | To view the image from the ICO file (example what to do with %ico-parser.r) author: oldes |
JPG analyse |
jpg-analyse.r | v:1.0.0 5.1 KB 13 Mar 2003 | To remove some data from the JPG files to make them smaller.
For example files from Adobe contains so many other informations that the file is twice bigger than may be. author: Oldes |
Logviewer |
logviewer.r | 16.0 KB 13 Oct 2006 | Monitor log files. Please read included readme for further information author: Daniel Szmulewicz |