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 |
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 |
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 |
SQL PROTOCOL |
sql-protocol.r discussion documentation | v:0.6.8 84.2 KB 3 Jan 2011 | SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL
with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded
in your REBOL application.
Today, sql-protocol execute only these kind of query :
* SELECT ... FROM ... WHERE ... ORDER BY ...
* INSERT ... INTO ... VALUES ...
* [...] author: marco |
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 |
Sqlite 3.X rebol wrapper try |
sqlite3.r discussion | v:0.0.2 7.8 KB 21 Sep 2004 | Sqlite wrapper in Rebol. author: Juan-Carlos Miranda |
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 |
string encoding utilities |
str-enc-utils.r documentation | v:1.2.3 45.9 KB 25 Jan 2015 | A set of string utilities created to help with text encoding in 8-bit
character strings author: Peter W A Wood |
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 |
Supercalculator |
supercalculator.r | v:3.8.23 10.8 KB 21 Dec 2011 | Scientific calculator in Rebol! author: Massimiliano Vessi |
Supermastermind |
supermastermind.r | v:2.0.5 11.9 KB 4 Oct 2012 | The old clasic game Mastermind author: Massimiliano Vessi |
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 |
Server object handler script |
server.r | 5.1 KB 19 Oct 2004 | This script will parse robot.txt files and store
a hash! of forbidden paths. This is very useful for
webbots or spiders of any kind (at least if obeying
robot exclusion standards is desirable).
I looked at the ht://dig package (http://www.htdig.org/)
script that does the same thing as this script to see if I [...] author: hy |
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 Test Suite |
test-simple.r documentation | v:0.3.0 6.3 KB 15 Jun 2006 | Add support for simple test mechanisms to REBOL, similar to Perl's
Test::Simple.
The basic idea? Make testing simple so everybody can make tests. author: Brian Wisti |
(treelist) |
treelist.r | v:0.0.1 3.6 KB 11 Sep 2010 | show how to build a simple tree list author: Marco Antoniazzi derived from Didier CADIEU |
Advanced Windows tray support |
tray.r | v:0.1.3 15.7 KB 1 Sep 2009 | Handler for advanced system tray features author: Richard Smolak aka Cyphre |
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 |
Tooltip example and other... to be continued |
tooltip.r | 2.3 KB 17 Dec 2019 | Simplest tooltip to VID GUIs + ... author: saulius_g |