1247 scripts tagged as: [//all]
Windows clock sync | ||
clock-sync.r | 1.5 KB 24 Oct 2009 | Synchronize your Windows date and time with the clock on your
web server. The 4 line CGI script given at the end of this example
prints out the current date and time on your web server, and this
script reads it and sets the operating system clock to match it.
(To do the same thing in Linux, see Ladislav Mecir's set-system-time-lin [...] author: [unknown] |
Digital Clock | ||
clock.r | v:1.2.0 606 bytes 13 Mar 2003 | Displays a simple digital clock in its own window. author: Carl Sassenrath |
Clone | ||
clone.r | v:1.0.1 1.2 KB 13 Mar 2003 | Clone objects by copying objects inside. author: Andrew Martin |
Object Cloner | ||
cloneobj.r | 822 bytes 13 Mar 2003 | Clone objects recursively. This way the objects inside
are copies instead of references. author: Erin A. Thomas |
Closure | ||
closure.r | 1.9 KB 14 May 2009 | CLOSURE is suggested instead of FUNC when you need functions
exhibiting async behaviour, e.g. for:
- View
- Async Ports
- Higher Order Functions
Closures differ from normal Rebol functions by using a fresh
context every time they are called.
Rule of thumb: if your function is returning a new function, block, or
a local word, you will be safe if [...] author: Ladislav Mecir |
CLS | ||
cls.r documentation | v:1.0.0 480 bytes 13 Mar 2003 | Clears the console screeen. author: Andrew Martin |
Rebol Code colorizer | ||
code-colorizer.r | v:0.9.5 18.7 KB 19 Jan 2009 | To convert Rebol script into html with colorized code. Using string based parsing. author: David 'Oldes' Oliva |
Code 3 of 9 (Code 39) Barcode Generator | ||
code39.r discussion | 2.6 KB 17 Apr 2006 | Generates Code 39 barcode images which can be printed out and read with a
standard barcode reader.
Code 39 is limited to the alphanumeric characters listed in the 'code39
block within the function.
It is a very popular barcode format in the US and doesn't need to conform
to any particular length of characters and has no limitations placed on it
by any sanctioning [...] author: Bohdan Lechnowsky |
Codec: Comma Separated Values (CSV) | ||
codec-csv.r | v:1.0.0 7.5 KB 6 Mar | [no purpose header found] author: Annick ECUYER |
Codec: GZip compressed data | ||
codec-gzip.r | v:1.0.0 11.6 KB 2 Mar | [no purpose header found] author: Annick ECUYER |
Codec: tar archives | ||
codec-tar.r | v:1.0.0 9.2 KB 6 Mar | [no purpose header found] author: Annick ECUYER |
REBOL2 Codec System | ||
codecs.r documentation | v:1.0.1 19.5 KB 6 Mar | [no purpose header found] author: Annick ECUYER |
coding-mailto | ||
coding-maito.r discussion | v:1.0.0 5.4 KB 11 Sep 2004 | a tool for coding the mailto info in a html page and avoid some spam author: Philippe Le Goff |
Coin Flip | ||
coinflip.r | 592 bytes 4 Dec 2013 | A little example for a student. Click the button to randomly flip the coin image.
Based on the example video at http://visualruby.net
Video at http://youtu.be/0zckFPgQ2Co author: nick |
Collatz Sequences | ||
collatz.r | 393 bytes 25 Feb 2010 | Calculate collatz series, change start value and run. author: [unknown] |
Collect Function | ||
collect.r discussion | 3.5 KB 10 Jan 2006 | Eliminate the result: copy [] ... append result value dance. author: Gregg Irwin |
Color REBOL Code in HTML | ||
color-code.r discussion documentation | 3.4 KB 22 Jul 2005 | Colorize source code based on datatype. Result is HTML.
This script is used to syntax color the library scripts. author: Carl Sassenrath |
Color converter (RGB to HSL v.v.) | ||
color-converter.r | v:1.0.0 4.8 KB 18 Apr 2011 | To convert RGB color values to HSL values v.v.
and to show them visually author: Rudolf W. Meijer |
REBOL Standard Colors | ||
color-names.r | v:1.0.1 1.8 KB 13 Mar 2003 | Displays the official built-in REBOL named colors. author: Carl Sassenrath |
Choose and convert colors | ||
color-requester.r | v:0.8.10 37.5 KB 12 Jan 2024 | Requests a color or modify or convert it author: Marco Antoniazzi |
Html Pretty Print REBOL | ||
colorize.r documentation | 3.9 KB 13 Mar 2003 | Syntax highlighting for HTML display of REBOL scripts author: Jeff Kreis |
Color Match | ||
colormatch.r | v:1.0.0 4.7 KB 13 Mar 2003 | To illustrate the three basic principles of educational objects.
1. objective: a target outcome, task or pattern.
2. experience: an interface that allows students to build relationships to the concept.
3. evaluation: integrated data collector and organizer for evaluation.
This EO was first introduced in 1987 to students building scripts to animate graphics over video. author: Scot M. Sutherland |
Colormatch 1.5 | ||
colormatch15.r | 4.8 KB 16 Mar 2007 | Color Match 1.5 simulates very closely the Amiga Version created in 1987.
Junior High students learned how to created accurate colors by typing in numbers into a
multimedia program. author: Scot M. Sutherland |
Common Dir | ||
common-dir.r | v:1.0.0 1.1 KB 13 Mar 2003 | Common directory manipulation functions. author: Andrew Martin |
Common Parse Values | ||
common-parse-values.r | v:1.3.0 1.8 KB 13 Mar 2003 | Common Parse Values author: Andrew Martin |
151 / 1247 | 1 | 2 | 3 | 4 | 5 | 6 | [7] | 8 | 9 | ... | 46 | 47 | 48 | 49 | 50 |