Mini-edit-do |
mini-edit-do.r discussion | v:0.8.5 32.7 KB 17 Apr 2021 | Helps test short programs (substitutes console) author: Marco Antoniazzi |
RebHTTY |
rebhtty.r | v:0.2.1 5.9 KB 23 Jun 2011 | HTTP console in REBOL like HTTY console in Ruby author: RedChronicle |
Logging Framework For Rebol |
log4reb.r documentation | v:2.0.6 10.8 KB 19 Feb 2006 | Logging within the context of program development constitutes inserting statements
into the program that provide some kind of output information that is useful to the developer.
Examples of logging are trace statements, dumping of structures and the familiar 'prin or
'print debug statements. log4reb offers a hierarchical way to insert logging statements within
a [...] author: Francois Vanzeveren |
CopyCon |
copycon.r | v:1.0.0 817 bytes 15 Nov 2007 | Inline Line-Editor for Rebol Console mode, you can extent by loading/saving/exeucting the buffer author: ND |
The rugby mobile code console |
rugby-console.r | v:1.0.0 3.7 KB 6 May 2003 | A P2P console for Rebol/Rugby author: maarten koopmans |
rem REBOL External Modules |
rem.r | v:0.1.1 2.4 KB 8 Jul 2011 | rem REBOL External Modules management, like gem in Ruby author: RedChronicle |
ConsoleIO |
consoleio.r | v:1.0.0 737 bytes 13 Mar 2003 | Console prompt output save,saves
all console input to history.log file when in console mode. author: Norman Deppenbroek |
Simple pager |
pager.r documentation | v:0.9.4 12.8 KB 28 Mar 2008 | A more less page pager;
support b, r, /, ?, >, <, q and /options [rows: cols: num: eof:] author: Brian Tiffin |
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 |
Console capture |
capture.r discussion | v:1.0.0 1.1 KB 13 Mar 2003 | Capture console output in a string! author: Nenad Rakocevic |
Logviewer |
logviewer.r | 16.0 KB 13 Oct 2006 | Monitor log files. Please read included readme for further information author: Daniel Szmulewicz |
Save console history |
oneliner-save-console-history.r | v:1.0.0 737 bytes 20 Jul 2003 | Takes the history of input into the console and prints it out, line by line, to a file.
This way you can paste in functions and whole scripts, and save them for viewing and
editing. Sorts it to display the oldest commands at the top. author: Saw it on the ML a while ago |
Console history |
oneliner-dohist.r | v:1.0.0 570 bytes 20 Jul 2003 | Allow you to use the history just by index. author: Fabrice Vado |
Print console history |
oneliner-hist.r | v:1.0.0 502 bytes 20 Jul 2003 | Print the console history. author: Romano Paolo Tenca |
RIM Bot |
rim-bot.r | v:0.6.0 5.2 KB 13 Mar 2003 | Provides easy to use interface into RIM (Rebol Instant Messenger) communications. author: Ryan S. Cole |
Simple file manager |
ropus.r | v:2.0.1.3 18.5 KB 19 Jul 2003 | A simple file manager author: Gabriele Santilli |
REBOL Mapping of all win32 API errors |
win32-errors.r | v:1.0 193.9 KB 8 Sep 2010 | [no purpose header found] author: Maxim Olivier-Adlhoch |
vprint: print/logging management tool |
vprint.r documentation | v:1.3.2 10.0 KB 11 Dec 2008 | programatically selectable, indented printing/tracing/logging/debugging engine. author: Maxim Olivier-Adlhoch |
AnaMonitor |
anamonitor.r | v:1.1.7 36.0 KB 26 Sep 2003 | To visually examine nested objects/blocks.
Examples:
monitor
monitor system/words
monitor svv author: Romano Paolo Tenca |
App Builder |
appbuilder.r | 26.4 KB 16 Feb 2017 | An app builder to help new students learn how to write Rebol code.
To create a user interface for a new app, just point and click any GUI widget
(button, text field, dropdown box, etc.). You'll be prompted to edit the properties
of each added widget, and you can add actions which will run when the user
interacts with the widget. Actions [...] author: nick |
Little-bell |
little-bell.r | v:1.0.0 4.8 KB 13 Mar 2003 | Rudimentary Telnet client written in REBOL. author: Ole Friis |
CGI Remote Console |
remote-console.r | 2.5 KB 26 Sep 2009 | Allows you to type REBOL code into an HTML text area, and have
that code execute directly on your web server. The results of the
code are then displayed in your browser. This essentially functions
as a remote console for the REBOL interpreter on your server. You
can use it to run REBOL code, or to call shell programs directly on [...] author: [unknown] |
REBOL SVS |
rebsvs.r | v:0.7.2 8.6 KB 11 Dec 2010 | Source version system for REBOL author: nicolas |
REBOL Prompt Setter |
set-prompt.r | 613 bytes 13 Mar 2003 | Demonstrates how to set the prompt in REBOL author: Bohdan Lechnowsky |
2D transformations |
transforms-2d.r | v:0.5.1 15.0 KB 17 Oct 2020 | Visualize and experiment with 2D transformation matrices author: Marco Antoniazzi |