RCON protocol handler |
rcon.r | 3.0 KB 17 Oct 2003 | Allow rebol scripts to perform remote server administration tasks for Half-life game servers author: Cal Dixon |
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 |
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 |
Directory selector (treeview) |
request-dir.r | v:1.0.0 4.2 KB 26 Sep 2003 | Open a requestor to select a directory.
The current directories path is shown as a tree, and sub-dirs are shown for selection. author: Didier CADIEU |
Rebol Help |
rebol-help.r | 1.7 KB 5 Feb 2017 | Provides help for all functions, various elements of VID (GUI system),
key codes, colors, built in images, etc. which are the source of
common questions by Rebol users. author: nick |
REBOL tagfile generator |
rtags.r documentation | v:1.1.0 4.2 KB 13 Mar 2003 | Generates a tagfile that can be used with vi/emacs to quickly locate set-words in your code author: Ernie van der Meer |
Function counter |
rebol-script-function-counter.r | v:1.0.0 8.6 KB 14 Feb 2012 | [no purpose header found] author: Maxim Olivier-Adlhoch |
XML node parser |
rblxelparser.r | v:0.0.1 5.9 KB 13 Nov 2003 | To parse single xhtml & xml nodes
for there values. author: daniel murrill |
RebProcessor |
rebprocessor.r | v:0.0.1 3.4 KB 13 Mar 2003 | RebProcessor is a cross between an HTML pre-processor and a website content manager. The user creates source files (foo.src) which can contain any combination of HTML and RP commands, and the script will generate the target file (foo.html) for further use. ** EMail me for the help file, and for the example source file ** author: Seth Chromick |
RebXML to XML Converter |
rebxml2xml.r | v:1.3.1 4.1 KB 2 Mar 2009 | Converts a RebXML block structure to XML. author: John Niclasen |
Red compiler and Runner |
redcompiler.r documentation | 9.9 KB 5 Dec 2012 | GUI to help with compile and run your Red(/System) scripts. author: arnold van hofwegen |
Remote file Utility |
remote-file.r | v:0.0.2 6.0 KB 25 Sep 2003 | Exchange files over a network without ftp author: Ingo Hohmann |
RIM - REBOL Instant Messenger |
rim.r | v:1.2.2 7.9 KB 13 Mar 2003 | A true peer-to-peer instant messenger. author: Sean & Carl Sassenrath |
Room Poll (HTML Survey Generator for LANs) |
room-poll.r | 4.9 KB 31 Dec 2013 | Demonstrates a useful app created from the formserver.r script.
This app generates an HTML form based on user specs (any number of
check, radio, and text entry items), and starts a server to receive survey
responses from the audience (they all connect to the LAN server using
phones or any other Wifi Internet device). The survey responses [...] author: nick |
RSS feed reader |
rss.r | v:2.0.6 28.9 KB 20 Jul 2007 | Live Bookmarks author: Piotr Gapinski |
(R)EBOL (Un)it |
run.r discussion documentation | 19.1 KB 31 May 2008 | RUn is a TestCase Framework wich allows the use of
TestCases as defined by the eXtreme Programming
development methodology and the test-driven development author: Christophe 'REBOLtof' Coussement |
slim-link - steel library module linker |
slim-link.r | v:0.1.1 7.6 KB 1 Aug 2004 | link apps which have references to slim libs inside author: Maxim Olivier-Adlhoch |
SmartUDP |
smartudp.r | v:1.0.0 6.0 KB 22 Aug 2006 | Send freely paramterized UDP packages, save and load your presets, choose targets from history. author: Varga Árpád |
Spin-number style example |
simple-spin-number-style.r | v:0.9.0 11.0 KB 17 Oct 2020 | A quick way to add a simple spin-number to VID GUIs author: Marco Antoniazzi |
SMS2LJ |
sms2lj.r | v:1.0.0 1.7 KB 3 Aug 2004 | Post to your LiveJournal account by sending
an SMS to your POP3 account ... using a service
like Yahoo! Mail for SMS. author: Premshree Pillai |
Supercalculator |
supercalculator.r | v:3.8.23 10.8 KB 21 Dec 2011 | Scientific calculator in Rebol! author: Massimiliano Vessi |
SNMP v1 protocol |
snmp.r discussion | v:0.8.0 13.4 KB 21 Feb 2005 | Implementation of SNMP v1 scheme (RFC 1155,1156,1157) , no TRAP.
URL is snmp://[community@]<host adr>/CMD/<id values>
default community is public
Where CMD is get getnext or set
id values is a string like that: 1.3.6.1.2.1.1.1.0 1.3.6.1.2.1.1.5.0
Return an object:
make object! [
version: [...] author: VDemong |
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 |
Sammy's manager |
samman.r | 12.8 KB 2 Jan 2012 | To generate Sammy.js files using a dialect author: [unknown] |
Save Scheme |
save-scheme.r | v:1.0.0 8.8 KB 2 Nov 2016 | Saves scheme specification to a file. author: Annick Ecuyer |