REBftp simple ftp client |
rebftp.r | v:1.3.0 7.9 KB 13 Mar 2003 | A simple program to upload and download files to/from an ftp server. author: David Crawford |
RebGUI Editor |
rebgui-editor.r | 2.5 KB 18 Apr 2010 | A minimal text editor program, written to demonstrate menus and a few
other basic features of RebGUI.
Taken from the tutorial at http://re-bol.com author: nick |
RebGUI Spreadsheet Example |
rebgui-spreadsheet.r | 882 bytes 17 Apr 2010 | A tiny demo of RebGUI's sheet widget, with save, load, print
and data view features.
Taken from the tutorial at http://re-bol.com author: nick |
Dialect Object Model |
rebol-dom-mdlparser.r | 71.6 KB 7 Jul 2023 | ----a future Rebol browser API?----
%Rebol-DOM.r mdlparser.r can view DOM's as VID.
The Rebol-dom code in the mdlparser has
been updated. I'll improve the mdlparser
and post updates as time permits or if anyone
request specific changes that will improve it.
This mdlparser [...] author: daniel |
RebGUI User List Demo |
rebgui-users.r | 2.3 KB 24 Apr 2010 | A simple RebGUI demo. Inspired by the tutorial at http://snappmx.com
Taken from the tutorial at http://re-bol.com author: nick |
Rebocalc |
rebocalc.r | v:1.0.0 2.7 KB 1 Jan 2005 | The world's smallest spreadsheet program, but very powerful. author: Carl Sassenrath |
Rebodex |
rebodex.r | v:2.1.0 6.1 KB 13 Mar 2003 | A simple but useful address book contact database. author: Carl Sassenrath |
Rebol Reader |
rebol-reader.r | v:0.1.2 64.1 KB 10 Apr 2006 | The script is a method to provide an orderly collection of scripts and
documents to form a Rebol reference. author: R.v.d.Zee |
Rebol users |
rebolusers.r | v:1.1.0 4.0 KB 23 May 2011 | Show rebol users faces!!! author: Massimiliano Vessi |
REBOL Vision |
rebcam.r discussion | v:1.0.1 803 bytes 13 Mar 2003 | Fetch Webcam image at a specified refresh interval. author: Allen Kamp |
Reflect all Directions |
reflect-all.r | 681 bytes 13 Mar 2003 | Displays all reflection directions. author: [unknown] |
Reflection Demo |
reflect.r | 796 bytes 19 Jul 2003 | Demonstrates VID effects author: Jeff |
Representing And Relating Data In A Text-list |
representation-in-text-lists.r | v:1.0.1 4.7 KB 10 Oct 2007 | - to illustrate a method to format columns in text-lists
- to illustrate a method of relating the representation
of data in a text-list with the data
- to illustrate how non unique data may be presented in text-lists author: R. v.d.Zee |
Request List Enhanced |
request-list-enhanced.r | v:0.9.3 16.4 KB 18 Aug 2014 | An enhancement to the regular request-list that allows selecting items from a request list
by typing in the first few characters of the item. Works with text, word and number lists.
Designed to make optimum use of the keyboard.
- New refinement request-list-enhanced/return-index will return the index of the item not the value.
- Keys used; cursor up, down, page-up, [...] author: mike yaunish |
request time |
request-time.r | 4.6 KB 20 Sep 2004 | widget to return a valid time datatype author: Tom Conlin |
request-date object/func optimization and enhancment |
request-date.r | v:1.1 5.4 KB 11 Mar 2004 | This is an enhanced replacement for the original request-date function,
the embedded date picker in view (datepicker).
- Clean, correct and optimize the code.
- add day names at top of window (use system/locales/days).
- add first-day-of-week value to choose starting with Sunday
or Monday.
(I think this value should be part of system/locales)
- add Today [...] author: Didier Cadieu |
resize window |
resize-window.r | v:1.1.0 7.8 KB 13 Mar 2003 | {easy way to have a resizable window. also window close-button can be trappt.}
{may be used with fresh face or modifying the old now} author: Volker Nitsch |
Rich Text Format style |
simple-rich-text-style.r | v:0.0.4 8.9 KB 3 Aug 2013 | A quick way to add simple rich-text to VID GUIs author: Marco Antoniazzi |
Image Slicer |
slice.r | v:1.0.0 1.0 KB 13 Mar 2003 | Slices an image into a set of sub-images and stores
each as a local PNG file under its own name. author: Carl Sassenrath |
Scroll Pictures |
scrollpic.r | 1.9 KB 13 Mar 2003 | Scroll through some pictures author: P. Bevan |
Scrolling Fields |
scrolling-fields.r | v:0.1.0 9.5 KB 27 Mar 2006 | This script illustrates the use of fields and a scroller to display data.
Similar to a text-list, scrolling fields provides greater control over the
presentation of data. author: R.v.d.Zee |
SDL library interface |
sdl-h.r | v:0.8.1 131.3 KB 23 Sep 2012 | Code to bind SDL shared library to Rebol. author: Marco Antoniazzi |
Search Center |
search2.r | v:1.2.2 3.5 KB 13 Mar 2003 | Searches various places,such as Google, without having to go to their website . author: Kevin Adams |
Search Center |
search.r | v:1.2.1 3.5 KB 13 Mar 2003 | Uses various resources for various searches without having to go to their website. author: Kevin Adams |
Tooltip style example |
simple-tooltip-style.r | v:0.9.6 5.6 KB 3 Apr 2016 | A quick way to add a simple tooltip to VID GUIs author: Marco Antoniazzi |