esend - smtp client |
esend.r | v:0.1.0 3.2 KB 2 Jul 2003 | A modified version of 'send for ESMTP author: RT, G. Scott Jones |
EASY SOCCER |
easy-soccer.r documentation | v:2.1.1 15.1 KB 3 Jan 2011 | Easy-Soccer is a broker based on CGI which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Soccer makes very easy to expose function written in Rebol like services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment Easy-Soccer uses a simple WEB server
and CGI to execute Rebol code [...] author: marco |
Email client |
emailclient.r | v:1.0.0 9.1 KB 13 Mar 2003 | A fullblooded email-client that checks, orginizes and sends emails! autoupgradable! author: Tommy Giessing Pedersen |
Enumerated Type |
enum.r documentation | v:0.1.1 12.6 KB 13 Jun 2009 | Safe Enumerated Type for REBOL author: Hostile Fork |
error-text? |
error-text.r | v:1.0.0 838 bytes 3 Mar 2013 | Generate error text given an error object. author: Brett Handley |
esmtp scheme |
esmtp.r | v:0.1.0 8.3 KB 6 May 2003 | A modified, extended version of smtp scheme author: RT, G. Scott Jones |
error-message-finder |
error-message-finder.r | v:1.0.0 5.7 KB 13 Mar 2003 | find a text in all %.r files in directory,
to look up rebol error-messages.
presents all possibilities in nice gui. author: Volker |
error-logger |
error-logger.r | v:1.2.0 5.3 KB 13 Mar 2003 | give better error feedback. logs a kind of stack-trace on error. author: Volker |
Open a file or directory requester |
file-requester.r | v:1.4.11 29.5 KB 16 Sep 2017 | Requests a file or directory author: Marco Antoniazzi |
Files Renamer |
files-renamer.r | v:0.8.15 27.1 KB 17 May 2016 | Rename files author: Marco Antoniazzi |
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 |
Fun |
fun.r | v:2.0.0 1.4 KB 13 Mar 2003 | Automatic local word generation for a function. author: Andrew Martin |
loose feel for dragging faces |
feel-loose.r | v:0.2.1 5.5 KB 18 Aug 2020 | Add dragging capability to any face. Inspired by Red. author: Marco Antoniazzi |
Garmin GPS protocol handler |
garmin-protocol.r | v:0.4.2 18.7 KB 12 Dec 2004 | Garmin eTrex Legend protocol handler author: Piotr Gapinski |
GeoRSS converter |
georss.r | 24.5 KB 7 Oct 2009 | Converts GeoRSS xml to GPX/KML/OziExplorer formats author: pijoter |
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 |
Graph a function |
graph.r | v:1.1.0 19.2 KB 13 Jun 2004 | Graph a function
rounding function by Ladislav Mecir
Usage ....
Type in your function of x into the input field
Some pretty functions to get you started .....
3 * sin (0.5 * pi * x)
3 * sin (x * x)
exp(0.1 * x) * (sin(4 * pi * x))
4 * sin (4 * pi / x)
0.2 * exp(- x) * sin [...] author: Phil Bevan |
Graph functions |
graph-fx.r | v:0.1.0 10.7 KB 13 Mar 2003 | Some functions for making graphs with 3D columns author: Oldes |
Hash Table |
hashtable.r | v:1.0.2 1.4 KB 13 Mar 2003 | Very simple Hashtable object, but usefull! author: Gregory Pecheret |
Http tools |
http-tools.r discussion | v:0.0.3 6.4 KB 13 Mar 2003 | To grab cookies from the server and post form data. author: Graham Chiu |