586 scripts tagged as: [platform · 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] |
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 |
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 |
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 |
R3 time scheme | ||
prot-time.r | 2.8 KB 7 Jan 2011 | R3 read time from RFC868 time server author: Pavel |
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 |
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 |
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 |
Quick Plot Dialect | ||
q-plot.r | v:0.1.0 41.4 KB 6 Mar 2007 | Provide a quick and easy to use dialect for plotting in REBOL author: Matt Licholai |
QkLaunch - Quick Program Launcher | ||
qklaunch.r | v:0.2 2.7 KB 6 Jun 2007 | Easily launch programs from folder structure acting as a menu. author: Arie van Wingerden |
Qtask Markup Language - parser and other common code | ||
qml-base.r documentation | v:2.46.1 97.1 KB 28 May 2007 | This program implements the base for QML (Qtask Markup Language) converters (for example
it's the base for a QML to XHTML converter used in Qtask), by implementing the parsing
of a QML text string into a QML document tree. author: Gabriele Santilli |
Qtask Markup Language Editor | ||
qml-ed.r documentation | 496 bytes 23 Aug 2006 | Edit QML files, create HTML from QML author: Gabriele Santilli |
quoted-printable encoder | ||
qp-encode.r | v:2.0.0 1.7 KB 2 Apr 2008 | Encodes the string data to quoted-printable format author: Oldes |
Quantieme | ||
quantieme.r | v:1.0.0 2.9 KB 25 Aug 2004 | the day of year author: Philippe Le Goff |
XML to HTML node parser | ||
quickparser.r | v:0.0.2 12.0 KB 21 Dec 2004 | To parse xml, xhtml, css, and html
so you can search and update, remove,
or add to your markup quickly. author: daniel murrill |
State Quizzer | ||
quiz.r | v:1.0.0 3.2 KB 6 May 2003 | To demonstrate a simple flashcard-style quizzing script author: Bohdan Lechnowsky |
R3 Hash function | ||
r3-rehash.r | v:0.0.2 1.7 KB 19 Nov 2010 | Provide a hash function (case sensitive map) for R3 author: Sunanda |
r3D | ||
r3d2.r documentation | v:2.2.6 21.6 KB 17 Oct 2012 | 3D Library, you can use also images.
Look a the end of the file to see how are made 3D model. author: andrew hoadley |
Random.org | ||
random-org.r | 900 bytes 17 Jun 2008 | Get really random numbers (come from atmospheric noise) from http://random.org author: [unknown] |
Random Number Generator | ||
randomr.r | v:1.0 4.1 KB 19 Jun 2009 | Random Number Generator using continous and discret statistical laws author: François Jouen. Based on Vincent Levorato's java code |
RBBS - REBOL Bulletin Board Tutorial | ||
rbbs.r | v:1.0.0 16.9 KB 5 Jun 2005 | A CGI Web Bulletin Board / Message Board author: carl sassenrath |
Basic RC4 algorithm | ||
rc4.r | 2.2 KB 30 Apr 2004 | Provides encryption and decryption using the basic RC4 algorithm author: Arthur Beltrao (Brasil) |
331 / 586 | 1 | 2 | 3 | 4 | 5 | ... | 10 | 11 | [12] | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |