Contexts |
contexts.r | 10.5 KB 7 Jul 2013 | REBOL code from the bindology article author: Ladislav Mecir |
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 |
GLayout demo |
glayout-demo.r | v:0.9.1 22.4 KB 10 Jul 2009 | Demonstration of GLayout's features and capabilities. author: Maxim Olivier-Adlhoch |
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 |
LIQUID - core dataflow programming engine. |
liquid.r discussion | v:0.8.1 64.9 KB 28 Mar 2009 | Create procedural processing networks. author: Maxim Olivier-Adlhoch |
Clone |
clone.r | v:1.0.1 1.2 KB 13 Mar 2003 | Clone objects by copying objects inside. author: Andrew Martin |
Easy Drawer |
easy-drawer.r | v:1.0.0 9.2 KB 11 Feb 2007 | Easy way to test draw commands author: Guest2 |
edit-tools + little editor |
install-edit-tools.r | v:1.0.5 23.9 KB 14 Apr 2005 | Various stuff to implement an editor.
Main features:
Tools to plug an area with find/replace in a few lines.
And a little editor with plugins. author: Volker Nitsch |
rebzip |
rebzip.r discussion | v:1.0.1 21.3 KB 17 Jul 2009 | Zip archiver / unarchiver author: Vincent Ecuyer |
Remove Type |
remove-type.r | 748 bytes 10 Feb 2014 | Removes all values of a given type from a list, or from nested lists any
number of levels deep. author: nick |
Topic Tags |
topic-tags.r discussion | v:0.2.1 9.3 KB 15 May 2004 | Makes tagging the mailing list a little bit more comfortable.
Lists all topic tags in a window which I like to have open while tagging.
Clicking on any tag copies it into clipboard so I only have to paste it into browser. author: Christian Ensel |
Tweener |
tweener.r | v:0.7.5 29.6 KB 29 Jul 2018 | Make transitions between two values. Many easing functions to animate faces. author: Marco Antoniazzi |
Find a file in sites |
web-find-file.r | v:3.0.0 2.8 KB 9 Nov 2012 | Finding web page containing a text, also crawling on all page links author: Massimiliano Vessi |
A more XML 1.0 compliant set of XML parsing tools. |
xml-parse.r | v:0.7.6 44.0 KB 1 Jul 2009 | REBOL's built-in parse-xml function lacks a number of
XML 1.0 compliant features, including:
- support for CDATA sections
- support for XML Namespaces
- exposure of the internal DTD subset
The intent of this script is to create an XML parser
that can operate either via an event/callback mechanism,
or produce [...] author: Gavin F. McKenzie |
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 |
Delete Files by Suffix |
delete-suffix.r | 1.7 KB 13 Mar 2003 | Delete files based on their suffixes. Can also delete
deeply through all subdirectories. author: Reburu |
Menu-System |
menu-system.r | v:0.2.0 88.4 KB 12 Jun 2005 | Easy to use VID compatible REBOL menu system (early Beta).
Have menus in your REBOL apps, finally. author: Christian Ensel |
The two-phase simplex algorithm |
simplex.r | v:0.1.0 14.1 KB 8 Dec 2019 | Implement the two-phase simplex algorithm. author: Marco Antoniazzi |
Tail recursion |
tailfunc.r | v:1.0.0 3.9 KB 6 May 2003 | Provides transparent tail recursive functions with refinement transferral. Source code 4 gurus only author: Maarten Koopmans |
Use-rule |
use-rule.r | 3.4 KB 17 Jan 2012 | Create a recursion and thread-safe parse rule with local variables.
R2/R3 compatible. author: ladislav mecir |