RCON protocol handler |
rcon.r | 3.0 KB 17 Oct 2003 | Allow rebol scripts to perform remote server administration tasks for Half-life game servers author: Cal Dixon |
XML node parser |
rblxelparser.r | v:0.0.1 5.9 KB 13 Nov 2003 | To parse single xhtml & xml nodes
for there values. author: daniel murrill |
R2HTML |
r2html.r | v:1.3.1 2.8 KB 13 Mar 2003 | Converts .r rebol script file into a .html file. author: Andrew Martin |
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 |
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 |
SDL library interface |
sdl-h.r | v:0.8.1 131.3 KB 23 Sep 2012 | Code to bind SDL shared library to Rebol. author: Marco Antoniazzi |
Simple accordion style |
simple-accordion-style.r | v:0.1.0 2.0 KB 23 Aug 2018 | Create accordions, using a simple but versatile function. author: Marco Antoniazzi |
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 |
Supermastermind |
supermastermind.r | v:2.0.5 11.9 KB 4 Oct 2012 | The old clasic game Mastermind author: Massimiliano Vessi |
Supercalculator |
supercalculator.r | v:3.8.23 10.8 KB 21 Dec 2011 | Scientific calculator in Rebol! author: Massimiliano Vessi |
Star Wars reminiscent intro |
swintro.r | 2.4 KB 30 Jun 2005 | To demonstrate AGG and 3D-type calculations using Rebol author: Bohdan Lechnowsky |
3D-Surface Plot |
surface.r | v:1.0.0 24.5 KB 10 Aug 2007 | Draw a surface with 3-D Perspective and allow roation author: [unknown] |
style-tooltip.r |
style-tooltip.r documentation | v:1.0 2.9 KB 29 Nov 2004 | Use in the simplest way the tooltip. This is a first intent it's a little bit deprecated and we have worked on a better way to generate and handle tooltips. I share this with you because I think this code have a good educationnal value and is a good point start if you are interested in tooltips avanced filnal version please visit http://rebol.agora-dev.org/ . Sample script [...] author: Shadwolf, Boss, DideC |
Spellck2 |
spellck.r | v:1.0.0 12.5 KB 27 Mar 2005 | A spellchecked area author: Volker Nitsch |
Soundex |
soundex.r | v:1.0.0 5.6 KB 6 May 2003 | Soundex Encoding returns similar codes for similar sounding words or names. eg Stephens, Stevens are both S315, Smith and Smythe are both S53. Useful for adding Sounds-like searching to databases author: Allen Kamp |
SmartUDP |
smartudp.r | v:1.0.0 6.0 KB 22 Aug 2006 | Send freely paramterized UDP packages, save and load your presets, choose targets from history. author: Varga Árpád |
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 |
Image Slicer |
slice.r | v:1.0.0 1.0 KB 13 Mar 2003 | Slices an image into a set of sub-images and stores
each as a local PNG file under its own name. author: Carl Sassenrath |
System Port - Drag Accept Demo |
sys-port-drag-accept.r | v:0.0.1 4.6 KB 25 Sep 2003 | Demo using system port to catch WM_DROPFILE messages for drag-n-drop
support. author: Gregg Irwin |
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 |
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 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 Math |
simple-math.r | v:0.9 2.5 KB 7 Mar 2005 | A simple little math test program. author: James Irwin |
Scientific Calculator |
sci-calc.r | v:0.9.4 1.7 KB 13 Mar 2003 | For scientific calculations. Currently in beta, so dont use it to figure out critical information just yet. author: Ryan S. Cole |
Scrolling Fields |
scrolling-fields.r | v:0.1.0 9.5 KB 27 Mar 2006 | This script illustrates the use of fields and a scroller to display data.
Similar to a text-list, scrolling fields provides greater control over the
presentation of data. author: R.v.d.Zee |