Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Simple REBOL Text Parser
rebol-text-parser.r
 documentation
v:1.0.1
6.7 KB
9 Mar 2013
Parse text using a REBOL grammar and index values found within it.
author: Brett Handley
REBOL SVS
rebsvs.rv:0.7.2
8.6 KB
11 Dec 2010
Source version system for REBOL
author: nicolas
SDL library interface
sdl-h.rv:0.8.1
131.3 KB
23 Sep 2012
Code to bind SDL shared library to Rebol.
author: Marco Antoniazzi
Small Rebol 1.0
smallr.rv:1.0
440.9 KB
28 Dec 2008
a tool for Rebol newbies including MDI editor and Launch function
author: François Jouen
Spellck2
spellck.rv:1.0.0
12.5 KB
27 Mar 2005
A spellchecked area
author: Volker Nitsch
Advanced Windows tray support
tray.rv:0.1.3
15.7 KB
1 Sep 2009
Handler for advanced system tray features
author: Richard Smolak aka Cyphre
Textpad syntax generator
textpad-syngen.rv:0.5
3.3 KB
6 Sep 2010
Textpad syntax generator for Textpad 4.4 (and above) Highlighter gets lost with {{}}
author: John Kenyon
UDP IP Broadcast/Receive for TCP Client/Server
udp-ip-for-tcp-client-server.r3.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
Origami Demo
upmc12.rv: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
UDP IP Broadcast/Receive for TCP Client/Server
udp-ip-broadcast-receive-for-tcp-client-server.r3.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
UPnP - IGD V1.0
upnp-igd.rv:0.1
14.3 KB
10 Sep 2006
UPnP-IGD tool to discover and control an Internet Gateway Device via UPnP
author: marco
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
REBOL Mapping of all win32 API errors
win32-errors.rv:1.0
193.9 KB
8 Sep 2010
[no purpose header found]
author: Maxim Olivier-Adlhoch
A more XML 1.0 compliant set of XML parsing tools.
xml-parse.rv:0.7.6
44.0 KB
1 Jul 2009
REBOL's built-in parse-xml function lacks a number of XML 1.0 compliant features, including: - support for CDATA sections - support for XML Namespaces - exposure of the internal DTD subset The intent of this script is to create an XML parser that can operate either via an event/callback mechanism, or produce [...]
author: Gavin F. McKenzie