REBOL Web Crawler |
webcrawler.r | 1.9 KB 13 Mar 2003 | To crawl the web starting from any site. Does not record
duplicate visits. Saves all links found in 'newlinks. author: Bohdan Lechnowsky |
Web Form Widgets |
webwidget.r | v:1.0.0 1.6 KB 13 Mar 2003 | Generate HTML code quickly and easily for several form elements. author: Andrew Grossman |
Win for Life! |
winforlife.r | v:1.4.9 1.4 KB 6 Jun 2011 | Win for life is an italian lotery. You have to guess 10 number over 20, plus a number over 20. The probability is about 1/3000000.
This is a simply random numbers generator between 1 and 20. author: Massimiliano Vessi |
Hunt the Wumpus |
wumpus.r | v:1.0.1 9.7 KB 20 Jul 2003 | A REBOL version of a retro text game. Just for fun. author: Gregg Irwin |
Window maker |
win-maker.r | v:0.1.0 5.1 KB 13 Mar 2003 | Adds title with any buttons to any face (useful for windows without standard system title) author: oldes |
web to plain |
web-to-plain.r | v:1.0.0 3.1 KB 8 Jul 2003 | to translate htmlized text into plain text in one pass
markdown? author: Tom Conlin |
Search Multiple Web Pages |
webfinder.r | 630 bytes 13 Mar 2003 | Search multiple web pages for a string, and print
the URL of the ones where it was found. author: [unknown] |
Word Wrap Text |
wraptext.r | v:1.0.0 909 bytes 13 Mar 2003 | Handy function to fill and wrap a text paragraph. author: Scrip Rebo |
Send Pages Every Hour |
webloop.r | 572 bytes 13 Mar 2003 | Send a set of pages via email every hour. author: [unknown] |
webcam style |
webcam.r | v:0.0.2.0 1.8 KB 11 Jun 2004 | style for webcam images author: Piotr Gapinski |
Webcam Viewer |
webcam-viewer.r | 1.3 KB 29 Jun 2008 | Display video feeds from live webcam servers.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Calculate working days between two dates |
work-days.r documentation | v:0.0.1 1.7 KB 18 Feb 2007 | Given two dates, and a list of holidays that
occur between them, returns the number of
work days between those two days. With the
/non refinement, will return the number of
non-working days between the two dates. author: Sunanda |
Weekday |
weekday.r | v:1.1.2 985 bytes 13 Nov 2003 | Creates Weekday routines to test if a date is a specific weekday. author: Andrew Martin |
Qtask Markup Language - XHTML emitter |
xhtml-emitter.r documentation | v:2.19.1 35.1 KB 28 May 2007 | This program implements a QML to XHTML converter. The input is a QML document tree
(from the QML parser), and the output is XHTML text. author: Gabriele Santilli |
XML Generator |
xmlgen.r | v:1.0.0 1.7 KB 13 Mar 2003 | Simple functions to generate XML output. Creates example XML as published in Scientific American, May 1999. author: Scrip Rebo |
XML to RebXML Converter |
xml2rebxml.r | v:1.2.0 4.8 KB 2 Mar 2009 | Convert XML to RebXML block structure. author: John Niclasen |
XML/DOM |
xml-dom.r documentation | v:0.1.2 6.6 KB 28 Mar 2009 | A rudimentary in-memory XML interpreter and interface. author: Christopher Ross-Gill |
Parse and write XML code |
xml-load-form.r | v:0.7.1 12.8 KB 9 Aug 2018 | Parse XML code and return a tree of block, and vice-versa. author: Marco Antoniazzi |
xpath.r |
xpath.r | v:1.0 8.2 KB 11 Mar 2007 | This script shows how to implement an XPath interpreter in Rebol/Prolog.
This interpreter is not complete.
It is only a kind of Proof of Concept . It lacks some features.
Currently it can parse a document containing elements, attributes and pcdata.
In this script I see an xml document as a tree of UNTYPED nodes.
Consequently,
- all nodes are treated [...] author: Alban Gabillon |
Yubnub search |
yubnub-searches.r | v:1.0.0 1.3 KB 4 Jan 2007 | Just a tool to play with Yubnub service - Yubnub.org. author: Philippe Le Goff |
Yearly Calendar |
yearly-calendar.r | 1.6 KB 4 Feb 2017 | Displays a calendar for the entire year chosen by the user.
Click any date to edit that day's events. author: nick |
compress , decompress witch zlib stream |
zlib.r | v:1.0.0 5.4 KB 29 Mar 2015 | [no purpose header found] author: [unknown] |