PhotoTrackr DPL converter |
phototrackr-converter.r | 8.8 KB 27 Oct 2010 | Converts memory dumps of the PhotoTrackr GPS (DPL) logger to OziExplorer/GPX formats author: pijoter |
PHP-colorizer |
php-colorizer.r | v:1.1.0 26.8 KB 19 Jan 2009 | [no purpose header found] author: David 'Oldes' Oliva |
Playing Card Example |
playing-card-example.r | 39.1 KB 29 Jun 2008 | An example demonstrating how to work with graphical playing cards.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Playing Card Images |
playing-cards.r | 40.5 KB 13 Jan 2010 | A data block of playing card images. Use the following code to view:
do %playing-cards.r
gui: [size 670x510 backdrop 0.150.0 across ]
foreach [card label num color pos] cards [
append gui compose [
at (pos) image load to-binary decompress (card)
]
view layout gui
Taken from the tutorial at http://re-bol.com [...] author: nick |
Rebol Ping |
ping.r | v:1.0.0 15.8 KB 5 Jul 2006 | Basic ping version using call author: François Jouen |
libpango library interface |
pango-h.r | v:0.5.1 171.7 KB 9 Jun 2019 | Code to bind pango and pango-cairo shared libraries to Rebol. author: Marco Antoniazzi |
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 |
Win-Registry-Control |
registry.r | v:1.1.0 13.9 KB 13 Mar 2003 | View and modify data of windows registry. author: Frank Sievertsen |
Dialect Object Model |
rebol-dom-mdlparser.r | 71.6 KB 7 Jul 2023 | ----a future Rebol browser API?----
%Rebol-DOM.r mdlparser.r can view DOM's as VID.
The Rebol-dom code in the mdlparser has
been updated. I'll improve the mdlparser
and post updates as time permits or if anyone
request specific changes that will improve it.
This mdlparser [...] author: daniel |
RebCall system |
rebcall.r | v:1.0.0 6.5 KB 15 Dec 2005 | Call DLL functions efficiently with REBOL/View without the need for REBOL/View/Pro or REBOL/Command.
This script only works on Windows with a patched REBOL interpreter.
Details available at http://mortimer.devcave.net/projects/rebcall
Actually only the types that fits in 32 bits are supported
for the parameters. Thus decimal! values are not.
It could also work [...] author: Pascal Hurni |
REBOL tagfile generator |
rtags.r documentation | v:1.1.0 4.2 KB 13 Mar 2003 | Generates a tagfile that can be used with vi/emacs to quickly locate set-words in your code author: Ernie van der Meer |
rewrite-gfx |
rewrite-gfx.r | v:0.0.2 6.1 KB 2 Jan 2005 | Using a (forth-featured) rewrite-grammar to plot
recursive (turtle) graphics author: Piotr Gapinski |
RSS feed reader |
rss.r | v:2.0.6 28.9 KB 20 Jul 2007 | Live Bookmarks author: Piotr Gapinski |
SDL library interface |
sdl-h.r | v:0.8.1 131.3 KB 23 Sep 2012 | Code to bind SDL shared library to Rebol. author: Marco Antoniazzi |
Slidery |
slidery.r | 23.5 KB 29 Dec 2013 | See the help-text below.
An MS Windows .exe. is available at http://re-bol.com/slidery.exe author: nick |
Small Rebol 1.0 |
smallr.r | v:1.0 440.9 KB 28 Dec 2008 | a tool for Rebol newbies including MDI editor and Launch function author: François Jouen |
Star Wars reminiscent intro |
swintro.r | 2.4 KB 30 Jun 2005 | To demonstrate AGG and 3D-type calculations using Rebol author: Bohdan Lechnowsky |
Steganography |
steganography.r | v:1.1.0 3.3 KB 13 Mar 2007 | Functions to hide text data in the noise pixels of an image author: Piotr Gapinski |
System Port - Drag Accept Demo |
sys-port-drag-accept.r | v:0.0.1 4.6 KB 25 Sep 2003 | Demo using system port to catch WM_DROPFILE messages for drag-n-drop
support. author: Gregg Irwin |
CMS - web site builder |
sitebuilder.cgi | 125.6 KB 22 Dec 2012 | Easily create, edit, and arrange HTML pages on your web site. Upload existing
content files or use the built-in WSYIWYG HTML editor (from openwebware.com)
to layout pages visually, without having to write any code. It works just like a
word processor, except it runs directly in your browser, right on your web site.
You can adjust fonts, colors, and other [...] author: nick |