Dir-map explorer |
dir-map-explorer.r | v:0.1.2 5.6 KB 13 Mar 2003 | to work with directory maps generated by %dir-mapper.r script author: Oldes |
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 |
VB Like Operator Module/pattern-matcher |
like.r documentation | v:0.0.3 6.7 KB 15 Oct 2006 | The LIKE? function is a first crack at something like
VB's Like operator. i.e. a *very* simple RegEx engine as you
would use in shells for file globbing. The real purpose was to
help me get acquainted with parse. author: Gregg Irwin |
Parse REBOL Source |
parse-code.r | 920 bytes 2 Jul 2003 | An example of how to parse REBOL source code. author: Carl Sassenrath |
Rebolide |
rebolide.r discussion | v:5.4.39 227.7 KB 7 Sep 2012 | A Rebol IDE for beginners that helps learning Rebol.
I suggest you to put this script in a separete folder. author: Massimiliano Vessi |
Simplified VID resizing |
simple-vid-resizing.r discussion | v:1.5.2 12.0 KB 23 May 2020 | Helps create resizing VID guis author: Marco Antoniazzi |
CMS - web site builder |
sitebuilder.cgi | 125.6 KB 22 Dec 2012 | Easily create, edit, and arrange HTML pages on your web site. Upload existing
content files or use the built-in WSYIWYG HTML editor (from openwebware.com)
to layout pages visually, without having to write any code. It works just like a
word processor, except it runs directly in your browser, right on your web site.
You can adjust fonts, colors, and other [...] author: nick |
REBOL Mapping of all win32 API errors |
win32-errors.r | v:1.0 193.9 KB 8 Sep 2010 | [no purpose header found] author: Maxim Olivier-Adlhoch |
Capture Screen |
capture-screen.r | v:0.3.0 6.0 KB 5 Apr 2007 | (Microsoft/Windows only:) Returns screenshot as an image (or NONE in case of failure). author: christian ensel |
Rectangle Module |
rect-lib.r | v:0.0.1 6.8 KB 11 Oct 2003 | Code from a REBOLForces article
(http://www.rebolforces.com/articles/pairs/2/) that provides
support for rectangle-related operations. It was also used to
explore the concept of function spec templates. You could
refactor that concept out though if you want. author: Gregg Irwin |
REBOL stress test |
rebol-stress-test.r | v:0.0.1 3.3 KB 13 Aug 2004 | Run various things to see what limits REBOL has.
Largest integer, largest decimal, depth of
stack, maximum words definable, etc. author: Sunanda |
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 |
Encoding Binary Data in REBOL Scripts |
bin-save.r documentation | v:1.0.0 603 bytes 13 Mar 2003 | Example of how to save base-64 encoded binary data in REBOL scripts. (See bin-data.r as an example of how to decode the data.) author: Anonymous |
Binary Data in REBOL Scripts |
bin-data.r documentation | v:1.0.0 8.8 KB 13 Mar 2003 | Example of how to decode binary data in REBOL scripts This example includes a base-64 encoded image. (See bin-save.r for an example of how to create this file.) author: Anonymous |
read-below |
read-below.r discussion documentation | v:1.0.0 3.6 KB 13 Aug 2004 | Reads all files and directories below specified directory author: Brett Handley |
Tower of REBOL |
tower.r documentation | v:1.0.0 3.3 KB 13 Mar 2003 | REBOL can speak to many audiences. author: Anonymous |
CGI Form with Defaults |
cgiformobj.r discussion documentation | 1.3 KB 13 Mar 2003 | Handles a CGI form, providing default values for
missing fields in the form. Returns a web page.
(The associated cgiform.html file contains the form). author: [unknown] |
Synchronizable Calendar/Scheduler |
calendar-install.r discussion | 1.4 KB 18 Oct 2013 | Easy-to-use Calendar/Scheduler that can be synchronized over a network, and has popup-alerts. author: Izkata |
Dialect Object Model |
quote-node-attributes.r discussion documentation | 5.4 KB 4 Jun 2022 | This script is used on data Sequence key value pairs with various different syntax styles such as
DOM Vars, html,xml,css, objects, arrays, json, rebol series, etc. It attempts to reformat malformed
key/value data found in a SL that's usually delimited as objects, arrays, or json statement.
It requotes *" *, and can creates tagged node-elements for look up in Dialect Object Models. Witch
then can be set as Vars to be used with rebol-DOM functions.
You can allso fine tune your own delimiter rules as characters or words patterens to use with the
strip-obj-chars-from() function. (DSL: domain specific language) author: [unknown] |
Dialect Object Model |
rebol-dom-mdlparser discussion documentation | 61.9 KB 4 Jun 2022 | %Rebol-DOM.r mdlparser.r is a copy
of the %Rebol-DOM.r mdlparser.
The first copy would not download
so i appended the *.r to it, wich
seemed to make it able to become
downloadable now. So...., down
load it and tell me all about its
glorious [...] author: daniel |