Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Altme chat reader/exporter
altme-chat-reader.r
 discussion
v:1.2.1
23.2 KB
19 May 2016
Display or export to html the content of an Altme chat group. Can be used in interractif or command-line mode. For usage, run the script with -? argument : "rebol.exe -s altme-chat-reader.r -?"
author: [unknown]
FTP Chat Room
ftp-chat.r2.7 KB
30 Jun 2008
A simple chat application that lets users send instant text messages back and forth across the Internet. The chat rooms are created by dynamically creating, reading, appending, and saving text files via ftp (to use the program, you'll need access to an available ftp server: ftp address, username, and password). Taken [...]
author: nick antonaccio
Altme world search
skimp-my-altme.r
 documentation
v:0.0.2
29.2 KB
21 May 2007
Indexes and searches Altme worlds
author: [unknown]
REBOL Directory Services Lookup
lookup.rv: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
UDP IP Broadcast/Receive for TCP Client/Server
udp-ip-for-tcp-client-server.r3.5 KB
16 Feb 2014
This script demonstrates a solution to a typical problem encountered with TCP network apps. A TCP server needs to be found at a known IP address. One solution is to configure your server machine with a static IP address in the router. This setup step is different for every router manufacturer, is often beyond the technical ability [...]
author: nick
UDP IP Broadcast/Receive for TCP Client/Server
udp-ip-broadcast-receive-for-tcp-client-server.r3.5 KB
26 Jan 2014
This script demonstrates a solution to a typical problem encountered with TCP network apps. A TCP server needs to be found at a known IP address. One solution is to configure your server machine with a static IP address in the router. This setup step is different for every router manufacturer, is often beyond the technical ability [...]
author: nick
UDP Group Chat
udp-group-chat.r1.5 KB
3 Aug 2010
Because this script uses UDP, anyone who runs it on a local network will automatically receive messages broadcast by others on the same network. A separate server program and/or connection(s) to specific IP addresses are NOT required. A who's online function is included to list all currently logged in users.
author: nick
RIM - REBOL Instant Messenger
rim.rv:1.2.2
7.9 KB
13 Mar 2003
A true peer-to-peer instant messenger.
author: Sean & Carl Sassenrath
RNILL - REBOL Non Intelligent Language Learner
rnill.rv:1.0.4
10.8 KB
19 Feb 2004
RNILL a REBOL implementation of a non intelligent language learner inspired by NIALL (Non Intelligent Amos Language Learner by Mathew Peck 1990).
author: Allen Kamp
Simple Virtual Shrink
shrink.r12.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
Chatter
chatter.rv:0.9.0
1.4 KB
13 Mar 2003
Chat using UDP broadcasts across your internal network. No setup required!
author: Ryan Cole
Peer to Peer Instant Messenger
instant-messenger.r3.8 KB
29 Jun 2008
Exchange text messages directly via TCP/IP network port. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
The number-memory buttons
number-buttons-game.r3.6 KB
23 Sep 2014
In this game you will have to click the buttons and memorize the numebers, at the end you will be asked to write the bigger or the smaller. This is a race against your memory.
author: Caridorc
RIM Bot
rim-bot.rv:0.6.0
5.2 KB
13 Mar 2003
Provides easy to use interface into RIM (Rebol Instant Messenger) communications.
author: Ryan S. Cole
RIM Room
rim-room.rv:1.0.4
959 bytes
13 Mar 2003
An example chat room for RIM using RIM Bot.
author: Ryan S. Cole
Telnet Chat
telnetchat.rv:1.0.0
4.3 KB
6 May 2003
A chat-server you can telnet to! ;o)
author: Tommy Giessing Pedersen
args - generic command-line argument parser.
args.r
 discussion
 documentation
v:0.1.10
29.9 KB
17 Dec 2008
End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it.
author: Maxim Olivier-Adlhoch
Code 3 of 9 (Code 39) Barcode Generator
code39.r
 discussion
2.6 KB
17 Apr 2006
Generates Code 39 barcode images which can be printed out and read with a standard barcode reader. Code 39 is limited to the alphanumeric characters listed in the 'code39 block within the function. It is a very popular barcode format in the US and doesn't need to conform to any particular length of characters and has no limitations placed on it by any sanctioning [...]
author: Bohdan Lechnowsky
Date and time functions
date-time.r
 discussion
v:1.1
11.8 KB
24 Feb 2011
This script contains the Rebol implementation of some date and time functions provided in the glibc library and the gnumeric (and therefore Microsoft Excel) software. While the use and handling of date and time data are in most cases straightforward with Rebol, some of the advanced date and times functionalities found in glibc and gnumeric are still missing in [...]
author: Francois Vanzeveren
LIQUID - core dataflow programming engine.
liquid.r
 discussion
v:0.8.1
64.9 KB
28 Mar 2009
Create procedural processing networks.
author: Maxim Olivier-Adlhoch
Small Rebol 1.0
smallr.rv:1.0
440.9 KB
28 Dec 2008
a tool for Rebol newbies including MDI editor and Launch function
author: François Jouen