Simple File Sharer |
share-files.r | 1.8 KB 27 Jan 2014 | I use it to send lists of files to clients' phones, PCs, or any other
Internet device they may use. I text or email them the single short
personal html file link created by the script, and they click the
contained file links to download all their files. It's a stupid simple
script and setup which requires only a single unstructured [...] author: nick |
Slidery |
slidery.r | 23.5 KB 29 Dec 2013 | See the help-text below.
An MS Windows .exe. is available at http://re-bol.com/slidery.exe author: nick |
UDP IP Broadcast/Receive for TCP Client/Server |
udp-ip-for-tcp-client-server.r | 3.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 |
UDP IP Broadcast/Receive for TCP Client/Server |
udp-ip-broadcast-receive-for-tcp-client-server.r | 3.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 |
Micro Web Server |
webserver.r discussion | 2.1 KB 13 Mar 2003 | Here is a web server that works quite well and can be
run from just about any machine. It's not only fast,
but its also small so it's easy to enhance. author: [unknown] |
WAP File Viewer CGI |
wap-file-viewer.r | 1.6 KB 10 Aug 2010 | Read text files on your web server using your WAP cell phone browser. author: nick |
REBOL Blogger |
blog.r documentation | v:1.3.2 18.3 KB 10 Jan 2005 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
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 Blogger |
new-blog.r discussion | v:1.4.1 39.0 KB 11 Jul 2007 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
RBBS - REBOL Bulletin Board Tutorial |
rbbs.r | v:1.0.0 16.9 KB 5 Jun 2005 | A CGI Web Bulletin Board / Message Board author: carl sassenrath |
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 |
CGI common procedures |
cgibasic.r discussion documentation | 8.0 KB 10 Nov 2011 | This is a collection of functions that could be used in a
CGI program. There is nothing in this module that has not been done
better by others, but the code is more heavily annotated for beginners.
Separate documentation explains how to use the functions. The comments
should be helpful also. None of this is my original creation. I just
assembled and annotated, [...] author: Steven White |
Library data services |
lds-local.r documentation | v:0.0.4 655 bytes 13 Aug 2004 | Provides the client end of the REBOL.org Library Data Services interface author: Sunanda |
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 |
REST-Friendly HTTP Protocol |
rest.r documentation | v:0.1.0 5.2 KB 10 Nov 2008 | An elementary HTTP protocol allowing more versatility when developing Web
Services clients: REST, SOAP or other. author: Christopher Ross-Gill |
SKIMP: Simple keyword index management program |
skimp.r documentation | v:0.0.2 40.3 KB 3 May 2007 | Simple, fast way of indexing the text content of many documents author: Sunanda |
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 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 |
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 |