Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
esmtp scheme
esmtp.rv:0.1.0
8.3 KB
6 May 2003
A modified, extended version of smtp scheme
author: RT, G. Scott Jones
Evaluate
evaluate.r6.2 KB
15 Mar 2011
A few expression evaluators and expression translators written in REBOL.
author: Ladislav Mecir
Enumerated Type
enum.r
 documentation
v:0.1.1
12.6 KB
13 Jun 2009
Safe Enumerated Type for REBOL
author: Hostile Fork
EnList
enlist.rv:0.0.3
10.3 KB
20 Jul 2003
Simple GUI for encap tools
author: Gregg Irwin
error-message-finder
error-message-finder.rv: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.rv:1.2.0
5.3 KB
13 Mar 2003
give better error feedback. logs a kind of stack-trace on error.
author: Volker
Fun
fun.rv:2.0.0
1.4 KB
13 Mar 2003
Automatic local word generation for a function.
author: Andrew Martin
Open a file or directory requester
file-requester.rv:1.4.11
29.5 KB
16 Sep 2017
icon for file-requester.rRequests a file or directory
author: Marco Antoniazzi
Files Renamer
files-renamer.rv:0.8.15
27.1 KB
17 May 2016
icon for files-renamer.rRename files
author: Marco Antoniazzi
FormMail.pl Lookalike Spam Trap
formmail.pl2.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
loose feel for dragging faces
feel-loose.rv: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.rv:0.4.2
18.7 KB
12 Dec 2004
Garmin eTrex Legend protocol handler
author: Piotr Gapinski
GeoRSS converter
georss.r24.5 KB
7 Oct 2009
Converts GeoRSS xml to GPX/KML/OziExplorer formats
author: pijoter
GLES and EGL library interface
gles-egl-h.rv:0.6.2
139.2 KB
28 Apr 2020
Use modern OpenGL with shaders
author: Marco Antoniazzi
Graph a function
graph.rv: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.rv:0.1.0
10.7 KB
13 Mar 2003
Some functions for making graphs with 3D columns
author: Oldes
Hash Table
hashtable.rv:1.0.2
1.4 KB
13 Mar 2003
Very simple Hashtable object, but usefull!
author: Gregory Pecheret
HTML Dialect
html.r
 documentation
v:0.0.7
21.8 KB
20 Aug 2008
HTML dialect for simple generation of webpages with REBOL code.
author: henrik mikael kristensen
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
Simple HTTP POST
http-post.r3.6 KB
13 Mar 2003
This script sends a form to a webserver using the POST method. The included example translates a string in English to German by posting the data to AltaVista's translation web page and then parsing the reply.
author: Martin Johannesson