Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

180 scripts tagged as: [//files]

make-doc-pro
make-doc-pro.r
 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.rv: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.rv:1.0.0
6.4 KB
1 Apr 2009
MP3 parser with streaming input
author: Oldes
mp3tool
mp3tool.rv: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.rv:0.1.0
1.1 KB
13 Mar 2003
Converts standard MS DOS binary time to Rebol's one
author: Oldes
navigator
navigator.rv: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.r1.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.rv: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.rv: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.rv: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.rv: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.rv: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.r8.8 KB
27 Oct 2010
Converts memory dumps of the PhotoTrackr GPS (DPL) logger to OziExplorer/GPX formats
author: pijoter
PNG Examiner
png.rv: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.rv: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.rv: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.rv:0.2
2.7 KB
6 Jun 2007
Easily launch programs from folder structure acting as a menu.
author: Arie van Wingerden
Quine
quine.rv: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.rv: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.r1.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
RAR parser
rar.rv:0.1.1
5.6 KB
13 Mar 2003
Just if you need to search inside your RAR archives (for example)
author: Oldes
read-below
read-below.r
 discussion
 documentation
v:1.0.0
3.6 KB
13 Aug 2004
Reads all files and directories below specified directory
author: Brett Handley
Read & Write metadata
read-write-meta.r1.1 KB
28 Jun 2009
Easily access streams (Windows NTFS) and resource forks (Mac OS X HFS). Linux/Unix not supported.
author: Ashley G Truter
Rebodex
rebodex.rv:2.1.0
6.1 KB
13 Mar 2003
A simple but useful address book contact database.
author: Carl Sassenrath
91 / 180123[4] 56