529 scripts tagged as: [type · tool]
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 |
Console capture | ||
capture.r discussion | v:1.0.0 1.1 KB 13 Mar 2003 | Capture console output in a string! author: Nenad Rakocevic |
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 |
Throwing and Catching Named Values | ||
catcher.r | v:1.0.0 920 bytes 6 May 2003 | Throwing and catching functions. author: Jeff Kreis |
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 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 |
Google Chart API | ||
charts-api.r documentation | v:0.1.1 3.2 KB 24 Jul 2010 | Generates a URL to access the Google Charts API author: Christopher Ross-Gill |
Chinese Year | ||
chinese-year.r | v:1.1.0 5.3 KB 28 Jan 2013 | Chinese Year name author: Vincent Ecuyer |
Cisco config to text file | ||
cisco-extract.r | 25.4 KB 5 Jul 2009 | To read multiple Cisco IOS & CATOS files & create a summary of key information paticularly interface details author: [unknown] |
Clausius Clapeyron | ||
cla-cla.r | v:1.0.6 1.6 KB 1 Feb 2012 | Given the data, check if it's steam or water,
and give the temperature for boiling water.
It usese the Clausius-Clapeyron equation and give the flow in the tube to reach the atmosfere. author: Massimiliano Vessi |
REBOL Heavy Script Cleaner (Pretty Printer) | ||
clean-script-heavy.r | 2.4 KB 27 Mar 2005 | Based on Carls %clean-script.r
Cleans (pretty prints) REBOL scripts by parsing the REBOL code
and supplying standard indentation and spacing.
Breaks now every bracket/paren it finds (thus heavy ).
If you have a really messed up script,
like %ascii-chart.r from the library,
you have a chance to make it readable. [...] author: carl sassenrath |
REBOL Script Cleaner (Pretty Printer) | ||
clean-script.r | 1.9 KB 15 Jan 2005 | Cleans (pretty prints) REBOL scripts by parsing the REBOL code
and supplying standard indentation and spacing. author: Carl Sassenrath |
Clips | ||
clips.r | v:1.2.0 7.8 KB 27 Feb 2006 | Installs a tray icon (Windows only) and collects small
text snippets. author: Gabriele Santilli |
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 |
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 |
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 |
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 |
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 |
File Compress and Decompress | ||
compress.r | v:1.0.0 792 bytes 13 Mar 2003 | An example file compression utility. author: Carl Sassenrath |
Various compression algorithms | ||
compression.r | v:0.0.3 22.0 KB 14 Feb 2013 | Collect and show various compression algorithms (Huffman, RLE, LZ77, LZSS, LZ78, LZW). author: Marco Antoniazzi |
Console udp-broadcast | ||
console-udp.r | v:1.0.0 1.2 KB 15 Nov 2007 | Console IO udp-broadcast instead of echo file!. When rebol echo function! is executed then bcast-on is automaticly closed by rebol,
scheme: 'file takes over for echo in system/ports/echo. There is no check on udp port, please change to the right port. Use of an
udp-listen on a remote console/machine can now listen for udp traffic from this console and capture it to file i.e. [...] author: ND |
ConsoleIO | ||
consoleio.r | v:1.0.0 737 bytes 13 Mar 2003 | Console prompt output save,saves
all console input to history.log file when in console mode. author: Norman Deppenbroek |
Software engineering: design by contract | ||
contract.r | v:1.0.1 5.7 KB 6 May 2003 | Facilitates design by contract author: Maarten Koopmans |
31 / 529 | 1 | [2] | 3 | 4 | 5 | ... | 14 | 15 | 16 | 17 | 18 |