1247 scripts tagged as: [//all]
Captcha Example | ||
captcha-example.r | 1.0 KB 8 Apr 2010 | A minimal example demonstrating how to use the captcha library by SOFTINNOV:
http://softinnov.org/rebol/captcha.shtml
NOTE: the first part of this script CAN be used to create catchpa images
in a non-graphic environment. You can, for example, run the first 6 lines
of this script on your web server - just be sure to use REBOL/command [...] author: nick |
Capture Screen | ||
capture-screen.r | v:0.3.0 6.0 KB 5 Apr 2007 | (Microsoft/Windows only:) Returns screenshot as an image (or NONE in case of failure). author: christian ensel |
Console capture | ||
capture.r discussion | v:1.0.0 1.1 KB 13 Mar 2003 | Capture console output in a string! author: Nenad Rakocevic |
Card File | ||
card-file.r | 2.0 KB 5 Mar 2010 | This is the quintessential simple text field storage application.
It can be used as shown here, to save contact information, but by
adjusting just a few lines of code and text labels, it could be easily
adapted to store recipes, home inventory information, or any other
type of related pages of data.
A version of this script [...] author: nick |
CAS Registry Number | ||
cas-rn.r | v:1.0.1 3.3 KB 25 Oct 2005 | The CAS Registry (http://www.cas.org/EO/regsys.html) is a widely
used database of chemical substances. The CAS Registry Numbers are a de
facto standard for the identification of chemical substances.
This module contains helper functions to handle CAS Registry Numbers. author: Daniel Rybowski |
CASE multiple conditional function | ||
case.r discussion | v:1.0.0 2.1 KB 27 Nov 2005 | Provide a generalized multiple conditional function for situations that would otherwise call for
deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any
DO-able block rather than being based on a single value. This can be used simply to allow a
SWITCH-like behavior that supports ranges instead of single [...] author: Christopher M. Dicely |
Catch Game | ||
catch-game.r | 1.1 KB 19 May 2010 | A tiny game to demonstrate the basics of VID.
Taken from the tutorial at http://re-bol.com author: nick |
Throwing and Catching Named Values | ||
catcher.r | v:1.0.0 920 bytes 6 May 2003 | Throwing and catching functions. author: Jeff Kreis |
Chess board handler | ||
cbh.r documentation | v:0.1.0 12.1 KB 28 Aug 2012 | Function as a chess board interface.
Support playing a game of chess according to the rules of the game of chess. author: Arnold van Hofwegen |
CD Track Titles | ||
cd-track-titles.r | 8.4 KB 29 Jan 2008 | This script illustrates a method of obtaining the track titles of music CDs so
that the titles may become part of a CD directory or data base - without typing
each title in manually. author: r. |
DOS Style CD. | ||
cd.r | v:1.0.0 618 bytes 18 Sep 2009 | How to use MSDOS style CD. author: Endo |
Le Compte est Bon. | ||
ceb.r | v:1.0 1.3 KB 2 May 2008 | Algorithm to solve french countdown game. author: Christian Blanvillain |
Celcius | ||
celcius.r | v:1.0.0 682 bytes 13 Mar 2003 | Converts Temperature in Fahrenheit to Celcius. author: Andrew Martin |
Send Message to GSM Cellphone | ||
cellphone.r | 1.8 KB 13 Mar 2003 | To post a message via MTN's SMS gateway to a GSM phone author: Graham Chiu |
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 |
CGI Event Calendar | ||
cgi-event-calendar.r | 2.4 KB 17 Apr 2010 | A web site CGI application that displays events in the current
calendar month, with links to specified event pages. Events
are stored in the file %bb.db, in the format:
["event 1" 18-Apr-2010 http://website.com/event1.html]
["event 2" 20-Apr-2010 http://website.com/event2.html]
["event 3" 20-Apr-2010 http://website.com/event3.html] [...] author: nick |
CGI with FORM with refilled data | ||
cgi-form-val-example.r | v:0.0.1 4.9 KB 28 Aug 2012 | Example of how a webform could be processed by a REBOL script,
refilling previously filled fields when errors in input are detected.
For performance it is always better to have some validation (using
e.g. Javascript) on the client side first, but for safety the check
also needs to be (re)done at the server side. author: Arnold van Hofwegen |
CGI FTP Folder Copy | ||
cgi-ftp-folder-copy.r | 655 bytes 17 Apr 2010 | A CGI script to copy entire directories of files from one web server to another.
Taken from the tutorial at http://re-bol.com author: nick |
Rebol CGI library | ||
cgi.r | 6.8 KB 4 Mar 2004 | Provide everything needed to create a CGI script author: Cal Dixon |
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 |
CGI Web Page Comment Poster | ||
cgicomment.r documentation | 3.0 KB 13 Mar 2003 | Allows viewers to add comments to a web page.
(needs webcomment.r to create example forms file). author: Carl Sassenrath |
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] |
Sends Email via CGI Form | ||
cgiemailer.r documentation | v:1.0.0 855 bytes 13 Mar 2003 | Uses a Web form to send an email message. author: Anonymous |
CGI Emailer Form (HTML Part) | ||
cgiemailhtml.r documentation | 1.7 KB 13 Mar 2003 | HTML form to go with CGI Emailer example (cgiemailer.r). author: [unknown] |
Easy CGI Form Example | ||
cgiform.r documentation | v:1.0.0 1.1 KB 13 Mar 2003 | Handles a CGI form and returns its values as a web page. (The associated cgiform.html file contains the form). author: Anonymous |
101 / 1247 | 1 | 2 | 3 | 4 | [5] | 6 | 7 | ... | 46 | 47 | 48 | 49 | 50 |