Paste Clipboard |
paste-clipboard.r | v:0.3.0 618 bytes 10 Dec 2008 | Obsolete, see clipboard.r instead (sorry for the confusion) author: Christian Ensel |
Patch for the ESMTP handler object and net-utils object |
patch-esmtp-net.r | v:1.2.1 20.3 KB 1 Aug 2005 | Patches to fix smtp authentication other than CRAM-MD5 . author: Cesar Chavez |
Patches |
patches.r | v:1.4.0 5.6 KB 14 Nov 2003 | Various patches to Rebol. author: A J Martin |
PDF Tables |
pdf-tables.r discussion documentation | v:1.5.0 4.4 KB 24 Sep 2003 | Create tables with the PDF Maker author: Gabriele Santilli |
periodic table |
periodictable.r documentation | v:0.9.4 11.9 KB 15 Aug 2007 | Display a periodic table of the elements as REBOL buttons author: Brian Tiffin |
Permute |
permute.r | v:1.0.0 2.0 KB 13 Mar 2003 | Permutes a matrix. author: Andrew Martin |
PHP-colorizer |
php-colorizer.r | v:1.1.0 26.8 KB 19 Jan 2009 | [no purpose header found] author: David 'Oldes' Oliva |
Ping using Win32 API |
ping32.r | v:1.0.0 3.6 KB 18 Sep 2009 | Real (ICMP) ping using Win32 APIs author: Endo |
PNG Examiner |
png.r | v: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.r | v: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 |
Pop |
pop.r | v:1.0.0 697 bytes 13 Mar 2003 | Returns the first value in a series and removes it from the series. author: Andrew Martin |
Pratt's parser implementation |
pratt-parser.r | v:0.1.1 8.9 KB 16 Aug 2018 | A set of functions to ease construction of expressions parsing with precedences. author: Marco Antoniazzi |
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 |
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] |
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 |
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 |
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 |
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 |