Simple Menu |
simple-menu.r | 1.2 KB 29 Jun 2008 | A quick and dirty way to create menus in your GUI.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Simple Multitasking Example |
simple-multitasking.r | 1.1 KB 29 Jun 2008 | A simple example demonstrating multitasking using 'feel and 'rate.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Simple password generator |
simple-password-generator.r | 1.3 KB 22 Sep 2014 | This program allows you to create passwords
setting two parametres:
1) The length
2) The type (numbers, alphabet ...) author: Caridorc |
Simple R3D Example |
simple-r3d.r | 8.2 KB 30 Jun 2008 | A simple example to demonstrate how to use Andrew Hoadley's R3D module.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Simple Script |
simple.r | 395 bytes 13 Mar 2003 | The traditional Hello World example script. author: [unknown] |
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 |
Simple Slideshow Presentation Framework |
slideshow-presentation.r | 4.6 KB 22 Jan 2013 | This example is taken from the tutorial at:
http://re-bol.com/business_programming.html
It demonstrates a simple framework for presenting full screen GUI
layouts with built-in keyboard and mouse controls. It simplifies coding
tediously repetitive layout elements, by only requiring unique GUI
elements in each slide. Widgets [...] author: nick |
Simple substring function - returns empty when outside boundery |
substring.r | 861 bytes 3 Feb 2004 | Working around string series author: Hein Hoenjet |
Simple substring function - with the addition of error message to prevent 'none' shown |
substr.r | 1.6 KB 15 Dec 2003 | Working around string series author: Yosef H. da Iry |
Simple System Tray |
simple-system-tray.r | 2.8 KB 18 Oct 2013 | After learning Rebol 1.3 could place itself in the System Tray on Windows,
and after finding Graham's example, I decided to make a slightly simpler
version of the System Tray dialect.
Since it's based on Graham's example, it may well be missing stuff...
Later note: This was also an experiment for me, learning the parse dialect. author: Izkata |
Tooltip style example |
simple-tooltip-style.r | v:0.9.6 5.6 KB 3 Apr 2016 | A quick way to add a simple tooltip to VID GUIs author: Marco Antoniazzi |
Simple Virtual Shrink |
shrink.r | 12.7 KB 13 Mar 2003 | This script is a virtual shrink chatter bot .
It was obviously inspired by the original shrink bot
called Eliza. When the program gets a sentence in
English, it tries to find a matching rule in its
rule database and if it understands the sentence
it tries to give a reasonable reply.
(Type quit to quit) author: Martin Johannesson |
Simple-Test |
simple-test.r documentation | v:0.4.1 21.4 KB 12 Mar 2011 | A simple Rebol testing framework author: peter |
SiMTPop Simulate SMTP & POP |
simtpop.r documentation | 4.5 KB 13 Nov 2003 | To simulate SMTP and POP services on a single user PC,
works with Outlook 98, but is broken for later Versions author: Ingo Hohmann |
Total Size of .r Files |
sizedir.r documentation | v:1.0.0 557 bytes 13 Mar 2003 | Print the total size of all .r files in the current directory. author: Anonymous |
Pop-down style example |
simple-pop-down-style.r | v:0.3.1 8.8 KB 17 Oct 2020 | A quick way to add a simple pop-down to VID GUIs author: Marco Antoniazzi |
Site |
site.r | v:1.2.2 4.1 KB 13 Mar 2003 | Site dialect. Creates web sites from plain text, etc.
I use it to create my own site automatically. author: Andrew Martin |
site-build |
site-build.r | v:1.0.0 40.1 KB 13 Mar 2003 | site-build basicaly builds/updates a website based on the template I have developed. Requires html 4.0 compliant browser (opera 5 or IE 5). author: Rishi Oswal |
Ski Game |
ski-game.r | 4.4 KB 23 Jul 2009 | A little graphic game.
Taken from the tutorial at http://musiclessonz.com/rebol.html 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 |