180 scripts tagged as: [//files]
Alien Dialect | ||
alien.r documentation | v:1.0.0 1.9 KB 13 Mar 2003 | It came from outer space author: Anonymous |
Alien Dialect Explanation | ||
alienexp.r documentation | v:1.0.0 1.4 KB 13 Mar 2003 | It came from outer space explained. author: Anonymous |
Archiver | ||
archiver.r | v:0.8.2 17.3 KB 21 Apr 2016 | Backup files author: Marco Antoniazzi |
ARFF Data Mining | ||
arff-datamining.r | 2.7 KB 26 Feb 2009 | Implement a framework for Data Mining algorithms that works on ARFF files.
Includes various algorithms. Assumes class being mined for is the last attribute. author: Izkata |
Email attachments | ||
attach.r | 2.6 KB 13 Mar 2003 | Send email with base64 encoded attachments author: Sterling Newton |
Autoextracting REBOL file creator | ||
autoextract.r | v:1.0.0 1.5 KB 13 Mar 2003 | Send files via email which can be decompressed simply by executing the contents of the message when it is received. author: Bohdan Lechnowsky |
BBcode | ||
bbcode.r | v:0.1.0 8.7 KB 9 Jan 2009 | Basic BBCode implementation. For more info about BBCode check http://en.wikipedia.org/wiki/BBCode author: David 'Oldes' Oliva |
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 |
BNF grammar compiler | ||
bnf-compiler.r | v:1.0 11.0 KB 13 Dec 2009 | convert BNF grammar to REBOL parse rules author: Maxim Olivier-Adlhoch |
brother to text | ||
bro2text.r | v:1.1.0 2.4 KB 1 Feb 2007 | Converts some brother word processing files (.wpt) to text. author: Ryan S. Cole |
Build a Program Package | ||
build-pack.r documentation | v:1.0.0 2.1 KB 13 Mar 2003 | Creates a single compressed REBOL program from a list of file modules. Modules can include binary data files such as images. author: Carl Sassenrath |
Web Site Builder | ||
build-site.r documentation | v:1.0.0 5.6 KB 13 Mar 2003 | The actual script that builds the REBOL web site (using a master template and a navigation structure). author: Carl Sassenrath |
Calendar and Scheduler | ||
calendar.r discussion | v:1.0.7 8.1 KB 10 Jul 2008 | A simple calendar application. author: Sterling Newton |
Console capture | ||
capture.r discussion | v:1.0.0 1.1 KB 13 Mar 2003 | Capture console output in a string! author: Nenad Rakocevic |
Throwing and Catching Named Values | ||
catcher.r | v:1.0.0 920 bytes 6 May 2003 | Throwing and catching functions. author: Jeff Kreis |
DOS Style CD. | ||
cd.r | v:1.0.0 618 bytes 18 Sep 2009 | How to use MSDOS style CD. author: Endo |
Checklister (HTML) | ||
checklist.r documentation | 1.9 KB 13 Mar 2003 | Creates a checklist in HTML from a text file. author: [unknown] |
File Compress and Decompress | ||
compress.r | v:1.0.0 792 bytes 13 Mar 2003 | An example file compression utility. author: Carl Sassenrath |
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 |
Comma-Seperated-Values to REBOL converter | ||
convert-csv.r | 729 bytes 13 Mar 2003 | Convert CSV files to REBOL blocks author: Bohdan Lechnowsky |
cookie-jar reader/writer | ||
cookie-jar-lib.r | v:0.0.1 2.4 KB 30 Mar 2005 | Parses cookie-jar files and returns a block of records.
Records are blocks of either strings or name-value pairs.
if /keep-comments is used there will be two fields for
each record: 'content and 'comment; comment may be none. author: Gregg Irwin |
Cookie Cleaner | ||
cookies.r | v:1.0.0 2.0 KB 13 Mar 2003 | Removes unwanted cookie files from windows system.. note files are permanently deleted!
can be used to search and clean files from any folder. Just change line that reads (files: read %/c/windows/cookies/)
to something like (files: read %/c/windows/temp).Type .txt at the search prompt and search for all text files in temp folder.
Script is run from the folder you [...] author: A Rebol |
Download and Extract REBOL Library | ||
copy-lib.r | v:1.0.0 1.6 KB 13 Mar 2003 | Download REBOL library and extract all its files. author: Carl Sassenrath |
CopyCon | ||
copycon.r | v:1.0.0 817 bytes 15 Nov 2007 | Inline Line-Editor for Rebol Console mode, you can extent by loading/saving/exeucting the buffer author: ND |
File Encryption and Decryption Utility | ||
crypt.r | v:1.0.4 1.9 KB 13 Mar 2003 | An example utility that encrypts and decrypts files using a highly secure form of encryption (the Blowfish algorithm with 128 bits). Requires REBOL/View/Pro or REBOL/Command to run. author: Carl Sassenrath |
Simple Rebol DBMS | ||
db.r | v:1.2.0 24.7 KB 13 Mar 2003 | RebolBase is a simple database managment system
written entirely in Rebol. Its main feature is
that it stores its data in plain, newline delimited
text files. This allows the database to be accessed
and modified by other programs. author: Jamey Cribbs |
1 / 180 | [1] | 2 | 3 | 4 | 5 | 6 |