Telnet Chat |
telnetchat.r | v:1.0.0 4.3 KB 6 May 2003 | A chat-server you can telnet to! ;o) author: Tommy Giessing Pedersen |
Text Calendar |
text-calendar.r | 711 bytes 3 Feb 2017 | Prints a calendar for every month, in the year chosen by the user
(by default, the current year). author: nick |
Tweener |
tweener.r | v:0.7.5 29.6 KB 29 Jul 2018 | Make transitions between two values. Many easing functions to animate faces. author: Marco Antoniazzi |
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 |
REBOL CGI Test Script |
test.r | v:0.0.2 3.1 KB 17 Jan 2005 | REBOL Test CGI-Script for Serve-It! author: Dirk Weyand |
Upload library-script - upload a script to rebol.org |
upload-library-script.r | v:1.1.1 6.8 KB 29 Jul 2004 | upload a script to rebol.org author: Volker Nitsch |
UPnP - IGD V1.0 |
upnp-igd.r | v:0.1 14.3 KB 10 Sep 2006 | UPnP-IGD tool to discover and control an Internet Gateway Device via UPnP author: marco |
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) |
Updating and Creating links in INDEX files |
update_index.r | v:1.0.0 5.6 KB 13 Mar 2003 | Update/create links in index files author: JL MEYRIAL |
Updating and Creating links in INDEX files |
update-index.r | v:1.0.0 5.7 KB 7 Jan 2005 | Update/create links in index files author: JL MEYRIAL |
UTC now |
utc-now.r | v:1.1.0 1.5 KB 13 Jul 2009 | Mimics the functions of the built-in now function adjusted to UTC. author: Peter W A Wood |
async event loop tutorial |
vid-tutorial-async-event-loops.r | 1.3 KB 9 Nov 2012 | Show how to do async event handling with processing loops. author: maxim |
REBOL/View Desktop - Emailer |
vt-emailer.r | v:1.2.0 5.5 KB 20 Nov 2004 | It's an enhancement of the original emailer released in the ViewDesktop.
It handles file attachments. author: Didier Cadieu |
VID Dropdown |
vid-drop-down.r | v:0.0.7 3.0 KB 9 Mar 2009 | A simple dropdown VID style author: Ammon Johnson |
Visual sorting |
visual-sorting.r | v:0.0.10 21.4 KB 17 May 2016 | Collect and show various sorting algorithms. author: Marco Antoniazzi |
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 |
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 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 |
Weekday |
weekday.r | v:1.1.2 985 bytes 13 Nov 2003 | Creates Weekday routines to test if a date is a specific weekday. author: Andrew Martin |
WAP Mail Reader CGI |
wap-mail-reader.r | 3.4 KB 10 Aug 2010 | Read email using your WAP cell phone browser. author: nick |
Wiki |
wiki.r | v:3.3.2 25.6 KB 19 Jul 2003 | Implements a Wiki using Rebol and the Xitami webserver. author: Andrew Martin |
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 |
compress , decompress witch zlib stream |
zlib.r | v:1.0.0 5.4 KB 29 Mar 2015 | [no purpose header found] author: [unknown] |
args - generic command-line argument parser. |
args.r discussion documentation | v:0.1.10 29.9 KB 17 Dec 2008 | End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it. author: Maxim Olivier-Adlhoch |
App Builder |
appbuilder.r | 26.4 KB 16 Feb 2017 | An app builder to help new students learn how to write Rebol code.
To create a user interface for a new app, just point and click any GUI widget
(button, text field, dropdown box, etc.). You'll be prompted to edit the properties
of each added widget, and you can add actions which will run when the user
interacts with the widget. Actions [...] author: nick |