Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Append to a Text File
ftpappend.r
 documentation
v:1.0.0
471 bytes
13 Mar 2003
Append to a text file using FTP.
author: Anonymous
Local Font Mapping
font-styles.rv:1.0.3
1.2 KB
13 Mar 2003
Shows which fonts are being mapped to the system independent font styles on your system
author: Allen Kamp
Run Script from FTP
ftpdo.r
 documentation
390 bytes
13 Mar 2003
Do a REBOL script via FTP.
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
Make a directory
ftpmakedir.r
 documentation
414 bytes
13 Mar 2003
Make a file directory on an FTP server.
author: [unknown]
REBOL/flash Build Tool
flash-build.r1.6 KB
8 Apr 2010
A simple script to help new users experiment with editing, compiling and viewing .swf files created with REBOL/flash. It uses the built-in REBOL text editor to repeatedly run through the edit/compile/run process, so that code changes can be made quickly and easily, and the compiled results viewed immediately in the browser. [...]
author: nick
Fahrenheit
fahrenheit.rv:1.0.0
697 bytes
13 Mar 2003
Converts Temperature in Celcius to Fahrenheit.
author: Andrew Martin
Search Web Pages
findweb.r733 bytes
13 Mar 2003
Simple example of searching multiple web pages for a specified string.
author: [unknown]
Write Text File
ftpwrite.r
 documentation
v:1.0.0
457 bytes
13 Mar 2003
Write a text file to an FTP server.
author: Anonymous
FreeMem
free-mem.r891 bytes
13 Dec 2004
A tiny function to free the memory occuped by a variable that is no more used in the program. This code is the best code given to us by DocKimble around the memory clearance. So it's the fruit of a colaborative work around memory management that we do using the forum of REBOLFRANCE.org
author: DocKimble
Simple File Requestor
file-request.r
 discussion
1.5 KB
13 Mar 2003
Example of a simple file requestor.
author: Carl Sassenrath
Broadcast
facebroadcast.rv:1.0.0
709 bytes
15 Nov 2007
UDP broadcast example
author: ND
Document Generator
generate-doc.r
 documentation
15.7 KB
13 Mar 2003
XMLish doc generator using parse-XML
author: Daan Oosterveld
Download stock data
get-stock.rv:0.1.9
5.1 KB
9 Jan 2006
Get stock data from Yahoo. Return a block of blocks: date, open, high, low, close, volume, or the csv data as a sting. Optionally store the csv data as a file.
author: matt licholai
Garmin IMG decoder
gps-xor.rv:1.1.0
1.1 KB
6 Dec 2004
Dekoduje pliki zakodowane funkcja XOR Skrypt moze byc wykorzystywany jedynie w celach edukacyjnych.
author: Piotr Gapinski
gather
gather.rv:0.2.0
1.0 KB
5 Jun 2007
Eliminate the result: copy [] ... append result value dance. Similar to Gregg's 'collect but does not require the set-word notation.
author: ReBolek
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
generate syntx
gen-syntx.r1.6 KB
9 Jan 2004
generate the list of defined 'words separated by their 'type I used the list as a basis for syntax coloring in an editor works with versions before core 2.5.5 but does not return natives in core 2.5.5 works with some since then as well
author: Tom Conlin
Get Windows Version
get-version-ex.rv:0.0.1
2.4 KB
23 Sep 2003
Shows how to call Windows GetVersonEx function.
author: Gregg Irwin
GISMo - Graphical Internet Server Monitor
gismo.rv:1.1.0
1.9 KB
7 Nov 2005
Graphical Internet server monitor, as posted in the REBOL cookbook, found at http://www.rebol.net/cookbook/ - See that for more notes.
author: Carl Sassenrath