Data formatter |
align.r | v:1.0.0 1.1 KB 13 Mar 2003 | Create text columns author: Bohdan Lechnowsky |
Autoextracting REBOL file creator |
autoextract.r | v:1.0.0 1.5 KB 13 Mar 2003 | Send files via email which can be decompressed simply by executing the contents of the message when it is received. author: Bohdan Lechnowsky |
Code 3 of 9 (Code 39) Barcode Generator |
code39.r discussion | 2.6 KB 17 Apr 2006 | Generates Code 39 barcode images which can be printed out and read with a
standard barcode reader.
Code 39 is limited to the alphanumeric characters listed in the 'code39
block within the function.
It is a very popular barcode format in the US and doesn't need to conform
to any particular length of characters and has no limitations placed on it
by any sanctioning [...] author: Bohdan Lechnowsky |
Comma-Seperated-Values to REBOL converter |
convert-csv.r | 729 bytes 13 Mar 2003 | Convert CSV files to REBOL blocks author: Bohdan Lechnowsky |
Diff compare |
diff.r | 1.1 KB 13 Mar 2003 | See the differences between two files.
Only provides basic DIFF functionality.
Shows lines which don't exist in other file. author: Bohdan Lechnowsky |
En-/decryption Functions |
encrypt.r | 2.1 KB 13 Mar 2003 | A basic encryption scheme. author: Bohdan Lechnowsky |
Geek Within Automated Helper |
geekwithin.r | 1.8 KB 15 Jun 2004 | Defines a helpful assistant (unlike Microsoft's) that actually shows where to click to perform a set of instructions
Meant to be plugged-in to existing Rebol/View applications author: Bohdan Lechnowsky |
HTML calendar |
html-calendar.r documentation | 1.4 KB 5 Dec 2003 | Creates an HTML file containing the current calendar month and displays it in
the browser author: Bohdan Lechnowsky |
BMP to PNG |
oneliner-bmp-to-png.r | v:1.0.0 575 bytes 20 Jul 2003 | Reads all .bmp files in a directory and saves them out as .png files. author: Bohdan Lechnowsky |
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 |
REBOL Prompt Setter |
set-prompt.r | 613 bytes 13 Mar 2003 | Demonstrates how to set the prompt in REBOL author: Bohdan Lechnowsky |
Daylight Saving Time function based on North American rules |
summer.r | 947 bytes 30 Mar 2004 | Calculates whether a given date is in Daylight Saving Time or not, based on North American rules. Rules vary by country. author: Bohdan Lechnowsky |
Star Wars reminiscent intro |
swintro.r | 2.4 KB 30 Jun 2005 | To demonstrate AGG and 3D-type calculations using Rebol author: Bohdan Lechnowsky |
Throbbing Button |
throb.r | v:1.0.1 1.0 KB 6 May 2003 | To demonstrate a button that screams CLICK ME!! Updated from June 2000 version. author: Bohdan Lechnowsky |
Triangulation Example |
triangulation.r | 4.9 KB 13 May 2005 | To demonstrate how to calculate the location of a robot based on response times from three known beacons in a right triangle configuration author: Bohdan Lechnowsky |
REBOL Web Crawler |
webcrawler.r | 1.9 KB 13 Mar 2003 | To crawl the web starting from any site. Does not record
duplicate visits. Saves all links found in 'newlinks. author: Bohdan Lechnowsky |
Wild Buttons |
wild-buttons.r | v:1.0.1 2.8 KB 13 Mar 2003 | To demonstrate some easy visual button effects with REBOL/View. author: Bohdan Lechnowsky |