Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Textris
textris.r8.2 KB
29 Jun 2008
The game of Tetris, in text mode. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Time a Web Page
timepage.r
 documentation
503 bytes
13 Mar 2003
Time how long it takes to fetch a web page from the net. (Just the HTML file, not the images.)
author: [unknown]
Tiny Paint Programs
tiny-paint-programs.r1.3 KB
13 Jan 2010
Three different small paint programs, including the shortest possible one-liner. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Example Text Document
textdoc.r
 documentation
2.9 KB
13 Mar 2003
Creates an example for text-to-html doc language. Shows how natural and readable it is -- the reason we prefer it for writing our how-to documentation.
author: Carl Sassenrath
Tiny Tile Game
tiny-tile-game.r634 bytes
29 Jun 2008
A very short GUI game example. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Title Bar - Windows API
title-bar.r1.8 KB
2 Jul 2008
This example demonstrates how to use the Windows API to adjust the title bar in your Rebol programs. Just include this code in your script if you need to eliminate the default 'Rebol - ' text at the top of your GUI programs. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
copy to Ljudmila
testljudmila.rv:1.1.1
497 bytes
13 Mar 2003
xx.
author: Iztok
Download Multiple Pages
webgetter.r537 bytes
13 Mar 2003
Fetch several web pages and save them as local files.
author: [unknown]
Download Web Page
webget.r423 bytes
13 Mar 2003
Fetch a web page and save it as a file.
author: [unknown]
Watch Various Webcams
watch-various-webcams.r823 bytes
11 Mar 2017
Display video feeds from more than 130 live webcam servers. The code used to gather the list of validated working cam URLs is also provided.
author: [unknown]
Web Banner
webbanner.rv:1.0.0
1.1 KB
13 Mar 2003
Generate HTML code that displays a banner and links to its destination.
author: Andrew Grossman
Web Cam
web-cam.r2.4 KB
2 Jul 2008
An example demonstrating how to use the Windows API to access local web cam images. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Web Form Widgets
webwidget.rv:1.0.0
1.6 KB
13 Mar 2003
Generate HTML code quickly and easily for several form elements.
author: Andrew Grossman
web to plain
web-to-plain.rv:1.0.0
3.1 KB
8 Jul 2003
to translate htmlized text into plain text in one pass markdown?
author: Tom Conlin
Web-GetIt!
wgetit.rv:1.8.0
13.5 KB
6 Feb 2006
Saves content of web pages to local disk.
author: Dirk Weyand
Webcam Viewer
webcam-viewer.r1.3 KB
29 Jun 2008
Display video feeds from live webcam servers. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Search a Web Page
webfind.r511 bytes
13 Mar 2003
Search a web page for a string, and save the page to a file if it was found
author: [unknown]
Send Pages Every Hour
webloop.r572 bytes
13 Mar 2003
Send a set of pages via email every hour.
author: [unknown]
Choose and convert colors
color-requester.rv:0.8.10
37.5 KB
12 Jan
icon for color-requester.rRequests a color or modify or convert it
author: Marco Antoniazzi
Enumerated Type
enum.r
 documentation
v:0.1.1
12.6 KB
13 Jun 2009
Safe Enumerated Type for REBOL
author: Hostile Fork