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 |
JS Promises |
promises.r | v:0.9.1 54.6 KB 28 Apr 2020 | A Rebol-style implementation of JS Promises author: Marco Antoniazzi |
REBOL HTTP Proxy |
proxy.r | v:1.0.0 11.5 KB 13 Mar 2003 | This script serves many purposes.
1. Act as an HTTP proxy
2. See what your broswer sends out as an HTTP request
3. Add data filters to remove Javascript pop-up windows,
remove banner ads, and more...
Uncomment line towards the bottom of the script marked for JavaScript
to enable JavaScript popup window death!! author: Sterling Newton |
Presentation viewer |
presenter.r | 17.6 KB 3 Nov 2011 | Display a little power-point-like slide show, where the
slides are read from a text file and consist of VID code describing
each slide. It could be used by someone who wants to give a simple
slide show without attacking a more useful, but also more complicated,
presentation program. author: Steven White |
Dialect Object Model |
rebol-dom.r discussion documentation | v:1.0 56.8 KB 7 Nov 2023 | Use an exstensible, Rebol user-mode, Markup function to parse DSL's that will return an
easy to follow tagged key value Dialect Object Model. It will allow different DSL's or
programming languages to work with, or together through a Central Processing
interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by [...] author: daniel murrill |
Red compiler and Runner |
redcompiler.r documentation | 9.9 KB 5 Dec 2012 | GUI to help with compile and run your Red(/System) scripts. author: arnold van hofwegen |
RSS feed reader |
rss.r | v:2.0.6 28.9 KB 20 Jul 2007 | Live Bookmarks author: Piotr Gapinski |
Rugby |
rugby4.r | v:4.0.2 28.4 KB 13 Mar 2003 | A high-performance, handler based, server framework and a rebol request broker... author: Maarten Koopmans |
Remote file Utility |
remote-file.r | v:0.0.2 6.0 KB 25 Sep 2003 | Exchange files over a network without ftp author: Ingo Hohmann |
resize window |
resize-window.r | v:1.1.0 7.8 KB 13 Mar 2003 | {easy way to have a resizable window. also window close-button can be trappt.}
{may be used with fresh face or modifying the old now} author: Volker Nitsch |
Simple-Test |
simple-test.r documentation | v:0.4.1 21.4 KB 12 Mar 2011 | A simple Rebol testing framework author: peter |
Time-Line |
time-line.r | v:0.3.1 27.7 KB 4 Mar 2006 | Time-line VID style for use in time-table editing using AGG. author: Christian Ensel |
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 |
VID_build |
vid-build.r discussion | v:0.8.6 36.7 KB 17 Nov 2013 | Easily create VID guis author: Marco Antoniazzi |
Parse and write XML code |
xml-load-form.r | v:0.7.1 12.8 KB 9 Aug 2018 | Parse XML code and return a tree of block, and vice-versa. author: Marco Antoniazzi |
App Builder |
appbuilder.r | 26.4 KB 16 Feb 2017 | An app builder to help new students learn how to write Rebol code.
To create a user interface for a new app, just point and click any GUI widget
(button, text field, dropdown box, etc.). You'll be prompted to edit the properties
of each added widget, and you can add actions which will run when the user
interacts with the widget. Actions [...] author: nick |
A Reb-Site |
a-reb-site.r | v:0.1.1 70.8 KB 23 Mar 2008 | a-reb-site.r was written to:
- compare form and function of a reb-site with that of a conventional web-site.
(...an obliging web-site - www.rebol.com perhaps!) &
- to provide an example of a reb-site script, &
- as an illustration of the compact size of a reb-site relative
to the average web-site [...] author: R.v.d.Zee |
Client for BaseX XML Database |
basexclient.r | v:0.1 4.4 KB 4 Jun 2010 | BaseX Native XML binding author: Sabu Francis |
Encode binary data to plain text and decode it |
bin-encode.r | v:0.9.0 16.4 KB 15 Dec 2012 | Converts from and to Base64, UUencode, XXencode, BinHex 4.0, Ascii85, FScode, Quoted-printable, Q-encoding, Percent-encoding author: Marco Antoniazzi |
Rebol CGI library |
cgi.r | 6.8 KB 4 Mar 2004 | Provide everything needed to create a CGI script author: Cal Dixon |