Prolog Like Inference Engine |
prolog.r discussion documentation | v:1.7 43.1 KB 3 Jan 2011 | This is an inference engine wich process prolog like clause
The engine can process prolog like clauses of the form :
man [jean]
woman [mary]
human [X] [man [X]]
human [X] [woman [X]]
CUT (!) and FAIL are implemanted (it's the only hardcoded predicates in the engine)
The engine execute Rebol code [...] author: Marco |
Read a Remote Payment and Presentation System file |
rpps.r | 14.4 KB 7 Nov 2011 | This is a module for reading and taking apart a modified
NACHA file used in the Remote Payment and Presentation System.
If those terms mean anything, this could be a useful module.
If those terms mean nothing, then at least this module could be an
example of a way to handle a text file of fixed-format records.
In 25 words or less, a [...] author: Steven White |
SNMP v1 protocol |
snmp.r discussion | v:0.8.0 13.4 KB 21 Feb 2005 | Implementation of SNMP v1 scheme (RFC 1155,1156,1157) , no TRAP.
URL is snmp://[community@]<host adr>/CMD/<id values>
default community is public
Where CMD is get getnext or set
id values is a string like that: 1.3.6.1.2.1.1.1.0 1.3.6.1.2.1.1.5.0
Return an object:
make object! [
version: [...] author: VDemong |
Tar |
tar.r discussion documentation | v:1.1.0 5.5 KB 11 Jan 2013 | Creates tar archives. author: Vincent Ecuyer |
Telnet protcol scheme |
telnet.r discussion | v:1.0.1.1 4.8 KB 6 May 2003 | A telnet protocol scheme author: Frank Sievertsen |
What is my IP |
whatismyip.r discussion | v:0.0.0 725 bytes 24 Mar 2020 | Prints your IP addresses author: Endo |
Tiny REBOL Server |
rebserver.r documentation | v:1.0.0 0.9 KB 13 Mar 2003 | The distributed REBOL server that builds the REBOL system. author: Anonymous |
A keyword based search engine for the Rebtutorial articles index page |
rebtut-indexer.r documentation | v:0.0.1 14.6 KB 14 Dec 2009 | Was tired looking up visually the index page for any article containing a specific keyword.
For now the script loads and parses the original articles' index page duirectly from the Rebtutorial.com web site,
splitting URL links apart from their descriptions, and while counting them it appends them to a block
that can be searched by keyword. [...] author: Gerard Cote |
REBOL/AI Image linker |
ai.r | v:1.0.0 15.8 KB 13 Mar 2003 | Simple dialect for creating AdobeIllustrator files (ai) with linked images author: Oldes |
Analog Clock |
analog-clock.r documentation | v:1.2.0 5.6 KB 28 Jan 2013 | Colorful clock with analog display author: Vincent Ecuyer |
Archiver |
archiver.r | v:0.8.2 17.3 KB 21 Apr 2016 | Backup files author: Marco Antoniazzi |
Addr |
addr.r | v:1.0.0 4.4 KB 10 Mar 2005 | Convert C data to Rebol - get the memory address and cast* to a given struct or array author: Romano Paolo Tenca |
Auto-hiding scroller style example |
auto-hiding-scroller-style.r discussion | v:0.8.0 14.4 KB 14 Nov 2020 | Add an auto-hiding scroller to VID GUIs author: Marco Antoniazzi |
a simple alert example |
alert.r | v:1.0.0 761 bytes 13 Mar 2003 | introduces alert to the beginner author: Viktor Pavlu |
Client for BaseX XML Database |
basexclient.r | v:0.1 4.4 KB 4 Jun 2010 | BaseX Native XML binding author: Sabu Francis |
better-than-nothing sqlite3 handler |
btn-sqlite.r discussion | v:0.2.2 5.7 KB 30 Jan 2006 | easy access to sqlite3 database without /Pro or /Command features author: Piotr Gapinski |
Functions for calculations with big integer numbers |
bigmath.r | v:0.2.0 30.0 KB 4 May 2019 | Make calculations with big integer numbers. author: Marco Antoniazzi |
Chinese Year |
chinese-year.r | v:1.1.0 5.3 KB 28 Jan 2013 | Chinese Year name author: Vincent Ecuyer |
Calendar and Scheduler |
calendar.r discussion | v:1.0.7 8.1 KB 10 Jul 2008 | A simple calendar application. author: Sterling Newton |
ConsoleIO |
consoleio.r | v:1.0.0 737 bytes 13 Mar 2003 | Console prompt output save,saves
all console input to history.log file when in console mode. author: Norman Deppenbroek |
CGI Form Dumper |
cgidump.r documentation | 785 bytes 13 Mar 2003 | Display the contents of a submitted form as a web page.
Useful for debugging CGI forms. author: [unknown] |
File Encryption and Decryption Utility |
crypt.r | v:1.0.4 1.9 KB 13 Mar 2003 | An example utility that encrypts and decrypts files using a highly secure form of encryption (the Blowfish algorithm with 128 bits). Requires REBOL/View/Pro or REBOL/Command to run. author: Carl Sassenrath |
CGI common procedures |
cgibasic.r discussion documentation | 8.0 KB 10 Nov 2011 | This is a collection of functions that could be used in a
CGI program. There is nothing in this module that has not been done
better by others, but the code is more heavily annotated for beginners.
Separate documentation explains how to use the functions. The comments
should be helpful also. None of this is my original creation. I just
assembled and annotated, [...] author: Steven White |
CopyCon |
copycon.r | v:1.0.0 817 bytes 15 Nov 2007 | Inline Line-Editor for Rebol Console mode, you can extent by loading/saving/exeucting the buffer author: ND |
Software engineering: design by contract |
contract.r | v:1.0.1 5.7 KB 6 May 2003 | Facilitates design by contract author: Maarten Koopmans |