Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
tag index: a · author

7 scripts tagged as: [author  ·  hy]

Attribute Values Extractor
ave.r2.1 KB
23 Jan 2006
Extract attribute values from (HTML) tags
author: hy
OTA bitmap to GIF converter
converter.rv:1.1
13.9 KB
25 Sep 2004
Converts so-called operator logos for cell phones, i.e. OTA bitmaps into ordinary two-colour GIFs.
author: HY
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
Primitive Rebol Object Browser
prob.r9.7 KB
25 Sep 2004
Make a graphical view of the probe function so that users may probe the system object without having to look it all up in the console.
author: HY
Server object handler script
server.r5.1 KB
19 Oct 2004
This script will parse robot.txt files and store a hash! of forbidden paths. This is very useful for webbots or spiders of any kind (at least if obeying robot exclusion standards is desirable). I looked at the ht://dig package (http://www.htdig.org/) script that does the same thing as this script to see if I [...]
author: hy
Unless
unless.r508 bytes
27 Dec 2004
I'm used to writing 'unless in perl, so I wanted it in rebol as well. Easy.
author: hy
URL Handler
url-handler.r
 documentation
14.6 KB
6 Nov 2016
A script to handle URLs as objects. Rebol's built-in 'decode-url function returns an object, but no methods to manipulate it. This script includes functions that make it possible to manipulate the URL as you please. CGI parameters are parsed into an alphabetized block for ease of comparison of URLs.
author: hy