Simple Rich Text renderer |
render-rich-text.r | v:1.3.0 4.7 KB 16 Jan 2004 | Defines the render-rich-text function, that is able to render
simple rich text in a face. author: Gabriele Santilli |
Spellck2 |
spellck.r | v:1.0.0 12.5 KB 27 Mar 2005 | A spellchecked area author: Volker Nitsch |
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 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 |
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 |
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 |
1 million rows grid - simplest |
1-million-rows-grid1.r | 591 bytes 11 Mar 2017 | Simplest demo of grid data display, using VID's 'list style
See http://re-bol.com/grid-list.r for more features author: nick |
1 million rows grid 3 |
1-million-rows-grid3.r | 2.2 KB 11 Mar 2017 | Demo of grid data display, with lots of features (save/load, add/remove, undo,
multiline edit, sort, search, key scroll, separator lines, etc.) using VID's 'list style.
See the minimal examples (grids 1 and 2) to learn the basics about using the
VID list widget. author: nick |
1 million rows grid 2 |
1-million-rows-grid2.r | 914 bytes 11 Mar 2017 | Demo of grid data display, with some features (edit, save, arrow keys scroll),
using VID's 'list style
See http://re-bol.com/grid-list.r for more features author: nick |
VID Button Set |
button.r | 2.4 KB 8 Mar 2009 | A simple VID Button set. Includes Ok, Cancel, Toggle and Choice author: Ammon Johnson |
Blit-r |
blit.r | v:1.0.0 6.2 KB 17 Jan 2013 | A simple 16 modes blitter function author: Vincent Ecuyer |
Core Email |
core-email.r | 5.1 KB 12 Oct 2009 | A simple email program that can run in REBOL/Core - entirely
at the command line (no VID GUI components or View graphics
are required). You can store configuration information for as
many email accounts as you'd like in the accounts block, and
easily switch between them at any point in the program.
Taken from the [...] author: nick |
Catch Game |
catch-game.r | 1.1 KB 19 May 2010 | A tiny game to demonstrate the basics of VID.
Taken from the tutorial at http://re-bol.com author: nick |
Drill Bits |
drill-bits.r | v:0.9 7.6 KB 8 Aug 2005 | A VID drill program to help memorize facts
using repeated multiple choice question and answers. author: mikel |
Display chess board |
display-chess-board.r | v:1.0.0 3.5 KB 14 Sep 2004 | Display a basic chess board and some
moveable counters (use a mouse to drag and drop). The
most-recently selected counter comes to the front, if it
was obscured by other counters.
Intended as a get-you-started set of ideas if you intend
to write a board game, and a demo of VID feel and other
useful techniques author: Sunanda |
EASY SOCCER |
easy-soccer.r documentation | v:2.1.1 15.1 KB 3 Jan 2011 | Easy-Soccer is a broker based on CGI which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Soccer makes very easy to expose function written in Rebol like services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment Easy-Soccer uses a simple WEB server
and CGI to execute Rebol code [...] author: marco |
EASY SERVICE |
easy-service.r | v:1.0.2 14.8 KB 16 Nov 2005 | Easy-Service is a broker based on REBOL/Service which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Service makes very easy to expose function written in Rebol like REBOL/Services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment easy-service uses a simple [...] author: marco |
Eat |
eat.r | v:1.0.3 5.3 KB 13 Mar 2003 | Experimental Event filtering --- speeds up view! author: Italian Connection (Gabriele Santilli - Romano Paolo Tenca) |
Easy Quick Plot |
ez-plot.r | v:0.1.1 60.5 KB 13 Mar 2003 | Simple tutorial for using the quick plot dialect. author: Matt Licholai |
Open a file or directory requester |
file-requester.r | v:1.4.11 29.5 KB 16 Sep 2017 | Requests a file or directory author: Marco Antoniazzi |
Files Renamer |
files-renamer.r | v:0.8.15 27.1 KB 17 May 2016 | Rename files author: Marco Antoniazzi |
Feedback |
feedback.r | v:1.0.0 2.3 KB 13 Mar 2003 | Sends feedback to REBOL Technologies. author: Carl Sassenrath |
GLayout demo |
glayout-demo.r | v:0.9.1 22.4 KB 10 Jul 2009 | Demonstration of GLayout's features and capabilities. author: Maxim Olivier-Adlhoch |
edit-tools + little editor |
install-edit-tools.r | v:1.0.5 23.9 KB 14 Apr 2005 | Various stuff to implement an editor.
Main features:
Tools to plug an area with find/replace in a few lines.
And a little editor with plugins. author: Volker Nitsch |
Invaders (GUI version) |
invaders-gui.r | 1.4 KB 14 Jan 2017 | The draw dialect is not used in this example, only VID GUI,
so it's short and full featured for a tiny example. A video
explaining the code is at https://youtu.be/NbbHRaG3K8c
Taken from http://re-bol.com/short_rebol_examples.r
; KEYS: a=left s=right space=fire
; VARS: b boxes m missile s invaders l player e end-func p speed [...] author: nick |