Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
Run sequence encoded integer data sets
rse-ids.r
 documentation
v:0.0.1
7.0 KB
21 Feb 2007
Provide an API for compacting/compressing sets of integers
author: christian
Estimate size of a REBOL application
application-sizer.r
 documentation
v:0.0.3
13.2 KB
7 Dec 2008
[no purpose header found]
author: Sunanda
Anonymous CGI session services
acgiss.r
 documentation
v:0.0.1
8.1 KB
18 Dec 2006
Provide basic cookie support for CGI scripts
author: Sunanda
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
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
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
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
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
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
SKIMP: Simple keyword index management program
skimp.r
 documentation
v:0.0.2
40.3 KB
3 May 2007
Simple, fast way of indexing the text content of many documents
author: Sunanda
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
TSN: Tranched serial number server
tsn.r
 documentation
v:0.0.1
7.6 KB
30 Apr 2007
Quick, safe way of allocating categorized unique serial numbers
author: Sunanda
Calculate working days between two dates
work-days.r
 documentation
v:0.0.1
1.7 KB
18 Feb 2007
Given two dates, and a list of holidays that occur between them, returns the number of work days between those two days. With the /non refinement, will return the number of non-working days between the two dates.
author: Sunanda
ASCII Chart
ascii-chart.rv:1.0.0
881 bytes
14 Sep 2004
icon for ascii-chart.rDisplays an ASCII chart
author: Sunanda
Convert Character to Hexidecimal
char-to-hex.rv:1.0
964 bytes
7 May 2005
Convert an ASCII char to a two hex code. This is just one of those things in Rebol where you waste time looking for a solution to an otherwise extremely simple problem because the obvious doesn't work (ie: to-hex M doesn't work because to-hex wants an integer and to-integer wants a character not a string)! The C2I function [...]
author: Gordon Raboud with help from TomC and Sunanda
Display chess board
display-chess-board.rv:1.0.0
3.5 KB
14 Sep 2004
Display a basic chess board and some moveable counters (use a mouse to drag and drop). The most-recently selected counter comes to the front, if it was obscured by other counters. Intended as a get-you-started set of ideas if you intend to write a board game, and a demo of VID feel and other useful techniques
author: Sunanda
error-logger
error-logger.rv:1.2.0
5.3 KB
13 Mar 2003
give better error feedback. logs a kind of stack-trace on error.
author: Volker
Download stock data
get-stock.rv:0.1.9
5.1 KB
9 Jan 2006
Get stock data from Yahoo. Return a block of blocks: date, open, high, low, close, volume, or the csv data as a sting. Optionally store the csv data as a file.
author: matt licholai
Demonstration of a Package on REBOL.org
lds-demo1-package.r
 discussion
v:0.0.1
978 bytes
13 Aug 2004
Demonstration of a package, and competition
author: Sunanda