291 scripts tagged as: [level · beginner]
A Reb-Site | ||
a-reb-site.r | v:0.1.1 70.8 KB 23 Mar 2008 | a-reb-site.r was written to:
- compare form and function of a reb-site with that of a conventional web-site.
(...an obliging web-site - www.rebol.com perhaps!) &
- to provide an example of a reb-site script, &
- as an illustration of the compact size of a reb-site relative
to the average web-site [...] author: R.v.d.Zee |
A.D.A. Logo Viewer | ||
adalogo.r | v:1.0.0 544 bytes 25 Jul 2011 | Amiga Demoscene Archive - Logo Viewer author: Semseddin (Endo) Moldibi |
Age | ||
age.r | v:3.0.0 1.1 KB 22 Sep 2003 | Calulates Age in Years, Months & Days. author: Andrew Martin |
a simple alert example | ||
alert.r | v:1.0.0 761 bytes 13 Mar 2003 | introduces alert to the beginner author: Viktor Pavlu |
ASCII Chart | ||
ascii-chart.r | v:1.0.0 881 bytes 14 Sep 2004 | Displays an ASCII chart author: Sunanda |
ASCII Info | ||
ascii-info.r | v:1.0.0 2.0 KB 1 Feb 2007 | Basically an ASCII chart. author: Ryan S. Cole |
Ascii math | ||
ascii-math.r | v:0.0.0 2 KB 10 Mar 2009 | Defines functions and variables for arithmetic ASCII characters author: Scott Wall |
Associate | ||
associate.r discussion | v:1.2.0 1.8 KB 13 Mar 2003 | Provides an associative memory store. author: Andrew Martin |
Average | ||
average.r discussion | v:1.0.0 626 bytes 8 Jul 2003 | Averages the values in the Block. author: Andrew Martin |
Client for BaseX XML Database | ||
basexclient.r | v:0.1 4.4 KB 4 Jun 2010 | BaseX Native XML binding author: Sabu Francis |
REBOL Ale | ||
beer.r documentation | v:1.0.0 1.3 KB 13 Nov 2003 | A rich, malty, copper brew. author: Anonymous |
99 Bottles of Beer Song | ||
beersong.r documentation | v:1.0.0 813 bytes 13 Mar 2003 | The correct song. A bit more advanced. author: Anonymous |
Best File Fit | ||
bestfit.r discussion | v:1.0.0 5.9 KB 18 Jun 2004 | List the files that best fill up the available space.
Use predefined strings or insert the available space in KB (= 1000 byte).
Useful for selecting files to best fill up a CD/DVD. author: Mauro Fontana |
Binary Data in REBOL Scripts | ||
bin-data.r documentation | v:1.0.0 8.8 KB 13 Mar 2003 | Example of how to decode binary data in REBOL scripts This example includes a base-64 encoded image. (See bin-save.r for an example of how to create this file.) author: Anonymous |
Encoding Binary Data in REBOL Scripts | ||
bin-save.r documentation | v:1.0.0 603 bytes 13 Mar 2003 | Example of how to save base-64 encoded binary data in REBOL scripts. (See bin-data.r as an example of how to decode the data.) author: Anonymous |
bin-to-float | ||
bin-to-float.r discussion | v:0.0.3 1.2 KB 8 Nov 2006 | Convert a binary file to a series of floats and back author: Glenn M. Lewis |
Display Black Text | ||
black-text.r documentation | v:1.0.0 512 bytes 13 Mar 2003 | Display black text on a white background. author: Anonymous |
Bresenham Line | ||
bresenham.r | v:1.0.0 1.0 KB 22 Jun 2011 | Returns all pairs in a block for line specified by P0/P1. author: Semseddin (Endo) Moldibi |
Build-Tag | ||
build-tag.r | v:1.2.0 1.3 KB 13 Mar 2003 | Build-Tag is a replacement Build-Tag that handles XML attributes.
An earlier version of Build-tag is incorporated into latest Rebol/Core. :) author: Andrew Martin |
Images Buttons | ||
button-image.r documentation | v:1.0.0 762 bytes 13 Mar 2003 | Example of how to make buttons made from images. Clicking on a button updates text in the window. author: Anonymous |
A Button with Shortcut Key | ||
button-key.r documentation | v:1.0.0 479 bytes 13 Mar 2003 | Shows how to easily add a shortcut key to a button. author: Anonymous |
Call Spellchecker | ||
call-spellchecker.r | v:1.0.1 2.9 KB 12 Jul 2006 | The script provides a basic spell check for Rebol text areas. author: R. v.d.Zee |
Can Rebol Print? | ||
can-rebol-print.r | v:0.1.1 13.4 KB 12 Oct 2008 | This script illustrate some possible methods of printing script output. author: mr.z |
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 |
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 |
Celcius | ||
celcius.r | v:1.0.0 682 bytes 13 Mar 2003 | Converts Temperature in Fahrenheit to Celcius. author: Andrew Martin |
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 common procedures | ||
cgibasic.r 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 Form Emailer | ||
cgimail.r documentation | 736 bytes 13 Mar 2003 | Emails the contents input into a web CGI form. author: [unknown] |
1 / 291 | [1] | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |