Desktop Shifter |
desktop-shifter.r | v:1.0 12.3 KB 18 Oct 2013 | To change the desktop wallpaper at specified intervals.
There's a modifiable default time that a wallpaper will stay before switching.
Each wallpaper has separate settings for:
*Stretched versus Centered
*Solid color versus Top/Bottom Gradient versus Left/Right gradient background
*The two colors that can be chosen
*A [...] author: [unknown] |
Beware the Entity |
entity.r | 0.9 KB 18 Oct 2013 | Little creature that runs around faces playing around author: Izkata |
error-logger |
error-logger.r | v:1.2.0 5.3 KB 13 Mar 2003 | give better error feedback. logs a kind of stack-trace on error. author: Volker |
Email client |
emailclient.r | v:1.0.0 9.1 KB 13 Mar 2003 | A fullblooded email-client that checks, orginizes and sends emails! autoupgradable! author: Tommy Giessing Pedersen |
extract-web-links |
extract-web-links.r | v:1.2.1 6.3 KB 22 Apr 2005 | A function which scans a string (normally a web page)
and creates a block of URL/Text combinations for each
HTML <a> tag in the string. author: Peter WA Wood |
Easy REBOL GUI Page |
easypage.r | v:1.0.1 1.6 KB 13 Mar 2003 | Shows how to create a simple page with paragraphs,
buttons, and entry fields on a colorful backdrop. author: Larry Palmiter |
Test FTP Commands |
ftpdemo.r | v:0.1.1 1.0 KB 6 May 2003 | Demonstrate ftp commands and results author: Larry Palmiter |
Simple FTP file editor |
ftp-file-editor.r | 560 bytes 29 Jun 2008 | Download, edit, and resave files on your website, via FTP.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
FTP Chat Room |
ftp-chat.r | 2.7 KB 30 Jun 2008 | A simple chat application that lets users send instant text messages
back and forth across the Internet.
The chat rooms are created by dynamically creating, reading,
appending, and saving text files via ftp (to use the program, you'll
need access to an available ftp server: ftp address, username, and
password).
Taken [...] author: nick antonaccio |
GLayout demo |
glayout-demo.r | v:0.9.1 22.4 KB 10 Jul 2009 | Demonstration of GLayout's features and capabilities. author: Maxim Olivier-Adlhoch |
Greek |
greek.r | v:1.0.0 0.9 KB 13 Mar 2003 | Greek changes all upper and lower case letters to random letters,
preserving their case, and changes digits to random digits as well. author: Andrew Martin |
Guitar Chords |
guitar-chords.r | 22.2 KB 9 Dec 2009 | Create and print instant guitar chord diagram charts for songs.
Taken from the tutorial at http://re-bol.com author: nick |
Guitar Chord Diagram Maker |
guitar-chord-diagram-maker.r | 2.8 KB 29 Jun 2008 | A demo program that creates, saves, and prints collections of guitar chord fretboard diagrams.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Help Patch |
help-system.r | v:0.0.1 7.2 KB 20 Nov 2003 | Allows to add the following info to functions:
return: [datatypes to be returned]
category: [a function category e.g. math series]
author: [author initials email what you want author: Ingo Hohmann |
Full REBOL Header |
headfull.r | v:0.1.2 2.3 KB 13 Mar 2003 | Shows the optional definitions that can be
used within a REBOL header. author: Carl Sassenrath |
HSV Lab |
hsv-lab.r | 5.0 KB 27 Nov 2003 | Functions that manipulate of REBOL colour values using the
HSV (Hue Saturation Brightness) model. Includes example
functions for use with colour tuple! and image! values. author: Christopher Ross-Gill |
REBOL Mezzanine Functions: Help |
help.r | 6.5 KB 8 Dec 2006 | enhance original help with a secure way of showing functions in paths of objects and ports and show information about ports similar to objects author: [unknown] |
edit-tools + little editor |
install-edit-tools.r | v:1.0.5 23.9 KB 14 Apr 2005 | Various stuff to implement an editor.
Main features:
Tools to plug an area with find/replace in a few lines.
And a little editor with plugins. author: Volker Nitsch |
ImageMagick Support |
imagemagick-helper.r documentation | 8.8 KB 23 Aug 2006 | Support minimal needs for image processing using ImageMagick MagickWand and MagickCore DLLs
Note: DLL's calls tend to change so this is specifically for version 6.2.9
Note: Original uses only MagickCore DLL. This version required MagickWand DLL because they
moved the calls to a different DLL author: Edgar Tolentino |
ico-parser |
ico-parser.r | v:0.0.1 5.4 KB 13 Mar 2003 | To get data from the windows *.ico files author: Oldes |
Intercom (Voice Communicator) |
intercom.r | 3.0 KB 12 Nov 2009 | A walkie-talkie push-to-talk type of VOIP application. Extremely simple -
just records sound from mic to .wav file, then transfers the wave file to
another IP (where the same program is running), for playback. Sender
and receiver open in separate processes, and both run in forever loops
to enable continuous communication back and forth. [...] author: nick |
Import Script |
import-script.r | v:1.0.0 3.8 KB 26 Feb | Loads and runs a script inside a new context. author: Annick ECUYER |
Jeopardy |
jeopardy.r | 19.5 KB 7 Oct 2009 | A GUI game reminiscent of the popular TV show. Click on the header image
to create and save config files which contain questions and answers to
separate games. Change the sizer variable to resize the entire layout to
fit different screens.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: [unknown] |
REBOL Locking System |
lock-file.r | v:1 2.6 KB 13 Mar 2003 | To provide functions for voluntary resource locking in rebol author: Cal Dixon |
Layout Writer |
layout-writer.r | v:0.1.1 10.1 KB 18 Mar 2008 | The script was intended as a method for writing scripts. A layout may
be written in the editor and then displayed in the same script. Writers can change
the script and view the changes without leaving the editor.
Reference material may be drawn into the program, reviewed, and even copied
and pasted into the editor. author: R.v.d.Zee |