Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
tag index: a · author

24 scripts tagged as: [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
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
ASCII Chart
ascii-chart.rv:1.0.0
881 bytes
14 Sep 2004
icon for ascii-chart.rDisplays an ASCII chart
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
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
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
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
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
Chess board
oneliner-chess-board.rv:1.0.0
551 bytes
13 Aug 2004
Displays an empty chess board
author: Sunanda
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)
Prime factors
oneliner-prime-factors.r
 documentation
556 bytes
23 Jun 2008
[no purpose header found]
author: Sunanda
Display server name
oneliner-server-id.rv:1.0.0
529 bytes
13 Aug 2004
Prints the name and version of a website's server.
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
R3 Hash function
r3-rehash.rv:0.0.2
1.7 KB
19 Nov 2010
Provide a hash function (case sensitive map) for R3
author: Sunanda
REBOL stress test
rebol-stress-test.rv:0.0.1
3.3 KB
13 Aug 2004
Run various things to see what limits REBOL has. Largest integer, largest decimal, depth of stack, maximum words definable, etc.
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
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
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
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
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