1247 scripts tagged as: [//all]
Presentation viewer | ||
presenter.r | 17.6 KB 3 Nov 2011 | Display a little power-point-like slide show, where the
slides are read from a text file and consist of VID code describing
each slide. It could be used by someone who wants to give a simple
slide show without attacking a more useful, but also more complicated,
presentation program. author: Steven White |
Presenting Text In Columns | ||
presenting-text-in-columns.r | v:1.1.0 4.5 KB 22 Jul 2006 | The script hi-lights a method of presenting text in columns. author: r.v.d.Zee |
Pretty numbers | ||
pretty-numbers.r | v:1.0 824 bytes 24 Sep 2005 | Add spaces to numbers so they get more readable. E.g. 126789 => 126 789 author: [unknown] |
Prime number checker | ||
prime.r documentation | v:0.0.2 3.0 KB 13 Mar 2003 | Address the question, could this integer be a prime number?
results of false are not prime,
results of true are very probably prime
and with the /strong refinement, ( I still have to verify this )
true ( should ) guarantee prime.
if the argument is outside the domain of the function,
none is returned author: Tom Conlin |
Print-Hex | ||
print-hex.r documentation | v:1.0.0 4.0 KB 1 Feb 2013 | Displays binary data both in hexadecimal and filtered ASCII. author: Vincent Ecuyer |
Printer | ||
printer.r | v:1.0.0 941 bytes 13 Mar 2003 | Sends text to printer on //prn. author: Andrew Martin |
printf and sprintf implementation | ||
printf.r | v:1.0.1 2.8 KB 6 Jun 2006 | Wrapper for the printf and sprintf C routines author: jaime vargas |
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 |
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 |
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 Profiler | ||
profiler.r | 2.2 KB 13 Oct 2003 | For profiling parts of Rebol scripts author: Ingo Hohmann |
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 |
'Progress bar capsule' styles | ||
progress-c.r | v:1.0.0 3.4 KB 13 Mar 2003 | This style allows you to create progress bar as a 'capsule' with a grid in your layouts very simply. See the example script: http://sweb.cz/r-mud/examples/progress-c.r author: Oldes |
Progress Bar | ||
progress.r | 713 bytes 13 Mar 2003 | Shows a progress bar in a dialog box. author: [unknown] |
Prolog Like Inference Engine | ||
prolog.r discussion documentation | v:1.7 43.1 KB 3 Jan 2011 | This is an inference engine wich process prolog like clause
The engine can process prolog like clauses of the form :
man [jean]
woman [mary]
human [X] [man [X]]
human [X] [woman [X]]
CUT (!) and FAIL are implemanted (it's the only hardcoded predicates in the engine)
The engine execute Rebol code [...] author: Marco |
JS Promises | ||
promises.r | v:0.9.1 54.6 KB 28 Apr 2020 | A Rebol-style implementation of JS Promises author: Marco Antoniazzi |
R3 time scheme | ||
prot-time.r | 2.8 KB 7 Jan 2011 | R3 read time from RFC868 time server author: Pavel |
Automatic local variables | ||
protect-func.r | v:1 1.0 KB 13 Mar 2003 | Function generator that automatically makes local variables author: Thomas Jensen |
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 |
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 |
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 |
Project Time | ||
pt.r | v:1.0.0 5.2 KB 6 Jul 2006 | I am working in multiple porjects at the same time, so i wanted to have a tool, to track my time spent for each project.
This simple tool makes this available. author: Varga Árpád |
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 |
Password Generation | ||
pword.r | v:1.0 4.1 KB 19 Jun 2005 | Create passwords based on a Pass Phrase author: Cybarite |
Pytagoras' theorem | ||
pytagoras-thorem.r | 1.7 KB 3 Oct 2014 | User friendly interface to apply
the Pytagoras' theorem. author: Caridorc |
776 / 1247 | 1 | 2 | 3 | 4 | 5 | ... | 30 | 31 | [32] | 33 | 34 | ... | 46 | 47 | 48 | 49 | 50 |