Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
FMOD library interface
fmod-h.rv:0.9.0
177.5 KB
5 Nov 2011
Code to bind FMOD shared library to Rebol.
author: Marco Antoniazzi
Form Letter
formletter.r1.0 KB
13 Mar 2003
Example of how to create an email form letter.
author: [unknown]
Fun
fun.rv:2.0.0
1.4 KB
13 Mar 2003
Automatic local word generation for a function.
author: Andrew Martin
Interactive FTP Downloader
ftpdownload.r
 documentation
718 bytes
13 Mar 2003
Download a group of files from an FTP server, prompting for each file along the way.
author: [unknown]
loose feel for dragging faces
feel-loose.rv:0.2.1
5.5 KB
18 Aug 2020
Add dragging capability to any face. Inspired by Red.
author: Marco Antoniazzi
Geek Within Automated Helper
geekwithin.r1.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
UUID Generation Example via Windows SDK
guid.rv:0.1
2.0 KB
10 Sep 2005
Command only example of interfacing to Windows SDK to generat UUIDs. Trivial given heavy lifting by others in Rebol community. Acknowledgements to all.
author: David McAvenue
A Variation on Conway's Game of Life
game-of-life-variation.rv:0.0.4
5.3 KB
21 Sep 2005
A GUI implementation of a modified version of the popular cellular automaton system. The rules: 1) Each cell (square) on the grid is either alive (blue) or dead (white) 2) For every iteration, each cell's next state depends on current state and # of live neighbors a) if cell is alive, it stays alive <=> 2 or 3 neighbors are alive b) if cell is dead, [...]
author: Ayrris Aunario
HOF
hof.rv:1.0.1
23.2 KB
13 Mar 2003
Higher Order Functions and series manipulators
author: Jan Skibinski
Ice
ice.rv:1.0.0
2.4 KB
13 Mar 2003
Freezes and melts a Rebol object! sea .
author: Andrew Martin
IMAP Handler
imapx-handler.rv:0.0.2
36.8 KB
30 Mar 2006
Add some RFC3501 (full imap) behaviour to the imap scheme.
author: rt & ingo hohmann
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
Keep an ISP Connection Alive
keep-alive.r818 bytes
13 Mar 2003
This script can be used to keep an ISP connection alive by accessing the net every so often.
author: Jim Goodnow II
Line Intersection Demo
line-intersection-demo.rv:1.0.0
1.7 KB
10 Jan 2004
Demonstrate an algorithm used to detect an intersection between two line segments.
author: Claude Precourt
VID LIST-VIEW Face
list-view.rv:0.0.28
33.2 KB
16 Jan 2013
General purpose listview with many features for use in VID.
author: henrik mikael kristensen
Handy Server Monitor Window
monitor.rv:1.0.0
2.8 KB
13 Mar 2003
A handy script that monitors various servers (such as web and email servers) and displays them in a nice little status window.
author: Carl Sassenrath
Map
map.rv:1.4.1
1.9 KB
13 Mar 2003
Maps or applies the function to all elements of the series.
author: Andrew Martin
Menu-System Demo
menu-system-demo.rv:0.2.0.1
35.7 KB
12 Jun 2005
Demostration of features of menu-system.r
author: Christian Ensel
Moving Gradients
movegrad.rv:1.0
2.5 KB
5 Feb 2011
Graphical Animations with Gradients
author: François Jouen
myskype.r
myskype.r2.5 KB
23 Oct 2011
Controls the audio settings on my skype client.
author: [unknown]