The rugby mobile code console |
rugby-console.r | v:1.0.0 3.7 KB 6 May 2003 | A P2P console for Rebol/Rugby author: maarten koopmans |
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 |
Remove Comments |
remove-comments.r | 463 bytes 29 Jun 2008 | A parse example that removes comments from Rebol code.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
RIF |
rif.r | v:0.0.2 3.9 KB 13 Aug 2010 | Minimalistic Rebol Indexed file, append only database manager author: Pavel |
Run sequence encoded integer data sets |
rse-ids.r documentation | v:0.0.1 7.0 KB 21 Feb 2007 | Provide an API for compacting/compressing sets of integers author: christian |
Scrolling layout demo |
scrollinglayout.r | 22.7 KB 7 Feb 2013 | This is a demo of making a sub-layout, on a main window,
that is too big for the main window and can be scrolled.
It was adapted from the REBOL cookbook and heavily annotated as an
aid in learning how the scroller works. author: Steven White with help from Carl and MaxV |
Simple File Sharer |
share-files.r | 1.8 KB 27 Jan 2014 | I use it to send lists of files to clients' phones, PCs, or any other
Internet device they may use. I text or email them the single short
personal html file link created by the script, and they click the
contained file links to download all their files. It's a stupid simple
script and setup which requires only a single unstructured [...] author: nick |
Simple Search |
simple-search.r | 2.7 KB 17 May 2009 | Searches though all files in all subdirectories to find given text in each file.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
(a website CGI version of the script is also given in the tutorial). author: nick |
Small Rebol 1.0 |
smallr.r | v:1.0 440.9 KB 28 Dec 2008 | a tool for Rebol newbies including MDI editor and Launch function author: François Jouen |
Sammy's manager |
samman.r | 12.8 KB 2 Jan 2012 | To generate Sammy.js files using a dialect author: [unknown] |
Map |
tj-map.r | 2.8 KB 18 Jan 2007 | Applying a function to items in a list author: andrew martin |
Templating |
templating.r | 3.8 KB 9 Nov 2009 | Use a template (a master html document) to maintain
child document(s) that hold individual editable content(s).
Editable content are delimited by the following two tags:
<!-- b_editable name="title1" -->
<!-- e_editable name="title1" --> author: Cedric G. |
TextureLab - Texture generator |
texture-lab.r | v:0.3.3 25.6 KB 31 Oct 2006 | Generate mathematical textures author: ReBolek |
REBOL CGI Test Script |
test.r | v:0.0.2 3.1 KB 17 Jan 2005 | REBOL Test CGI-Script for Serve-It! author: Dirk Weyand |
View-Desktop packed by Volker |
unzip-desktop.r | v:0.0.0.2 45.1 KB 13 Aug 2004 | Make it easier to install and run open source /view-desktop author: Volker Nitsch (of package) |
VID1 for R3 |
vid1r3.r3 discussion | v:0.3.20 113.6 KB 17 Apr 2022 | Lets you use VID1 with R3 author: Marco Antoniazzi |
Voice Alarms |
voice-alarms.r | 4.5 KB 18 Nov 2009 | Record your voice or other sounds to be played as alarms for
any number of multiple events. Save and Load event lists. All
alarm sounds repeat until stopped. Record yourself saying 'wake
up you lazy bum' or 'hey dude, get up and walk the dog', then
set alarms to play those voice messages on any given day/time.
If you set [...] author: Nick Antonaccio |
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] |
Wiki entry R2 |
wiki-rebol2.r | v:3.1.4 4.4 KB 14 Feb 2013 | make wikibook/wikipedia/mediawiki entry from defined words, example:
my? append
(then you can paste directly (CTRL+V), see http://en.wikibooks.org/wiki/REBOL_Programming/append)
This works with Rebol2 author: Max Vessi |