3 scripts tagged as: [author · martin johannesson]
Cookie Client | ||
cookies-client.r | 8.9 KB 13 Mar 2003 | To grab cookies from the server and post form data. author: andrew grossman |
Simple HTTP POST | ||
http-post.r | 3.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 |
Simple Virtual Shrink | ||
shrink.r | 12.7 KB 13 Mar 2003 | This script is a virtual shrink chatter bot .
It was obviously inspired by the original shrink bot
called Eliza. When the program gets a sentence in
English, it tries to find a matching rule in its
rule database and if it understands the sentence
it tries to give a reasonable reply.
(Type quit to quit) author: Martin Johannesson |