184 scripts tagged as: [//files]
| Email a Text File | ||
| mailfile.r | 567 bytes 13 Mar 2003 | Send a text file (as text of message). author: [unknown] |
| Email Text Files | ||
| mailfiles.r | 763 bytes 13 Mar 2003 | This example sends a group of text files as
separate messages. author: [unknown] |
| Email Files as Compressed | ||
| mailfilescomp.r | 1.0 KB 13 Mar 2003 | This example sends a group of files (binary
or text) as a single compressed text message. author: [unknown] |
| Save Email to File | ||
| mailsave.r | 701 bytes 13 Mar 2003 | This example reads all email and saves it to a file. author: [unknown] |
| make-doc-pro | ||
| make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch |
| REBOL Standard Document Formatter | ||
| make-doc.r documentation | v:0.9.0 9.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
Converts very simple text file format into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. Does the formatting
so you can focus on the hard part: the words. author: Carl Sassenrath |
| make-word-list | ||
| make-word-list.r documentation | v:1.0.0 16.5 KB 2 Apr 2007 | Makes a list of words from a string author: peter |
| MenuBar | ||
| menubar.r | v:1.0.3 4.2 KB 13 Mar 2003 | A simple Bar Menu with
the Choose Function and
much more. author: Gilbert Robitaille |
| MP3 stream parser | ||
| mp3-stream-parser.r | v:1.0.0 6.4 KB 1 Apr 2009 | MP3 parser with streaming input author: Oldes |
| mp3tool | ||
| mp3tool.r | v:1.0.0 1.3 KB 13 Mar 2003 | I have seen an ID3 reader in every language (C, Perl, Python, PHP), and decided I might as well write one for REBOL. It is very simplistic at the moment author: Vache |
| msdate-to-date | ||
| msdate-to-date.r | v:0.1.0 1.1 KB 13 Mar 2003 | Converts standard MS DOS binary time to Rebol's one author: Oldes |
| navigator | ||
| navigator.r | v:1.0.0 2.0 KB 13 Mar 2003 | to navigate throw files, next versions will include web and ftp navigation author: Gregory Pecheret |
| Change File Extensions (Suffix) | ||
| new-suffix.r | 1.3 KB 26 Jan 2005 | Change the file extension (suffix) for files with a specific extension.
For example, change all .txt files to .r files in the current directory.
Displays a list of changes before it makes them. author: Carl Sassenrath |
| BMP to PNG | ||
| oneliner-bmp-to-png.r | v:1.0.0 575 bytes 20 Jul 2003 | Reads all .bmp files in a directory and saves them out as .png files. author: Bohdan Lechnowsky |
| Simple gzip archiver | ||
| oneliner-gzip.r3 documentation | v:1.0.0 1.1 KB 8 Jan 2013 | Creates gzip archives, 1-line r3 version. author: Vincent Ecuyer |
| Image viewer | ||
| oneliner-image-viewer.r documentation | v:1.0.0 622 bytes 20 Jul 2003 | Displays a picture in a window. Click on it to select another one. author: Vincent Ecuyer |
| Write a log file | ||
| oneliner-log.r | v:1.0.0 741 bytes 20 Jul 2003 | Logs Rebol values to a file named %Log.txt. I use 'Log to help debug CGI scripts.
Use 'Log like:
Log/clear now ; Start a new log file.
; What's the CGI query string contents?
Log Rebol/options/cgi/query-string author: Andrew Martin |
| web page links | ||
| oneliner-print-links.r | v:1.0.0 580 bytes 20 Jul 2003 | Load a web page, parse it to extract and print all links found author: Christophe Coussement |
| Save console history | ||
| oneliner-save-console-history.r | v:1.0.0 737 bytes 20 Jul 2003 | Takes the history of input into the console and prints it out, line by line, to a file.
This way you can paste in functions and whole scripts, and save them for viewing and
editing. Sorts it to display the oldest commands at the top. author: Saw it on the ML a while ago |
| Simple pager | ||
| pager.r documentation | v:0.9.4 12.8 KB 28 Mar 2008 | A more less page pager;
support b, r, /, ?, >, <, q and /options [rows: cols: num: eof:] author: Brian Tiffin |
| Parse ini file | ||
| parse-ini.r discussion documentation | v:1.0.2 2.2 KB 15 Apr 2009 | Parses a Window's ini file. Also a function to find entries in a parsed ini file author: Sunanda |
| PhotoPoint | ||
| photopoint.r | v:0.4.1 17.4 KB 13 Mar 2007 | Combine GPS tracklog and jpeg/exif files to find out where digital photos were taken author: Piotr Gapinski |
| PhotoTrackr DPL converter | ||
| phototrackr-converter.r | 8.8 KB 27 Oct 2010 | Converts memory dumps of the PhotoTrackr GPS (DPL) logger to OziExplorer/GPX formats author: pijoter |
| PNG Examiner | ||
| png.r | v:0.0.2 5.8 KB 13 Mar 2003 | Basic PNG (Portable Network Graphics) parser which can show all informations from standard chunks in the file. author: oldes |
| Podcast Chopper | ||
| podcast-chopper.r | v:0.1.0 1.9 KB 28 Jan 2007 | - downloads an MP3 podcast as a number of smaller files, so that
listening to the file file may be resumed at a number of points author: r vdZee |
| Priority Queue | ||
| priority-queue.r | v:0.0.1 1.8 KB 30 Apr 2007 | Provides functions, and an object def that uses them, to treat
a series as a priority queue. When you insert items, you give
them a priority (higher numbers mean a higher priority). In the
actual series, the priority is stored along with the value, so
you should always use the pq* functions to access them, to make
things easier. [...] author: Gregg Irwin |
| QkLaunch - Quick Program Launcher | ||
| qklaunch.r | v:0.2 2.7 KB 6 Jun 2007 | Easily launch programs from folder structure acting as a menu. author: Arie van Wingerden |
| Quine | ||
| quine.r | v:1.0.0 700 bytes 13 Mar 2003 | A Rebol quine; a program which reproduces its own code. author: J.S. Labuschagne |
| State Quizzer | ||
| quiz.r | v:1.0.0 3.2 KB 6 May 2003 | To demonstrate a simple flashcard-style quizzing script author: Bohdan Lechnowsky |
| REBOL Random Password Generator | ||
| rand-pass.r | 1.0 KB 13 Mar 2003 | To use the system password file to generate a random
set of passwords for every user on the system. author: Tyler Booth |
| 91 / 184 | 1 | 2 | 3 | [4] | 5 | 6 | 7 |







