Handy Server Monitor Window |
monitor.r | v:1.0.0 2.8 KB 13 Mar 2003 | A handy script that monitors various servers (such as
web and email servers) and displays them in a nice little
status window. author: Carl Sassenrath |
Asynchronous Request Broker |
rugby.r | v:1.0.0 9.5 KB 13 Mar 2003 | An asynchronous, high-performance, handler based, server framework and a rebol request broker... author: Maarten Koopmans |
Rugby client and server |
rugby_server.r | v:2.0.0.0 17.6 KB 13 Mar 2003 | A high-performance, handler based, server framework and a rebol request broker... author: Maarten Koopmans |
Rugby |
rugby4.r | v:4.0.2 28.4 KB 13 Mar 2003 | A high-performance, handler based, server framework and a rebol request broker... author: Maarten Koopmans |
Sends Email via CGI Form |
cgiemailer.r documentation | v:1.0.0 855 bytes 13 Mar 2003 | Uses a Web form to send an email message. author: Anonymous |
TCP port scanner |
oneliner-tcp-port-scanner.r documentation | v:1.0.0 850 bytes 20 Jul 2003 | This is a simple port scanner. Given a TCP address, it will tell you which of the
first 100 ports are accessible. The address can be a host name or number. For example, use
"localhost" to scan ports on your own machine. You can scan more ports by increasing the
number (from 100), or you can scan ranges by using a FOR loop rather than REPEAT. author: Anonymous |
Gateway for read from url with modern SSL/TLS |
reads.r discussion documentation | v:0.0.1 858 bytes 8 Jul 2024 | Function allows you to read a file via a link using the HTTPS protocol with modern methods of traffic SSL/TLS encryption author: Sergey Pochinok |
View HTML Code |
view-html.r documentation | v:1.0.0 464 bytes 13 Mar 2003 | Fetch a web page and view its HTML code in a window. author: Anonymous |
Web HTML Tag Extractor |
websplit.r documentation | v:1.0.0 709 bytes 13 Mar 2003 | Separate the HTML tags from the body text of a document. author: Anonymous |
Web Page Emailer |
websend.r documentation | v:1.0.0 460 bytes 13 Mar 2003 | Fetch a web page and send it as email. author: Anonymous |
Web Page Change Detector |
webcheck.r documentation | v:1.0.0 727 bytes 13 Mar 2003 | Determine if a web page has changed since it was last checked, and if it has, send the new page via email. author: Anonymous |
Web Page Link Displayer |
weblinks.r documentation | v:1.0.0 798 bytes 13 Mar 2003 | Display all of the web links found on a page. author: Anonymous |
Web Page Displayer |
webprint.r documentation | v:1.0.0 448 bytes 13 Mar 2003 | Fetch a web page and display its HTML code. author: Anonymous |
Web Page Title Extractor |
webtitle.r documentation | v:1.0.0 544 bytes 13 Mar 2003 | Find the title of a web page and display it. author: Anonymous |
Code 3 of 9 (Code 39) Barcode Generator |
code39.r discussion | 2.6 KB 17 Apr 2006 | Generates Code 39 barcode images which can be printed out and read with a
standard barcode reader.
Code 39 is limited to the alphanumeric characters listed in the 'code39
block within the function.
It is a very popular barcode format in the US and doesn't need to conform
to any particular length of characters and has no limitations placed on it
by any sanctioning [...] author: Bohdan Lechnowsky |
The Kasper Program |
kasper.r discussion | v:1.0 2.1 KB 13 Jun 2008 | Please Ingri (my sister, the dog owner) author: [unknown] |
LIQUID - core dataflow programming engine. |
liquid.r discussion | v:0.8.1 64.9 KB 28 Mar 2009 | Create procedural processing networks. author: Maxim Olivier-Adlhoch |
1 million rows grid - simplest |
1-million-rows-grid1.r | 591 bytes 11 Mar 2017 | Simplest demo of grid data display, using VID's 'list style
See http://re-bol.com/grid-list.r for more features author: nick |
1 million rows grid 2 |
1-million-rows-grid2.r | 914 bytes 11 Mar 2017 | Demo of grid data display, with some features (edit, save, arrow keys scroll),
using VID's 'list style
See http://re-bol.com/grid-list.r for more features author: nick |
Little 3D Game |
3d-game.r | 3.8 KB 2 Jan 2017 | Try to click the bouncing REBOLs as many times as possible in 30 seconds.
The speed increases with each click! The 3D logic and calculations in this
script were taken directly from Gregory Pecheret's ebuc-cube script, at:
http://www.rebol.net/demos/download.html
This script can also be found in the tutorial at http://re-bol.com [...] author: nick |
AI image |
ai-image.r | v:0.0.1 1.0 KB 20 Nov 2024 | Demonstration of using AI to obtain an image. author: Sergey Pochinok |
Arguments |
arguments.r | v:1.0.1 803 bytes 13 Mar 2003 | Returns the arguments of the function as a block. author: Andrew Martin |
Estimate size of a REBOL application |
application-sizer.r documentation | v:0.0.3 13.2 KB 7 Dec 2008 | [no purpose header found] author: Sunanda |
Advanced R3D demo |
advanced-r3d.r | v:3.1.6 6.8 KB 17 Oct 2012 | R3D demo author: Massimiliano Vessi |
Area with scrollers style |
area-scroll-style.r discussion | v:1.0.0 13.7 KB 27 Sep 2004 | This is a new area style with possible vertical and/or horizontal scrollers.
It allow selection of text outside the viewable area and have a read-only mode. author: Didier Cadieu (alias DideC) |