Superenalotto extractor |
superenalotto.r documentation | v:2.0.9 2.9 KB 7 Jul 2009 | Simple random number generator. author: Massimiliano Vessi |
Series Slice |
series-slice.r | v:1.0.1 3.3 KB 4 Aug 2004 | Provides array slicing for series author: Stan Silver |
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 |
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 |
Spin-number style example |
simple-spin-number-style.r | v:0.9.0 11.0 KB 17 Oct 2020 | A quick way to add a simple spin-number to VID GUIs author: Marco Antoniazzi |
Sqlite 3.X rebol wrapper as protocol handler |
sqlite3-protocol.r | v:0.1.2 8.6 KB 22 Mar 2005 | Sqlite wrapper as a Rebol protocol handler. author: cal dixon |
Stack, queue and deque functions |
sqd.r documentation | v:0.0.1 4.1 KB 5 Oct 2005 | Implement stack, queue and deque data structures author: Sunanda |
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 |
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 |
The two-phase simplex algorithm |
simplex.r | v:0.1.0 14.1 KB 8 Dec 2019 | Implement the two-phase simplex algorithm. author: Marco Antoniazzi |
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 |
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 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 |
Resizeable Table/Grid/Multi-column List Widget Example |
table-grid-list.r | 14.3 KB 13 Jul 2011 | One of the greatest things about REBOL/View is the built in GUI dialect
("VID"). It's great for building simple GUI layouts quickly and
easily, but the native list widget can be confusing for newcomers.
THIS EXAMPLE IS A FULL FEATURED TABLE/GRID/LIST WIDGET FOR VID GUIs.
KEYS: INSERT DELETE ARROWS PAGE UP/DOWN - + [...] author: nick |
Demo client with telnet-protocol |
telnet-client.r | v:1.0.0 863 bytes 13 Mar 2003 | A simple telnet-client author: Frank Sievertsen |
Topic Tags |
topic-tags.r discussion | v:0.2.1 9.3 KB 15 May 2004 | Makes tagging the mailing list a little bit more comfortable.
Lists all topic tags in a window which I like to have open while tagging.
Clicking on any tag copies it into clipboard so I only have to paste it into browser. author: Christian Ensel |
tooltipVid.r |
toolt4vid.r | v:1.0 3.1 KB 3 Feb 2006 | Tooltip for VID (less bugged than previous version. This work is the mixing of 2 different ways to handle tooltips in vid not using style package anymore author: Shadwolf, Boss, DideC, Volker |
Todo List |
todo-list.r discussion | v:1.3.0 9.7 KB 24 Jun 2004 | Based on the demo of Rebol /View by Carl. It allow you to manage a list of todo and move them between them. author: Carl Sassenrath, Didier Cadieu & Fabrice Vado |
Time-Plan |
time-plan.r | v:0.4.0 33.1 KB 12 Mar 2006 | Time-plan RebGUI for use in time-table editing using AGG. author: Christian Ensel |
Time-Line |
time-line.r | v:0.3.1 27.7 KB 4 Mar 2006 | Time-line VID style for use in time-table editing using AGG. author: Christian Ensel |
TextureLab - Texture generator |
texture-lab.r | v:0.3.3 25.6 KB 31 Oct 2006 | Generate mathematical textures author: ReBolek |
Test de %style-scrollable.r |
test-style-scrollable.r | 4.3 KB 13 Dec 2004 | Essai de gestion des scrolls & de tables author: Claude RAMIER |
Rebol TCP Ping |
tcpping.r | v:1.0.0 16.2 KB 5 Jul 2006 | Ping version using TCP author: François Jouen |
techfell uSqlite3 protocol handler |
techfell-protocol.r | v:0.0.2 8.2 KB 9 Feb 2006 | http://users.iol.it/irwin/
uSQLite is a network wrapper for SQLite. It turns SQLite into an RDBMS but
puts the emphasis on the 'Lite'. In fact it works in a somewhat unconventional
mmanner in order to make both servers and clients as light, portable and
simple as possible. Readers who are not familiar with SQLite are advised
to visit www.sqlite.org.
uSQLite [...] author: Piotr Gapinski |