2D transformations |
transforms-2d.r | v:0.5.1 15.0 KB 17 Oct 2020 | Visualize and experiment with 2D transformation matrices author: Marco Antoniazzi |
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 |
Tail func |
tail-func.r | 2.2 KB 4 Oct 2012 | define tail-recursive functions author: Ladislav Mecir |
Secret Message |
toggle.r | 340 bytes 6 Feb 2010 | Exploratory author: jameyson |
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 |
to-fussy-idate |
to-fussy-idate.r | v:1.0.1 3.5 KB 22 Apr 2005 | A function which converts a Rebol date! to a string formatted
according to a strict interpretation of the RFC 822 standard.
If the time is not provided, a default of 00:00 is used.
If the seconds are not set, 00 is used.
(NB The zone defaults to 00:00 in a Rebol date) [...] author: Peter WA Wood |
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 |
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 |
Twelve Days of Christmas |
twelvedays.r documentation | v:1.0.0 2.0 KB 13 Mar 2003 | Twelve Days of Christmas author: Anonymous |
tagit |
tagit.r | v:1.0.0 1.1 KB 16 Nov 2004 | generate tagged HTML blocks author: Nigel Salt |
Unstylize |
unstylize.r | v:1.0.0 4.7 KB 1 Nov 2016 | Converts a style sheet to the VID stylize dialect who generated it. author: Annick Ecuyer |
UDP Group Chat |
udp-group-chat.r | 1.5 KB 3 Aug 2010 | Because this script uses UDP, anyone who runs it on a local network will
automatically receive messages broadcast by others on the same network.
A separate server program and/or connection(s) to specific IP addresses
are NOT required. A who's online function is included to list all currently
logged in users. author: nick |
UDP Signin Client Alarm |
udp-signin-client.r | 35.0 KB 3 Aug 2010 | Together with %udp-signin-server.r this program alerts users on a network
that a new user has arrived and logged in. Client users are only notified
when the new user has signed in specificly to see them. Because this script
uses UDP, the client alarm application does not need to connect to any
specific IP. Anyone who runs the client [...] author: nick |
UDP Signin Server |
udp-signin-server.r | 2.0 KB 3 Aug 2010 | Together with %udp-signin-client.r this program alerts users on a network
that a new user has arrived and logged in. Client users are only notified
when the new user has signed in specificly to see them. Because this script
uses UDP, the client alarm application does not need to connect to any
specific IP. Anyone who runs the client [...] author: nick |
Prompt for User and Password |
userprotect.r | 505 bytes 13 Mar 2003 | Prompt for username and password to use for a transfer. author: [unknown] |
View-Desktop packed by Volker |
unzip-desktop.r | v:0.0.0.2 45.1 KB 13 Aug 2004 | Make it easier to install and run open source /view-desktop author: Volker Nitsch (of package) |
User Server |
unpack.r | 5.6 KB 18 Oct 2013 | I created this to load websites and chek my email,
as well as a few other things, at certain intervals.
Basically: 'call a script or 'browse a website when the
counter reaches zero.
This Unpack.r file creates 2 Rebol files - run Startup.r
to use this script. author: Izkata |
My Clipboards |
undetermined.r | v:1.0 3.1 KB 19 Jul 2006 | Manage multiple clips. So have more than just one choice when [copy]/paste; Could be helpful if repeat of pasting of a set of contents is needed. author: Z. Yao |
Vertical and horizontal panels styles |
vert-horiz-panels-style.r | v:0.1.3 3.4 KB 17 Dec 2011 | Add simple vertical and horizontal panels styles to VID GUIs author: Marco Antoniazzi |
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 Button Set |
vid-button.r | 2.4 KB 8 Mar 2009 | A simple VID Button set. Includes Ok, Cancel, Toggle and Choice author: Ammon Johnson |
View an Image and its File Name |
view-image-name.r documentation | v:1.0.0 589 bytes 13 Mar 2003 | Display an image in a window with its file name printed directly below it. author: Anonymous |