copy to Ljudmila |
testljudmila.r | v:1.1.1 497 bytes 13 Mar 2003 | xx. author: Iztok |
REBOL Web Server |
volkswebserv.r discussion | v:0.0.0.15 16.0 KB 24 Oct 2005 | A Simple HTTP-Server for running and debugging REBOL CGI scripts, modified %webserv.r author: Cal Dixon |
Image Viewer |
viewer.r | 1.5 KB 13 Mar 2003 | A useful image viewer that shows all the jpeg, gif, bmp, png
images found in the current directory. author: Carl Sassenrath |
View an Image and its File Name |
view-image-name.r documentation | v:1.0.0 589 bytes 13 Mar 2003 | Display an image in a window with its file name printed directly below it. author: Anonymous |
View an Image behind File Name |
view-image-name2.r documentation | v:1.0.0 562 bytes 13 Mar 2003 | Display an image with its file name on top of it. author: Anonymous |
Micro Web Server |
webserver.r discussion | 2.1 KB 13 Mar 2003 | Here is a web server that works quite well and can be
run from just about any machine. It's not only fast,
but its also small so it's easy to enhance. author: [unknown] |
REBOL Web Server |
webserv.r | v:0.0.0.15 13.6 KB 23 Jan 2004 | A Simple HTTP-Server that can run REBOL CGI scripts author: Cal Dixon |
Wiki |
wiki.r | v:3.3.2 25.6 KB 19 Jul 2003 | Implements a Wiki using Rebol and the Xitami webserver. author: Andrew Martin |
Webcam Viewer |
webcam-viewer.r | 1.3 KB 29 Jun 2008 | Display video feeds from live webcam servers.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Gnome Evolving Wallpaper |
wallp.r | 1.3 KB 16 Jan 2011 | change every hours to three hours your
gnome's desktop wallpaper with an image of planet Earth real time enlightenment.
This script is a one-liner splited for reading purpose author: Shadwolf - Alphé Salas-Schumann |
Watch Various Webcams |
watch-various-webcams.r | 823 bytes 11 Mar 2017 | Display video feeds from more than 130 live webcam servers.
The code used to gather the list of validated working cam URLs
is also provided. author: [unknown] |
CSS Sprite creator |
css-sprite.r | 1.2 KB 20 Feb 2011 | [no purpose header found] author: onetom@hackerspace.sg |
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 |
HSV Lab |
hsv-lab.r | 5.0 KB 27 Nov 2003 | Functions that manipulate of REBOL colour values using the
HSV (Hue Saturation Brightness) model. Includes example
functions for use with colour tuple! and image! values. author: Christopher Ross-Gill |
The Kasper Program |
kasper.r discussion | v:1.0 2.1 KB 13 Jun 2008 | Please Ingri (my sister, the dog owner) author: [unknown] |
args - generic command-line argument parser. |
args.r discussion documentation | v:0.1.10 29.9 KB 17 Dec 2008 | End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it. author: Maxim Olivier-Adlhoch |
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 |
Library data services |
lds-local.r documentation | v:0.0.4 655 bytes 13 Aug 2004 | Provides the client end of the REBOL.org Library Data Services interface author: Sunanda |
make-doc-pro |
make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch |
Average |
average.r discussion | v:1.0.0 626 bytes 8 Jul 2003 | Averages the values in the Block. author: Andrew Martin |
CASE multiple conditional function |
case.r discussion | v:1.0.0 2.1 KB 27 Nov 2005 | Provide a generalized multiple conditional function for situations that would otherwise call for
deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any
DO-able block rather than being based on a single value. This can be used simply to allow a
SWITCH-like behavior that supports ranges instead of single [...] author: Christopher M. Dicely |
Decode Charset Function |
decode-charset.r discussion | v:1.0.0 910 bytes 13 Mar 2003 | Converts 'charset values to something readable author: Nenad Rakocevic |
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 |
Markup language Dialect parser |
mdlparser.r discussion documentation | v:0.0.2 32.2 KB 5 Feb 2005 | To personally study the practicallity of Rebol
being used as bridge between browsers and markup languages. author: daniel murrill |
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] |