533 scripts tagged as: [level · intermediate]
Email Sniffer | ||
mailsniff.r | 985 bytes 13 Mar 2003 | Example of how to search all incoming email for
particular keywords. author: [unknown] |
Email Viewer (as web page) | ||
mailview.r | 1.3 KB 13 Mar 2003 | This example displays all of your pending email
as an HTML web page. (But does not remove it.) author: [unknown] |
Make Object | ||
make-object.r | v:1.0.0 1.1 KB 13 Mar 2003 | Scans a Spec looking for set-word! inside them,
then stuffs them in the object spec with none. author: Andrew Martin |
MakeDoc 2 - The REBOL Standard Document Formatter | ||
makedoc2.r documentation | v:2.5.7 17.0 KB 10 Mar 2007 | This is the official MakeDoc document formatter that is used by
REBOL Technologies for all documentation. It is the fastest and
easiest way to create good looking documentation using any text
editor (even ones that do not auto-wrap text). It creates titles,
headings, contents, bullets, numbered lists, indented examples,
note blocks, and more. For documentation, [...] author: Carl Sassenrath |
Specs Document Converter (Text to HTML) | ||
makespec.r documentation | v:1.0.0 4.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
We use this script to save a lot of time when writing specification documents here at REBOL HQ. Very little notation is required to produce good looking HTML documents with titles, table of contents, section headers, indented fixed-spaced examples, sidebars , and more. Does all the formatting so we can focus on writing the words (the hard [...] author: Carl Sassenrath |
Search Mailbox | ||
mbxfind.r | 1.1 KB 13 Mar 2003 | Search a Eudora mailbox file and output a file with
all the messages that contain a given string. author: Carl Sassenrath |
Search Mail for REBOL Scripts | ||
mbxscripts.r | 1.2 KB 13 Mar 2003 | Search a mailbox file (e.g. Eudora) for email messages
containing REBOL scripts. author: Carl Sassenrath |
Print Mailbox Subjects | ||
mbxsubjects.r | 800 bytes 13 Mar 2003 | Prints all the mail subject lines for a Eudora mailbox file. author: Carl Sassenrath |
MD5 Message-Digest Algorithm | ||
md5.r | v:2.0.1 6.2 KB 16 Dec 2012 | Returns a MD5 message digest of an input string as a binary! author: Marco Antoniazzi |
MDP-GUI Package | ||
mdp-gui-package.r documentation | v:1.4.1 1.1 KB 30 Mar 2005 | Graphical interface for make-doc-pro 1.0.8 allowing easy doc making/viewing author: Alphé SALAS-SCHUMANN (ShadWolf) |
Mem-Checker | ||
mem-check.r | 3.3 KB 12 Jan 2005 | Checking the memory usage of a process running under Windows author: Anton Reisacher |
REBOL Memory Stats | ||
mem-stats.r | 1.8 KB 13 Mar 2003 | Print out statistics for memory usage. (Command only.) author: Carl Sassenrath |
Mem-Usage - a set of routines to test memory usage | ||
mem2.r | v:0.0.2 3.7 KB 24 Nov 2003 | Functions to test memory usage author: Romano Paolo Tenca |
Menu-System | ||
menu-system.r | v:0.2.0 88.4 KB 12 Jun 2005 | Easy to use VID compatible REBOL menu system (early Beta).
Have menus in your REBOL apps, finally. author: Christian Ensel |
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 |
Mini-MetaDB | ||
metadb.r | v:1.0.0 2.8 KB 16 Mar 2010 | Simple associative database for managing metadata author: Christopher Ross-Gill |
REBOL to POLAND ICM METEO map interface | ||
meteomap-poland.r | v:1.4 4.9 KB 4 Feb 2004 | Show meteo maps for Poland (Central Europe) author: Piotr Gapinski |
Mine-Sweeper | ||
mines.r discussion | v:1.0.5 13.9 KB 2 Feb 2006 | Mine-sweeper game author: Allen Kamp |
Mini-Calculator | ||
mini-calc.r | v:1.1.3 1.3 KB 13 Mar 2003 | Tiny calculator example. author: Ryan Cole |
Mini-edit-do | ||
mini-edit-do.r discussion | v:0.8.5 32.7 KB 17 Apr 2021 | Helps test short programs (substitutes console) author: Marco Antoniazzi |
Mini Synthesizer | ||
minisynth.r | v:0.0.3 65.0 KB 22 Sep 2005 | Multi-purpose music program with the following features:
1) a 24-key (2-octave range includes middle C to B) keyboard/synthesizer with visual and audio output
2) for most basic chords in any given key, outputs the sound of that chord, the formal musical notation, and the corresponding keyboard keys
3) plays Twinkle Twinkle... author: Ayrris Aunario |
Mirrorgame | ||
mirror.r documentation | v:1.07 18.2 KB 29 Aug 2012 | A nice logical puzzle game. author: arnold van hofwegen |
Moving Gradients | ||
movegrad.r | v:1.0 2.5 KB 5 Feb 2011 | Graphical Animations with Gradients author: François Jouen |
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 |
Multi-methods implementation | ||
multi-methods.r | v:1.4.0 9.0 KB 11 Apr 2005 | Implements polyformism using multi-methods technique and typed objects author: Jaime Vargas |
Sort by multiple keys | ||
multiple-key-sort.r discussion | v:1.1.1 2.4 KB 17 Apr 2006 | Function to sort series with more than one field per record, by multiple keys, in any position and in ascending
or descending order each one of them. author: Cesar Chavez |
myskype.r | ||
myskype.r | 2.5 KB 23 Oct 2011 | Controls the audio settings on my skype client. author: [unknown] |
Narriated Slideshow | ||
narrated-slideshow.r | v:1.1.0 3.1 KB 19 Oct 2006 | To make possible simple, easy to make narrated slide shows. author: Louis A. Turk |
Native requestors | ||
native-requestors.r | 8.8 KB 15 Jul 2009 | Replaces a number of REBOL requestors with native equivalents.
Windows requires COMLib.r from http://anton.wildit.net.au/rebol/os/windows/COMLib/
REQUESTOR Mac Win
alert Y Y
confirm Y Y
request Y Y
request-color Y N
request-date N N
request-dir Y Y
request-download N N
request-file N N
request-list Y N
request-pass Y N
request-text Y Y
say [...] author: Ashley G Truter |
241 / 533 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | [9] | 10 | 11 | ... | 14 | 15 | 16 | 17 | 18 |