Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Easy REBOL GUI Page
easypage.rv:1.0.1
1.6 KB
13 Mar 2003
Shows how to create a simple page with paragraphs, buttons, and entry fields on a colorful backdrop.
author: Larry Palmiter
Easy VID Tutorial
easy-vid.rv:1.1.2
16.2 KB
13 Mar 2003
Beginner's tutorial to VID.
author: Carl Sassenrath
Embedded Search
embedded-search.rv:1.0.0
3.3 KB
19 Aug 2006
The script enables a document search from within a browser.
author: rwvd.zee
REBOL::EXIF::IMAGE
exif-image.rv:1.2
4.1 KB
22 Dec 2003
obsluga plikow JPEG/EXIF
author: Piotr Gapinski
Beware the Entity
entity.r0.9 KB
18 Oct 2013
Little creature that runs around faces playing around
author: Izkata
Obscure File Server
fileserver.r14.4 KB
3 Sep 2009
Share files over HTTP protocol +NLS
author: pijoter
GLayout demo
glayout-demo.rv:0.9.1
22.4 KB
10 Jul 2009
Demonstration of GLayout's features and capabilities.
author: Maxim Olivier-Adlhoch
Invaders (GUI version)
invaders-gui.r1.4 KB
14 Jan 2017
The draw dialect is not used in this example, only VID GUI, so it's short and full featured for a tiny example. A video explaining the code is at https://youtu.be/NbbHRaG3K8c Taken from http://re-bol.com/short_rebol_examples.r ; KEYS: a=left s=right space=fire ; VARS: b boxes m missile s invaders l player e end-func p speed [...]
author: nick
JPG analyse
jpg-analyse.rv:1.0.0
5.1 KB
13 Mar 2003
To remove some data from the JPG files to make them smaller. For example files from Adobe contains so many other informations that the file is twice bigger than may be.
author: Oldes
Gradient Colorize Examples
my_grab.rv:0.0.1
2.8 KB
13 Mar 2003
Trying to Auto DL weather maps on 30min. intervals from: http://wwwghcc.msfc.nasa.gov/cgi-bin/get-goes?satellite=Global Composite&x=0&y=0&map=none&zoom=1&width=1000&height=500&quality=100
author: Tesserator
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
PHP-colorizer
php-colorizer.rv:1.1.0
26.8 KB
19 Jan 2009
[no purpose header found]
author: David 'Oldes' Oliva
Playing Card Images
playing-cards.r40.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
Messenger
rebalert.rv:1.0.3
2.6 KB
5 Apr 2004
Display a Reminder at a specified time
author: P Bevan
Examples Using Switch Function
switch.r1.5 KB
13 Mar 2003
Switch between a set of choices or a default. Should make C programmers happy.
author: [unknown]
Search Center
search2.rv:1.2.2
3.5 KB
13 Mar 2003
Searches various places,such as Google, without having to go to their website .
author: Kevin Adams
Search Center
search.rv:1.2.1
3.5 KB
13 Mar 2003
Uses various resources for various searches without having to go to their website.
author: Kevin Adams
Steganography
steganography.rv:1.1.0
3.3 KB
13 Mar 2007
Functions to hide text data in the noise pixels of an image
author: Piotr Gapinski
CMS - web site builder
sitebuilder.cgi125.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
Time Requester
time-requester.r18.8 KB
29 Jun 2012
A simple GUI time requester
author: nick
A Tiny Web Server
tiny-server.r2.0 KB
26 Mar 2013
Inspired by Carl's Tiny Web Server: http://www.rebol.net/cookbook/recipes/0057.html. This one is compatible with Rebol 3.
author: [unknown]
VID1 for R3
vid1r3.r3
 discussion
v:0.3.20
113.6 KB
17 Apr 2022
Lets you use VID1 with R3
author: Marco Antoniazzi
REBOL Mapping of all win32 API errors
win32-errors.rv:1.0
193.9 KB
8 Sep 2010
[no purpose header found]
author: Maxim Olivier-Adlhoch
Gnome Evolving Wallpaper
wallp.r1.3 KB
16 Jan 2011
change every hours to three hours your gnome's desktop wallpaper with an image of planet Earth real time enlightenment. This script is a one-liner splited for reading purpose
author: Shadwolf - Alphé Salas-Schumann
Micro Web Server
webserver.r
 discussion
2.1 KB
13 Mar 2003
Here is a web server that works quite well and can be run from just about any machine. It's not only fast, but its also small so it's easy to enhance.
author: [unknown]