Scripts with documentation (by date)
Skype Wrapper | ||
skype.r discussion documentation | 2.2 KB 23 May 2006 | make a cheap phone call! author: Graham Chiu Documentation: by gchiu on 23-May-2006. |
Safe CGI data retriever | ||
safe-cgi-data-read.r documentation | v:0.0.2 3.4 KB 22 Jun 2011 | Safely retrieves CGI GET or POST data
into a REBOL object. author: Sunanda Documentation: by sunanda on 21-May-2006. |
(R)EBOL (Un)it | ||
run.r discussion documentation | 19.1 KB 31 May 2008 | RUn is a TestCase Framework wich allows the use of
TestCases as defined by the eXtreme Programming
development methodology and the test-driven development author: Christophe 'REBOLtof' Coussement Documentation: by reboltof on 15-May-2006. |
RebelXML | ||
rebelxml.r discussion documentation | 8.0 KB 27 Apr 2006 | RebelXML provides a set of functions which allows to easily create/modify/delete XML data author: Christophe 'REBOLtof' Coussement Documentation: by reboltof on 28-Apr-2006. |
Library Interface Dialect | ||
lib-dialect.r documentation | 2.4 KB 14 Apr 2006 | Allow for a more concise way to define library routine
interfaces. author: Gregg Irwin Documentation: by greggirwin on 14-Apr-2006. |
xCopy | ||
xcopy.r documentation | v:1.0 3.2 KB 11 Apr 2006 | REBOL implementation of the well-known xcopy tool.
xcopy allows you to copy in one move files, directories,
subdirectories and contained files to a given location. author: Christophe 'REBOLtof' Coussement Documentation: by reboltof on 11-Apr-2006. |
Library data services | ||
lds-local.r documentation | v:0.0.4 655 bytes 13 Aug 2004 | Provides the client end of the REBOL.org Library Data Services interface author: Sunanda Documentation: by sunanda on 2-Mar-2006. |
Similarity Metrics | ||
simetrics.r discussion documentation | v:0.5.0 21.2 KB 19 Feb 2006 | Toolkit of string distance metrics. author: Francois Vanzeveren (fvz) Documentation: by fvzv on 19-Feb-2006. |
Prime number checker | ||
prime.r documentation | v:0.0.2 3.0 KB 13 Mar 2003 | Address the question, could this integer be a prime number?
results of false are not prime,
results of true are very probably prime
and with the /strong refinement, ( I still have to verify this )
true ( should ) guarantee prime.
if the argument is outside the domain of the function,
none is returned author: Tom Conlin Documentation: by tomc on 18-Oct-2005. |
Stack, queue and deque functions | ||
sqd.r documentation | v:0.0.1 4.1 KB 5 Oct 2005 | Implement stack, queue and deque data structures author: Sunanda Documentation: by sunanda on 5-Oct-2005. |
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 Documentation: by coccinelle on 15-Aug-2005. |
REBOL Diff and Patch functions | ||
reboldiff.r documentation | v:1.1.1 11.5 KB 29 Jul 2005 | Implements diff and patch in REBOL. Allows you to see
differences between text files. author: Gabriele Santilli Documentation: by gabriele on 29-Jul-2005. |
DO-POP Scheme | ||
do-pop-scheme.r documentation | 7.3 KB 10 Jul 2005 | A scheme to allow flexible POP3 operations. author: Brett Handley Documentation: by brett on 24-Jul-2005. |
Nim engine | ||
nim-engine.r documentation | v:0.0.0 12.7 KB 19 Jul 2005 | Calculate the best move in a game of NIM author: Sunanda Documentation: by sunanda on 19-Jul-2005. |
Event profile timer | ||
profile-timer.r documentation | v:0.0.0 2.2 KB 13 Oct 2004 | Helps you time events when tuning code author: Sunanda Documentation: by sunanda on 13-Jul-2005. |
JSON to Rebol converter | ||
json.r discussion documentation | v:0.0.9 14.2 KB 6 Sep 2013 | Convert a JSON string to Rebol data, and vice versa. author: douglas crockford Documentation: by sunanda on 7-Jul-2005. |
Logging Framework For Rebol | ||
log4reb.r documentation | v:2.0.6 10.8 KB 19 Feb 2006 | Logging within the context of program development constitutes inserting statements
into the program that provide some kind of output information that is useful to the developer.
Examples of logging are trace statements, dumping of structures and the familiar 'prin or
'print debug statements. log4reb offers a hierarchical way to insert logging statements within
a [...] author: Francois Vanzeveren Documentation: by fvzv on 3-Jul-2005. |
Patch for REBOL FTP protocol 226 response handling. | ||
patch-ftp-226-handling.r documentation | 5.2 KB 2 Jul 2005 | To fix FTP protocol 226 response handling. author: Brett Handley Documentation: by brett on 3-Jul-2005. |
Simple Test Suite | ||
test-simple.r documentation | v:0.3.0 6.3 KB 15 Jun 2006 | Add support for simple test mechanisms to REBOL, similar to Perl's
Test::Simple.
The basic idea? Make testing simple so everybody can make tests. author: Brian Wisti Documentation: by brianwisti on 8-Mar-2005. |
REBOL Blogger | ||
blog.r documentation | v:1.3.2 18.3 KB 10 Jan 2005 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath Documentation: by carl on 11-Jan-2005. |
Base conversion functions | ||
base-convert.r documentation | v:0.0.2 8.0 KB 2 Sep 2005 | Functions to convert an decimal whole number to and from any arbitrary base author: Sunanda Documentation: by sunanda on 12-Dec-2004. |
style-tooltip.r | ||
style-tooltip.r documentation | v:1.0 2.9 KB 29 Nov 2004 | Use in the simplest way the tooltip. This is a first intent it's a little bit deprecated and we have worked on a better way to generate and handle tooltips. I share this with you because I think this code have a good educationnal value and is a good point start if you are interested in tooltips avanced filnal version please visit http://rebol.agora-dev.org/ . Sample script [...] author: Shadwolf, Boss, DideC Documentation: by shadwolf on 29-Nov-2004. |
pluginable analog alarm clock | ||
aclock-p.r discussion documentation | 3.5 KB 20 Sep 2004 | aproximate an analog clock and add alarm author: Tom Conlin Documentation: by tomc on 20-Sep-2004. |
Dynamic Script Localization | ||
locale.r documentation | v:1.0.1 12.6 KB 6 Sep 2004 | Locale.r extends the system/locale objet in order to supply a
dynamique localization of applications author: marco Documentation: by coccinelle on 6-Sep-2004. |
make-doc-pro | ||
make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch Documentation: by robert on 30-Aug-2004. |
read-below | ||
read-below.r discussion documentation | v:1.0.0 3.6 KB 13 Aug 2004 | Reads all files and directories below specified directory author: Brett Handley Documentation: by brett on 17-May-2004. |
cookie-example.r | ||
cookie-example.r documentation | v:1.0.1 7.5 KB 13 Aug 2004 | Demonstrates how to set session cookies and use them to retrieve
session variables. Much of the code has been cobbled together from
much more structured (ie not all in one module) code used by
rebol.org itself author: Sunanda Documentation: by sunanda on 8-Dec-2003. |
Prime factors | ||
oneliner-prime-factors.r documentation | 556 bytes 23 Jun 2008 | [no purpose header found] author: Sunanda Documentation: by sunanda on 28-Nov-2003. |
CGI wrapper function for debugging | ||
cgi-debug.r discussion documentation | v:0.0.1 2.6 KB 7 Jan 2005 | Provides debugging info for scripts running as a CGI under a webserver author: Sunanda Documentation: by sunanda on 26-Nov-2003. |
Parse ini file | ||
parse-ini.r discussion documentation | v:1.0.2 2.2 KB 15 Apr 2009 | Parses a Window's ini file. Also a function to find entries in a parsed ini file author: Sunanda Documentation: by sunanda on 12-Nov-2003. |
REM 0.4.2 - Text Editor - self extracting archive | ||
rem-ext42.r documentation | v:0.4.2 25.9 KB 13 Mar 2003 | REM is a powerful full screen text editor for Rebol/Core and Rebol/View author: Cal Dixon Documentation: by caldixon on 17-Oct-2003. |
SiMTPop Simulate SMTP & POP | ||
simtpop.r documentation | 4.5 KB 13 Nov 2003 | To simulate SMTP and POP services on a single user PC,
works with Outlook 98, but is broken for later Versions author: Ingo Hohmann Documentation: by iho on 10-Oct-2003. |
Monty Hall Challenge | ||
oneliner-monty-hall.r documentation | v:1.0.0 694 bytes 13 Aug 2004 | Simulates swapping doors after Monty shows a goat. Result is percentage wins
after 100 runs. (MHC: a well-known and often debated probability puzzle involving three
doors, two goats, and a car). author: Sunanda (with tweaks from Romano T, Ryan C, Carl R, and Reichart) Documentation: by sunanda on 22-Sep-2003. |
176 / 213 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | [8] | 9 |