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 |
Console history |
oneliner-dohist.r | v:1.0.0 570 bytes 20 Jul 2003 | Allow you to use the history just by index. author: Fabrice Vado |
Prime factors |
oneliner-prime-factors.r documentation | 556 bytes 23 Jun 2008 | [no purpose header found] author: Sunanda |
Primitive Rebol Object Browser |
prob.r | 9.7 KB 25 Sep 2004 | Make a graphical view of the probe function so that users may probe the system object without having to look it all up in the console. author: HY |
Printer |
printer.r | v:1.0.0 941 bytes 13 Mar 2003 | Sends text to printer on //prn. author: Andrew Martin |
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 |
Progress Bar |
progress.r | 713 bytes 13 Mar 2003 | Shows a progress bar in a dialog box. author: [unknown] |
Progress Bar With Read-thru |
progress-bar-with-read-thru.r | v:0.1.0 4.4 KB 18 May 2006 | Progress Bar With Read-thru was written to provide a simple progress bar script to the REBOL library. When using REBOL's internal read-thru function, only 5 lines are required to update a progress bar - see note 2. Read-thru is used to download a file to the disk cache - and to provide the data to move the progress bar.
The method used to retrieve the downloaded [...] author: R.v.d.Zee |
Protecting Passwords |
passprotect.r | 457 bytes 13 Mar 2003 | Prompt for password to use before transfer. author: [unknown] |
PSG AY-3-8910 Study |
psg-ay-3-8910-study.r | v:1.0 88.6 KB 20 Feb 2007 | This is a simple study for me to understand the basic principle of music generation
This script use rebcode (20 time faster) if present.
Many thanks to Guest2 making me interrested on this subject (see his script %demo-ay.r) author: marco |
Push |
push.r | v:1.0.0 749 bytes 13 Mar 2003 | Inserts a value into a series and returns the series head. author: Andrew Martin |
Pytagoras' theorem |
pytagoras-thorem.r | 1.7 KB 3 Oct 2014 | User friendly interface to apply
the Pytagoras' theorem. author: Caridorc |
Digital PCS Phone Pager |
pcspager.r | 4.4 KB 13 Mar 2003 | Check e-mail account for messages, then process for
paging to a Digital PCS phone. The processing includes
chopping message/sender lengths and url-encoding. My
cellular company wanted an extra $3/month just to give me
an e-mail address that does what this script does. (Can
you believe that? $3!) My PCS provider is Cantel AT&T [...] author: Kevin McKinnon |
R3 time scheme |
prot-time.r | 2.8 KB 7 Jan 2011 | R3 read time from RFC868 time server author: Pavel |
Equation Dialect Parser |
parse-equation.r documentation | v:0.9.3 7.1 KB 15 Mar 2011 | Converts a mathematical equation into a block of rebol code that can be evaluated. author: Francois Vanzeveren |
Event profile timer |
profile-timer.r documentation | v:0.0.0 2.2 KB 13 Oct 2004 | Helps you time events when tuning code author: Sunanda |
REBOL HTTP Proxy |
proxy.r | v:1.0.0 11.5 KB 13 Mar 2003 | This script serves many purposes.
1. Act as an HTTP proxy
2. See what your broswer sends out as an HTTP request
3. Add data filters to remove Javascript pop-up windows,
remove banner ads, and more...
Uncomment line towards the bottom of the script marked for JavaScript
to enable JavaScript popup window death!! author: Sterling Newton |
Fire and Smoke particles generator. |
particle-generator.r | v:1.0.1 11.5 KB 17 Sep 2010 | A particle engine demo which generates fire and smoke, with a lot of control and some compositing built-in author: [unknown] |
REBOL Parse Rule Parser |
parserule-parser.r documentation | v:1.0.2 12.5 KB 9 Mar 2013 | Parse REBOL Parse Rules. author: Brett Handley |
Rebol Ping |
ping.r | v:1.0.0 15.8 KB 5 Jul 2006 | Basic ping version using call author: François Jouen |
Rebol Profiler |
profiler.r | 2.2 KB 13 Oct 2003 | For profiling parts of Rebol scripts author: Ingo Hohmann |
REBOL Spec Generator for Text Editor PsPAD |
pspad-spec.r | 2.6 KB 6 Jul 2005 | Create PSPAD syntax file from REBOL system words author: cybarite@sympatico.ca |
Func Parse String |
parse-string.r | v:0.8.1 13.1 KB 20 Jul 2004 | Creates and returns a function that performs custom string substitution author: Stan Silver |
Generic Playing Card Game Framework |
playing-card-framework.r | 2.9 KB 13 Jan 2010 | A simple demonstration of how to use the images in %playing-cards.r
to create card games. In this example, the cards are arranged in a way
that can be used to play the game of Freecell. The rules of that particular
game are not enforced in this example, to keep the code simple and under-
standable (you can play a full game of Freecell [...] author: nick |
Get Patent |
patent.r | v:1.2.0 5.9 KB 13 Mar 2003 | Downloads various types of patents from the l2.espacenet.com server.
Normally espace forces you to download the patents one page at a time.
This script gets all of the pages for you automatically.
Shows various progress bars and time estimates.
There may be patents that this does not get because I can not
find any documentation on how l2.espacenet encodes its URL's.
If you [...] author: Bob Paddock and Astrid Sindle |