Sqlite 3.X rebol wrapper try |
sqlite3.r discussion | v:0.0.2 7.8 KB 21 Sep 2004 | Sqlite wrapper in Rebol. author: Juan-Carlos Miranda |
Simplified VID resizing |
simple-vid-resizing.r discussion | v:1.5.2 12.0 KB 23 May 2020 | Helps create resizing VID guis author: Marco Antoniazzi |
Telnet protcol scheme |
telnet.r discussion | v:1.0.1.1 4.8 KB 6 May 2003 | A telnet protocol scheme author: Frank Sievertsen |
View-Hanoi |
view-hanoi.r discussion | v:1.0.0 8.0 KB 13 Mar 2003 | Towers of Hanoi with Visualization. A learning excercise for me. Hopefully it will improve over time. author: Gregg Irwin |
What is my IP |
whatismyip.r discussion | v:0.0.0 725 bytes 24 Mar 2020 | Prints your IP addresses author: Endo |
1 million rows grid - simplest |
1-million-rows-grid1.r | 591 bytes 11 Mar 2017 | Simplest demo of grid data display, using VID's 'list style
See http://re-bol.com/grid-list.r for more features author: nick |
Little 3D Game |
3d-game.r | 3.8 KB 2 Jan 2017 | Try to click the bouncing REBOLs as many times as possible in 30 seconds.
The speed increases with each click! The 3D logic and calculations in this
script were taken directly from Gregory Pecheret's ebuc-cube script, at:
http://www.rebol.net/demos/download.html
This script can also be found in the tutorial at http://re-bol.com [...] author: nick |
3KB News Reader |
3kbnewsreader.r | v:0.1.1 4.3 KB 13 Mar 2003 | Simple CLI news reader. author: Ryan C. Christiansen |
99 Bottles of Beer |
99-bottles-of-beer.r | 834 bytes 7 Dec 2013 | Prints the 99 Bottles of Beer song lyrics, with proper grammar.
Bottles changed to bottle at the end of the 2 line, and
throughout the 1 line. 0 changed to No in the last line. author: nick |
Data formatter |
align.r | v:1.0.0 1.1 KB 13 Mar 2003 | Create text columns author: Bohdan Lechnowsky |
Attribute Values Extractor |
ave.r | 2.1 KB 23 Jan 2006 | Extract attribute values from (HTML) tags author: hy |
pluginable analog alarm clock |
aclock-p.r discussion documentation | 3.5 KB 20 Sep 2004 | aproximate an analog clock and add alarm author: Tom Conlin |
Addr |
addr.r | v:1.0.0 4.4 KB 10 Mar 2005 | Convert C data to Rebol - get the memory address and cast* to a given struct or array author: Romano Paolo Tenca |
a simple alert example |
alert.r | v:1.0.0 761 bytes 13 Mar 2003 | introduces alert to the beginner author: Viktor Pavlu |
A.D.A. Logo Viewer |
adalogo.r | v:1.0.0 544 bytes 25 Jul 2011 | Amiga Demoscene Archive - Logo Viewer author: Semseddin (Endo) Moldibi |
Age |
age.r | v:3.0.0 1.1 KB 22 Sep 2003 | Calulates Age in Years, Months & Days. author: Andrew Martin |
Alien Dialect |
alien.r documentation | v:1.0.0 1.9 KB 13 Mar 2003 | It came from outer space author: Anonymous |
Always on Top |
always-on-top.r | 1.0 KB 23 Dec 2013 | Demonstrates how to use the Windows API to make a Rebol
application always stay on top of other windows (so that the
Rebol window is always visible in front of any other programs
that are opened). Be sure to use the view/new option, then
run the 2 Windows API functions, then do-events to show the
GUI. author: nick |
Animated face Resize |
animresize.r documentation | v:1.0.0 3.5 KB 5 Jun 2007 | An animated resize using DRAW and image! author: Maxim Olivier-Adlhoch |
Animated GIF Example |
animated-gif.r | 8.2 KB 30 Jun 2008 | An example of how to use the 'anim' function.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
ARCFOUR and CipherSaber |
arcfour.r | 3.8 KB 18 Jan 2004 | Provides encryption and decryption using the ARCFOUR algorithm author: Cal Dixon |
Arguments |
arguments.r | v:1.0.1 803 bytes 13 Mar 2003 | Returns the arguments of the function as a block. author: Andrew Martin |
ASCII Chart |
ascii-chart.r | v:1.0.0 881 bytes 14 Sep 2004 | Displays an ASCII chart author: Sunanda |
Ascii math |
ascii-math.r | v:0.0.0 2 KB 10 Mar 2009 | Defines functions and variables for arithmetic ASCII characters author: Scott Wall |
Asynchronous Get Keys |
async-get-keys.r | 602 bytes 17 Apr 2010 | Demonstrates how to check for async keystrokes (including arrow keys) in the REBOL console.
Taken from the tutorial at http://re-bol.com author: nick |