emailbot |
emailbot.r | 1.5 KB 3 Mar 2004 | A small prototype of a email robot. The program check
a POP3 account for emails with a special subject, and
reply with the result of the requested task. author: caffo |
FormMail.pl Lookalike Spam Trap |
formmail.pl | 2.5 KB 21 May 2007 | Respond to a CGI calls as if we were FormMail.pl
(See http://www.scriptarchive.com/formmail.html)
If the request seems to be an openness check,
respond with an email indicating this server is
ready for abuse. Else, swallow spam email and
return nothing.
Note the filename - for once, a rebol script [...] author: HY |
GLES and EGL library interface |
gles-egl-h.r | v:0.6.2 139.2 KB 28 Apr 2020 | Use modern OpenGL with shaders author: Marco Antoniazzi |
IP Addresses |
ipaddress.r | v:1.0 2.9 KB 8 Dec 2006 | How to know local and wan addresses with Rebol author: François Jouen |
REBOL Directory Services Lookup |
lookup.r | v:1.1.0 3.7 KB 13 Mar 2003 | Provides a simple but effective directory server for
peer-to-peer and other types of REBOL applications.
Can be installed on any CGI webserver. author: Carl Sassenrath |
Little Email Client |
little-email-client.r | 793 bytes 1 Sep 2009 | A very small graphical email client that can be used to send and receive messages.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
make-doc-pro |
make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch |
patched HTTP/HTTPS protocol with cookies support |
my-http.r discussion | 21.8 KB 18 Aug 2006 | Provide an HTTP/HTTPS handler that transparently supports cookies author: cyphre@seznam.cz |
never cache |
never-cache.r | v:1.0.2 2.7 KB 10 Oct 2004 | function that outputs rebol and javascript code to ensure a page is always freshly
loaded from the server author: Anton Rolls |
REBOL news Protocol $Revision: 1.8 $ |
nntp.r | v:1.8.0 20.7 KB 13 Mar 2003 | Read and post news articles author: Jeff Kreis |
Very Short Webserver |
oneliner-webserver.r discussion | 821 bytes 20 Oct 2003 | Webserver serving files from the current directory. author: Cal Dixon |
Display server name |
oneliner-server-id.r | v:1.0.0 529 bytes 13 Aug 2004 | Prints the name and version of a website's server. author: Sunanda |
Patch for REBOL FTP protocol 226 response handling. |
patch-ftp-226-handling.r documentation | 5.2 KB 2 Jul 2005 | To fix FTP protocol 226 response handling. author: Brett Handley |
PHP-colorizer |
php-colorizer.r | v:1.1.0 26.8 KB 19 Jan 2009 | [no purpose header found] author: David 'Oldes' Oliva |
REBOL HTTP Proxy |
proxy.r | v:1.0.0 11.5 KB 13 Mar 2003 | This script serves many purposes.
1. Act as an HTTP proxy
2. See what your broswer sends out as an HTTP request
3. Add data filters to remove Javascript pop-up windows,
remove banner ads, and more...
Uncomment line towards the bottom of the script marked for JavaScript
to enable JavaScript popup window death!! author: Sterling Newton |
Digital PCS Phone Pager |
pcspager.r | 4.4 KB 13 Mar 2003 | Check e-mail account for messages, then process for
paging to a Digital PCS phone. The processing includes
chopping message/sender lengths and url-encoding. My
cellular company wanted an extra $3/month just to give me
an e-mail address that does what this script does. (Can
you believe that? $3!) My PCS provider is Cantel AT&T [...] author: Kevin McKinnon |
Get Patent |
patent.r | v:1.2.0 5.9 KB 13 Mar 2003 | Downloads various types of patents from the l2.espacenet.com server.
Normally espace forces you to download the patents one page at a time.
This script gets all of the pages for you automatically.
Shows various progress bars and time estimates.
There may be patents that this does not get because I can not
find any documentation on how l2.espacenet encodes its URL's.
If you [...] author: Bob Paddock and Astrid Sindle |
Rebol Reader |
rebol-reader.r | v:0.1.2 64.1 KB 10 Apr 2006 | The script is a method to provide an orderly collection of scripts and
documents to form a Rebol reference. author: R.v.d.Zee |
Remote file Utility |
remote-file.r | v:0.0.2 6.0 KB 25 Sep 2003 | Exchange files over a network without ftp author: Ingo Hohmann |
rmoocks |
rmoocks.r | v:1.0.0 3.5 KB 13 Mar 2003 | Emulates, with a few lines of Rebol code, the CommServer flash XML socket
server from Moock and Clayton.(see www.moock.org for the flash client.)
The server sends a simple xml doc like <NUMCLIENTS>numclients</NUMCLIENTS>
as soon as someone enters or leaves the server.
By updating and comparing the old and updated value of numclients, The Flash
client knows if someone has entered [...] author: SuperTomato |