Time Requester |
time-requester.r | 18.8 KB 29 Jun 2012 | A simple GUI time requester 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 |
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 Paint Programs |
tiny-paint-programs.r | 1.3 KB 13 Jan 2010 | Three different small paint programs, including the shortest possible one-liner.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Tiny Tile Game |
tiny-tile-game.r | 634 bytes 29 Jun 2008 | A very short GUI game example.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Tip Calculator |
tipcalculator.r | 304 bytes 6 Dec 2013 | [no purpose header found] author: nick |
Title Bar - Windows API |
title-bar.r | 1.8 KB 2 Jul 2008 | This example demonstrates how to use the Windows API to adjust the title bar
in your Rebol programs. Just include this code in your script if you need
to eliminate the default 'Rebol - ' text at the top of your GUI programs.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Tric Trac |
trictrac.r | 2.4 KB 13 Nov 2013 | A quick implementation of a simple board game. Created with a
student as a tutorial example.
The point is to roll the dice, and match the rolled number with
any combination of available number buttons above. For example,
if you roll a 6, you can match it with the number button 6, or
5 + 1, or 4 + 2, or 3 + 2 + 1, etc. Once [...] author: nick |
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 IP Broadcast/Receive for TCP Client/Server |
udp-ip-broadcast-receive-for-tcp-client-server.r | 3.5 KB 26 Jan 2014 | This script demonstrates a solution to a typical problem encountered
with TCP network apps. A TCP server needs to be found at a known
IP address. One solution is to configure your server machine with a
static IP address in the router. This setup step is different for every
router manufacturer, is often beyond the technical ability [...] author: nick |
UDP IP Broadcast/Receive for TCP Client/Server |
udp-ip-for-tcp-client-server.r | 3.5 KB 16 Feb 2014 | This script demonstrates a solution to a typical problem encountered
with TCP network apps. A TCP server needs to be found at a known
IP address. One solution is to configure your server machine with a
static IP address in the router. This setup step is different for every
router manufacturer, is often beyond the technical ability [...] 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 |
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 |
WAP File Editor CGI |
wap-file-editor.r | 1.9 KB 10 Aug 2010 | Edit text file (insert only) using your WAP cell phone browser. author: nick |
WAP File Viewer CGI |
wap-file-viewer.r | 1.6 KB 10 Aug 2010 | Read text files on your web server using your WAP cell phone browser. author: nick |
WAP Mail Reader CGI |
wap-mail-reader.r | 3.4 KB 10 Aug 2010 | Read email using your WAP cell phone browser. author: nick |
Watch Various Webcams |
watch-various-webcams.r | 823 bytes 11 Mar 2017 | Display video feeds from more than 130 live webcam servers.
The code used to gather the list of validated working cam URLs
is also provided. author: [unknown] |
Web Cam |
web-cam.r | 2.4 KB 2 Jul 2008 | An example demonstrating how to use the Windows API to access local web cam
images.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Web Server Management Tool |
web-tool.cgi | 19.2 KB 4 Oct 2009 | A CGI script to manage your web server. List directory contents,
upload, download, edit, and search for files, execute OS commands
(chmod, ls, mv, cp, etc. - any command available on your web server's
operating system), and run REBOL commands directly on your server.
Edited files are automatically backed up into an edit_history folder [...] author: [unknown] |
Webcam Viewer |
webcam-viewer.r | 1.3 KB 29 Jun 2008 | Display video feeds from live webcam servers.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Wiggly Text |
wiggly-text.r | 866 bytes 13 Mar 2014 | A quick demo done with a student, loosely based on the
QT Wiggly example. author: nick |
Yearly Calendar |
yearly-calendar.r | 1.6 KB 4 Feb 2017 | Displays a calendar for the entire year chosen by the user.
Click any date to edit that day's events. author: nick |