Forum |
forum.r | 15.2 KB 17 Jun 2010 | A CGI forum application, running at http://rebolforum.com.
Please link to it, so that new REBOLers have a place to ask questions! author: nick |
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 |
HTML Dialect |
html.r documentation | v:0.0.7 21.8 KB 20 Aug 2008 | HTML dialect for simple generation of webpages with REBOL code. author: henrik mikael kristensen |
headless the P2P console |
headless.r | v:1.0.0 20.4 KB 13 Mar 2003 | A world wide console, headless author: Maarten Koopmans |
Headless |
headless1.r | v:1.0.1 20.4 KB 13 Mar 2003 | A P2P console author: Maarten Koopmans |
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 |
Intercom (Voice Communicator) |
intercom.r | 3.0 KB 12 Nov 2009 | A walkie-talkie push-to-talk type of VOIP application. Extremely simple -
just records sound from mic to .wav file, then transfers the wave file to
another IP (where the same program is running), for playback. Sender
and receiver open in separate processes, and both run in forever loops
to enable continuous communication back and forth. [...] author: nick |
Mandelbrot fractal ASCII renderer, integer version for Rebol, Red and World |
int-mandelbrot.r | v:1.0.0 1.9 KB 29 Dec 2013 | Show a Mandelbrot fractal on the console author: Marco Antoniazzi |
Library history - console version |
lib-history.r | v:0.1.1 2.1 KB 13 Mar 2003 | To display recent Rebol library uploads author: Oldes |
MakeDoc 2 - The REBOL Standard Document Formatter |
makedoc2.r documentation | v:2.5.7 17.0 KB 10 Mar 2007 | This is the official MakeDoc document formatter that is used by
REBOL Technologies for all documentation. It is the fastest and
easiest way to create good looking documentation using any text
editor (even ones that do not auto-wrap text). It creates titles,
headings, contents, bullets, numbered lists, indented examples,
note blocks, and more. For documentation, [...] author: Carl Sassenrath |
MDP-GUI Package |
mdp-gui-package.r documentation | v:1.4.1 1.1 KB 30 Mar 2005 | Graphical interface for make-doc-pro 1.0.8 allowing easy doc making/viewing author: Alphé SALAS-SCHUMANN (ShadWolf) |
National Geographic Image of the Day Downloader |
ngbg2.r | v:1.2.5 12.3 KB 11 Sep 2007 | Downloads all the Picture Of The Day images (current and past)
from the National Geographic website and saves it to a location of your choice.
Revisions:
Version 1.2.5 Checked to see if the large wallpaper exists and if not to use the smaller
wall paper image.
Version 1.2.4 Changed from Viewing the POTD to Browsing the POTD which then
allows the user to go back [...] author: Gordon Raboud |
REBOL Blogger |
new-blog.r discussion | v:1.4.1 39.0 KB 11 Jul 2007 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
Overload |
overload.r | v:1.0.1 6.3 KB 1 Mar | Overloads an existing function/native. author: Annick ECUYERupdated: 2-Mar-2025 |
Print HTML source |
oneliner-print-web-page.r | v:1.0.0 489 bytes 27 Sep 2003 | Prints to the console the HTML source for a web page. author: RT |
Primitive Rebol Object Browser |
prob.r | 9.7 KB 25 Sep 2004 | Make a graphical view of the probe function so that users may probe the system object without having to look it all up in the console. author: HY |
Win-Registry-Control |
registry.r | v:1.1.0 13.9 KB 13 Mar 2003 | View and modify data of windows registry. author: Frank Sievertsen |
Request List Enhanced |
request-list-enhanced.r | v:0.9.3 16.4 KB 18 Aug 2014 | An enhancement to the regular request-list that allows selecting items from a request list
by typing in the first few characters of the item. Works with text, word and number lists.
Designed to make optimum use of the keyboard.
- New refinement request-list-enhanced/return-index will return the index of the item not the value.
- Keys used; cursor up, down, page-up, [...] author: mike yaunish |
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 |
Runner |
runner.r | 4.5 KB 18 Oct 2013 | Run rebol scripts or open websites at certain time intervals.
For example, I use it with an email-checking script and a few others
I just felt like compressing it to save some space -
I use floppy disks a lot.
do this in the console to get the source:
write %RunnerDecomp.txt decompress pick (load %Runner.r) 3 author: Izkata |
SCRIM (Simple Console Rebol Instant Messenger) |
scrim.r | v:0.6.0 3.3 KB 13 Mar 2003 | RIM for those without View author: Ryan S. Cole |
Safe CGI data retriever |
safe-cgi-data-read.r documentation | v:0.0.2 3.4 KB 22 Jun 2011 | Safely retrieves CGI GET or POST data
into a REBOL object. author: Sunanda |
TextureLab - Texture generator |
texture-lab.r | v:0.3.3 25.6 KB 31 Oct 2006 | Generate mathematical textures author: ReBolek |
TextUI - Textual User Interface |
textui.r | 3.4 KB 22 Jan 2013 | Open source REBOL is currently being ported to platforms without
GUI support. This script is a simple replacement for GUIs that collect
text input from fields and drop down lists. Just specify a block of
labels, and a block of default values for each field ('answers). If the
the 'answers block contains a nested block, the values in [...] author: nick |
Custom math operators |
tj-operators.r | 2.1 KB 27 Dec 2006 | Math shorthand. Used by other of my library functions. Rollover operator author: Tim Johnson |