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 |
Tile Game |
tile-game.r | v:1.0.0 1.7 KB 2 Feb 2006 | Classic tile sliding game in less than a page of code. author: Sterling Newton |
Tic Tac Toe |
tictactoe.r | v:1.0.3 4.2 KB 6 May 2003 | No known purpose. author: Ryan S. Cole |
Threads Demo |
threaddemo.r | v:1.0 4.2 KB 5 Jan 2005 | show multithreading with rebol (all versions) author: François Jouen |
Text effect styles |
text-effects.r | v:1.0.0 2.3 KB 6 May 2003 | This version contains just 'sine-text style... author: Oldes |
Text Editor |
text-edit.r | v:1.0.0 1.7 KB 6 May 2003 | A basic text editor with: cut, copy, paste, horizontal and vertical scrolling, URLs as file names (for FTP remote editing), shortcut keys and a dialog box for file save confirmation. author: Carl Sassenrath |
Tail recursion |
tailfunc.r | v:1.0.0 3.9 KB 6 May 2003 | Provides transparent tail recursive functions with refinement transferral. Source code 4 gurus only author: Maarten Koopmans |
Tooltip example and other... to be continued |
tooltip.r | 2.3 KB 17 Dec 2019 | Simplest tooltip to VID GUIs + ... author: saulius_g |
Tiny GUI Builder |
tiny-gui-builder.r | 2.4 KB 4 Feb 2017 | A cut down version of the appbuilder, without any code to
deal with actions, data structures, styles, extra help features,
etc. Just point and click to build little GUI layouts. author: nick |
Tiny Generic CRUD App |
tiny-crud-app.r | 990 bytes 7 Jan 2017 | A very short generic data storage/retrieval app example.
CRUD = create read update delete records. This can be used
as the basis for any sort of rolodex-like app which allows users
to enter and edit 'cards' full of information.
From http://re-bol.com/short_rebol_examples.r author: nick |
Tip Calculator |
tipcalculator.r | 304 bytes 6 Dec 2013 | [no purpose header found] author: nick |
(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 |
Origami Demo |
upmc12.r | v:1.0 223.0 KB 26 Feb 2007 | Playing with Rebol on Ultra Mobile Personal Computer. Use keyboard arrows for options! author: François Jouen |
Wizard |
vid-wizard.r | v:0.0.3 4.4 KB 9 Mar 2009 | A simple Wizard VID style author: Ammon Johnson |
Date Selector |
vid-date.r | 1.1 KB 9 Mar 2009 | A simple date selector VID style author: Ammon Johnson |
VT100 Functions |
vt100.r | v:1.0.0 1.0 KB 13 Mar 2003 | Examples of VT100 screen functions author: Jeff Kreis |
VID Dropdown |
vid-drop-down.r | v:0.0.7 3.0 KB 9 Mar 2009 | A simple dropdown VID style author: Ammon Johnson |
VID Shooter |
vid-shooter.r | 1.9 KB 6 Mar 2010 | A simple shooter game to demonstrate timer events and offsets in VID.
Taken from the tutorial at http://re-bol.com author: nick |
Voice Alarms |
voice-alarms.r | 4.5 KB 18 Nov 2009 | Record your voice or other sounds to be played as alarms for
any number of multiple events. Save and Load event lists. All
alarm sounds repeat until stopped. Record yourself saying 'wake
up you lazy bum' or 'hey dude, get up and walk the dog', then
set alarms to play those voice messages on any given day/time.
If you set [...] author: Nick Antonaccio |
VID Titlebar |
vid-drag-bar.r | v:0.0.4 5.4 KB 9 Mar 2009 | A VID Titlebar Style author: Ammon Johnson |
Wall Street |
wall-street.r | 3.6 KB 5 Jun 2007 | Small nice demo author: rebolek |
REBOL Mapping of all win32 API errors |
win32-errors.r | v:1.0 193.9 KB 8 Sep 2010 | [no purpose header found] author: Maxim Olivier-Adlhoch |
XML/DOM |
xml-dom.r documentation | v:0.1.2 6.6 KB 28 Mar 2009 | A rudimentary in-memory XML interpreter and interface. author: Christopher Ross-Gill |
XPM parser |
xpm.r | v:0.1.0 2.2 KB 13 Mar 2003 | Convert XPM image file to rebol image! datatype author: oldes |
RebGUI span Example |
rebgui-sizing.r documentation | v:1.0.0 1.9 KB 5 Jun 2007 | RebGUI tutorial; display images, with widget span and window resizing author: Brian Tiffin |