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 Math |
simple-math.r | v:0.9 2.5 KB 7 Mar 2005 | A simple little math test program. author: James Irwin |
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 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 |
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 |
Simple substring function - returns empty when outside boundery |
substring.r | 861 bytes 3 Feb 2004 | Working around string series author: Hein Hoenjet |
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 |
CMS - web site builder |
sitebuilder.cgi | 125.6 KB 22 Dec 2012 | Easily create, edit, and arrange HTML pages on your web site. Upload existing
content files or use the built-in WSYIWYG HTML editor (from openwebware.com)
to layout pages visually, without having to write any code. It works just like a
word processor, except it runs directly in your browser, right on your web site.
You can adjust fonts, colors, and other [...] author: nick |
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 |
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 |
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 |
SKIMP: Simple keyword index management program |
skimp.r documentation | v:0.0.2 40.3 KB 3 May 2007 | Simple, fast way of indexing the text content of many documents author: Sunanda |
Slidery |
slidery.r | 23.5 KB 29 Dec 2013 | See the help-text below.
An MS Windows .exe. is available at http://re-bol.com/slidery.exe author: nick |
SLiM - STEEL | Library Manager |
slim.r | v:0.9.13 29.1 KB 7 Mar 2009 | Loads and Manage Run-time linkable libraries. Also serves as a specification. author: Maxim Olivier-Adlhoch |
slim-link - steel library module linker |
slim-link.r | v:0.1.1 7.6 KB 1 Aug 2004 | link apps which have references to slim libs inside author: Maxim Olivier-Adlhoch |
Small Mail Sender by Freakzen-LX |
smail.r | v:1.0.0 4.1 KB 13 Mar 2003 | small mail client with timer and logging function author: Freakzen-LX |
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 |
sms-Functions |
sms-funcs.r | v:1.1.0 11.2 KB 28 Jul 2006 | funcions that allows send and receive SMS by GSM modem author: Janeks Kamerovskis |
Enhanced field |
s-field.r | v:0.1.0 4.8 KB 13 Mar 2003 | To get a field where is possible to switch between normal and secure mode and which is able to remember the history (if not in secure mode) author: oldes |
Snake Game (tiny GUI version) |
snake-gui.r | 1.1 KB 7 Jan 2017 | The draw dialect is not used in this example, only VID GUI,
so it's short and full featured for a tiny example. A video
explaining the code is at https://youtu.be/rnKvmwe2F6w
Taken from http://re-bol.com/short_rebol_examples.r
Variables Key: f food p speed d direction s snake-block g gui e end i count author: nick |
sort-series-of-elements |
sort-series.r | v:1.0.0 3.2 KB 7 Nov 2005 | Sorting a series of items. Specify how many fields per record,
which field to sort on, and Ascending or Descending order. author: Gordon Raboud with some help from Volker, DideC, Sunanda and BrianH |
Space Game |
space-game.r | v:0.0.2 262.4 KB 13 Oct 2005 | A space shooting game.
Objective: Using your cannon, destroy meteors to avoid colliding with them and earn points
Controls (keyboard): To shoot, press SPACE key. To rotate your cannon and aim, use the RIGHT and LEFT keys author: Ayrris Aunario |
Space Invaders Shootup |
space-invaders-shootup.r | 6.9 KB 24 Aug 2009 | An extremely simple variation of the classic game.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
Spellck2 |
spellck.r | v:1.0.0 12.5 KB 27 Mar 2005 | A spellchecked area author: Volker Nitsch |