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 |
Example Text Document |
textdoc.r documentation | 2.9 KB 13 Mar 2003 | Creates an example for text-to-html doc language.
Shows how natural and readable it is -- the reason we
prefer it for writing our how-to documentation. author: Carl Sassenrath |
Rebol TCP Ping |
tcpping.r | v:1.0.0 16.2 KB 5 Jul 2006 | Ping version using TCP author: François Jouen |
Resizeable Table/Grid/Multi-column List Widget Example |
table-grid-list.r | 14.3 KB 13 Jul 2011 | One of the greatest things about REBOL/View is the built in GUI dialect
("VID"). It's great for building simple GUI layouts quickly and
easily, but the native list widget can be confusing for newcomers.
THIS EXAMPLE IS A FULL FEATURED TABLE/GRID/LIST WIDGET FOR VID GUIs.
KEYS: INSERT DELETE ARROWS PAGE UP/DOWN - + [...] author: nick |
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 |
Test de %style-scrollable.r |
test-style-scrollable.r | 4.3 KB 13 Dec 2004 | Essai de gestion des scrolls & de tables author: Claude RAMIER |
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 |
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 |
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 |
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) |
Create an Intelligent Mail Barcode encoding string |
usps4cb.r documentation | 23.3 KB 7 Nov 2011 | This is a program to load the United States Postal Service
Windows library for creating the new Intelligent Mail Barcode.
It is designed to be included in a calling program, and it provides
a function to generate a coding string, which in turn may be printed in
a proper barcode font to produce an Intelligent Mail Barcode.
Normally, one would use [...] author: Steven White |
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-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 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 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 |
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 |
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 |
URL Handler |
url-handler.r documentation | 14.6 KB 6 Nov 2016 | A script to handle URLs as objects. Rebol's built-in 'decode-url function
returns an object, but no methods to manipulate it. This script includes
functions that make it possible to manipulate the URL as you please.
CGI parameters are parsed into an alphabetized block for ease of comparison
of URLs. author: hy |
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 |
UTF-8 |
utf-8.r discussion | v:1.0.2 14.3 KB 14 Nov 2003 | Encoding and decoding of UCS strings
to and from UTF-8 strings. author: Jan Skibinski |
VID1 for R3 |
vid1r3.r3 discussion | v:0.3.20 113.6 KB 17 Apr 2022 | Lets you use VID1 with R3 author: Marco Antoniazzi |
VID_build |
vid-build.r discussion | v:0.8.6 36.7 KB 17 Nov 2013 | Easily create VID guis author: Marco Antoniazzi |
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 |
View an Image behind File Name |
view-image-name2.r documentation | v:1.0.0 562 bytes 13 Mar 2003 | Display an image with its file name on top of it. author: Anonymous |