empty. debugging upload |
volker-tools.r | 487 bytes 15 Jul 2004 | Hopefully growing tool-list author: [unknown] |
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 |
Method to set some Rebol console parameters. |
window-util.r | v:1.0.0 2.8 KB 19 Mar 2010 | Used to set the Rebol console's window title and icon.
Include a method to get the current windows handle.
Work only in windows. author: Maxime Tremblay, idea comes from %no-rebol-in-title-bar.r script by Nick Antonaccio |
Wiki entry R3 |
wiki-rebol3.r | v:3.0.6 4.1 KB 2 Jan 2013 | make wikibook/wikipedia/mediawiki entry from defined words,
example: my? append (then you can paste directly (CTRL+V),
see http://en.wikibooks.org/wiki/REBOL_Programming/append)
This works with Rebol3 author: Massimiliano Vessi |
Wiki entry R2 |
wiki-rebol2.r | v:3.1.4 4.4 KB 14 Feb 2013 | make wikibook/wikipedia/mediawiki entry from defined words, example:
my? append
(then you can paste directly (CTRL+V), see http://en.wikibooks.org/wiki/REBOL_Programming/append)
This works with Rebol2 author: Max Vessi |
Native Windows requestors |
win-requestors.r | 3.4 KB 29 Jun 2009 | A set of four Windows native requestors that approximate and extend the functionality
of the REBOL request* functions. author: Ashley G Truter |
Gnome Evolving Wallpaper |
wallp.r | 1.3 KB 16 Jan 2011 | change every hours to three hours your
gnome's desktop wallpaper with an image of planet Earth real time enlightenment.
This script is a one-liner splited for reading purpose author: Shadwolf - Alphé Salas-Schumann |
WHOIS Maker |
whoismaker2.r | v:2.0.0 2.1 KB 16 Dec 2004 | WhoIs query, parse, and save as a file author: David Handy |
WHOIS Maker |
whoismaker.r | v:1.0.0 1.4 KB 13 Mar 2003 | WhoIs query, parse, and save as a file author: David Handy |
Web-GetIt! |
wgetit.r | v:1.8.0 13.5 KB 6 Feb 2006 | Saves content of web pages to local disk. author: Dirk Weyand |
Download Multiple Pages |
webgetter.r | 537 bytes 13 Mar 2003 | Fetch several web pages and save them as local files. author: [unknown] |
Download Web Page |
webget.r | 423 bytes 13 Mar 2003 | Fetch a web page and save it as a file. author: [unknown] |
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] |
Search a Web Page |
webfind.r | 511 bytes 13 Mar 2003 | Search a web page for a string, and save the page
to a file if it was found author: [unknown] |
Web Banner |
webbanner.r | v:1.0.0 1.1 KB 13 Mar 2003 | Generate HTML code that displays a banner and links to its destination. author: Andrew Grossman |
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 |
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 |
XPM parser |
xpm.r | v:0.1.0 2.2 KB 13 Mar 2003 | Convert XPM image file to rebol image! datatype author: oldes |
Best File Fit |
bestfit.r discussion | v:1.0.0 5.9 KB 18 Jun 2004 | List the files that best fill up the available space.
Use predefined strings or insert the available space in KB (= 1000 byte).
Useful for selecting files to best fill up a CD/DVD. author: Mauro Fontana |
FastCGI Broker |
fcgi-broker.r discussion | v:1.0.1 2.6 KB 15 Dec 2005 | Rebol script broker for a hooked rebol interpreter launched as a FastCGI application.
This is the root script which runs others scripts on request of the FastCGI peer.
This enables REBOL/Core or REBOL/View to act as a FastCGI application without the need
for REBOL/Command.
This script only works on Windows with a patched REBOL interpreter.
Details available at [...] author: Pascal Hurni |
REBOL/Layout |
layout-1.8.r discussion | v:0.1.8 37.1 KB 13 Mar 2003 | Visual Layout Editor, now accepts more than 6 layouts author: Carl Sassenrath, Ammon Johnson |
CGI wrapper function for debugging |
cgi-debug.r discussion documentation | v:0.0.1 2.6 KB 7 Jan 2005 | Provides debugging info for scripts running as a CGI under a webserver author: Sunanda |
Color REBOL Code in HTML |
color-code.r discussion documentation | 3.4 KB 22 Jul 2005 | Colorize source code based on datatype. Result is HTML.
This script is used to syntax color the library scripts. author: Carl Sassenrath |
CGI Form with Defaults |
cgiformobj.r discussion documentation | 1.3 KB 13 Mar 2003 | Handles a CGI form, providing default values for
missing fields in the form. Returns a web page.
(The associated cgiform.html file contains the form). author: [unknown] |
Emit RSS |
emit-rss.r discussion documentation | v:1.0.0 4.5 KB 19 Nov 2007 | Create an RSS Feed from a REBOL Block. author: Christopher Ross-Gill |