Digital Clock
Size: 0.3 KB
Just a simple digital clock that ticks off seconds. But, look at its
size! It's only three lines. Most of it is a REBOL header that describes the program.
|
|
Calculator
Size: 1.2 KB
This one is hard to believe... Here is a 20 key calculator in only 1.2
K bytes! And, yes, it really does function. The calculator displays the entire formula as you type it, then shows
the result when you press "=". Shortcut keys allow you to use the numeric keypad on your keyboard. This
incredibly efficient Jeff Kreis implementation makes the calculator an example to study, and it's easy to expand
to add new functions.
|
|
Gel Demo
Size: 1.4 KB
This program illustrates the dynamics and power behind the REBOL/View
graphical compositing engine. Drag the gel around the window and watch the selected effect (contrast, invert, emboss,
blur, sharpen, gradient colorize, and more) happen in real time.
|
|
Block Diagram
Size: 1.4 KB
This entire diagram was created using REBOL/View. We started out trying
to create it in Adobe Photoshop, but found it was easier to create with a REBOL program. It's handy. We can instantly
change any of its text, colors, or sizes in the future without having to recreate it.
|
|
Color Table
Size: 1.4 KB
Displays the color names and RGB values for the predefined REBOL colors.
And, if you want to see what a color looks like when it is divided or multiplied by an integer, you can do so with
the slider. (Did you know that in REBOL you can say RED / 3 or TEAL * 2 to derive new colors?) You can also create
your own custom color and compare it to the rest.
|
|
Tile Game
Size: 1.4 KB
The classic sliding tile game. Click on the GO tile and try to reverse
the order of the tiles. This amazingly compact game was created by REBOL master Sterling Newton. A game in only
1.4 K bytes!
|
|
Email Message Sender
Size: 1.8 KB
Here is an example of a small but useful email program. It's handy when
you want to fire off a quick email but don't want to take the time to open your big email client. It presents a
small form that accepts email addresses, a subject line, and a message. Then, just click send to mail it out. Its
code is easy to enhance to add your own features.
|
|
Feedback
Size: 1.8 KB
There's more than one way to send email. This example displays a feedback
form for reporting bugs and enhancements to REBOL. When you press send, the form is converted into a REBOL formatted
message that is sent to REBOL headquarters and automatically processed.
|
|
Gradient Image Colorize
Size: 2.1 KB
This program shows you just a few of the wide range of gradient colorization
effects that you can do with REBOL/View. It downloads a single image from our web site and applies a range of color
gradients to it. The code is easy to read so you can cut and paste the effect you want.
|
|
File Uploader
Size: 2.1 KB
We've found this program to be quite handy for keeping a Web or Reb site
updated. Select what files you want uploaded and let it run. With only about 2.1 KB of code you can easily customize
this program to make your common uploads easier.
|
|
Font Lab
Size: 2.6 KB
If you want to experiment with the display attributes of REBOL text,
this is the program for you. It shows the standard, predefined text styles and lets you apply a range of attributes
to modify their face style, font style, alignment, spacing, color, and shadowing.
|
|
Effect Lab
Size: 5 KB
This is is a truly amazing 5 K program. It allows you to apply dozens
of REBOL image processing operations to an image and instantly see the result. A field on the left displays the
actual REBOL effect code. You can cut and paste the code into your own programs to get the same results.
|
|
Rebodex
Size: 5.4 KB
Here is a convenient contact database that is very easy to use. Enter
new names into the fields on the right. To search for names, click on the scrolling list of names or start typing
part of the name into the search field, and it will immediately show you the choices that match. You can also sort
and delete names. The entries are stored as a REBOL text file that you can edit, import new names into, or export
as needed.
|
|
REBtris
Size: 7.8 KB
This is a multi-level Tetris style game. Click the start button, then
land the falling objects and complete a row to score. This game was created by Frank Sievertsen, REBOL guru.
|
|
Mines Game
Size: 10 KB
Here is a tiny mine sweeper type game that was created by REBOL legend
Allen Kamp. Click the tiles to find safe spots and avoid the mines. Right click on tiles that you think might include
mines. A timer keeps the pace lively.
|
|
Windows 95 Skin
Size: 28 KB (multiple files)
We were totally blown away when Doc Kimble sent us this program! It uses
REBOL/View's GUI stylesheet mechanism to create an amazing new GUI skin that looks and feels like Windows 95. You
can use this skin to make your REBOL applications have that traditional corporate look. It defines several new
REBOL styles, including menus, tab panels, and more.
|
|
Desktop
Now part of REBOL/View
What's the easiest way to share REBOL/View programs? How about the World Wide Reb, a distributed
desktop that spans the Internet. The desktop displays icons for various REBOL documents, programs, files, and sites
and lets you execute programs that are distributed anywhere on the net.
|
|
| More to Come... |
|