Script Library: 1247 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
File Download CGI
file-download-cgi.r1.5 KB
10 Aug 2010
Push file download from web server to browser.
author: nick
file-date-comparison-ctx
file-date-comparison-ctx.r3.3 KB
21 May 2007
Compare file dates using a dialect
author: Gregg Irwin
file-size-comparison-ctx
file-size-comparison-ctx.r3.3 KB
21 May 2007
Compare file sizes using a friendly dialect
author: Gregg Irwin
Find Invalid Chars
findchars.r679 bytes
13 Mar 2003
Finds odd unprintable ASCII characters in a file
author: Carl Sassenrath
Fixed
fixed.rv:1.6.9
3.4 KB
13 Nov 2003
Cuts up fixed width data file into Rebol values in an association.
author: Andrew Martin
FizzBuzz
fizzbuzz.r339 bytes
17 Apr 2010
A 92 character version of the classic FizzBuzz program. Taken from the tutorial at http://re-bol.com
author: nick
Flatten
flatten.r325 bytes
30 Oct 2011
flatten a block
author: Ladislav Mecir
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
Font Lab
font-lab.rv:1.1.1
3.0 KB
13 Mar 2003
A tool for experimenting with fonts.
author: Carl Sassenrath
FormMail.pl Lookalike Spam Trap
formmail.pl2.5 KB
21 May 2007
Respond to a CGI calls as if we were FormMail.pl (See http://www.scriptarchive.com/formmail.html) If the request seems to be an openness check, respond with an email indicating this server is ready for abuse. Else, swallow spam email and return nothing. Note the filename - for once, a rebol script [...]
author: HY
FTP Chat Room
ftp-chat.r2.7 KB
30 Jun 2008
A simple chat application that lets users send instant text messages back and forth across the Internet. The chat rooms are created by dynamically creating, reading, appending, and saving text files via ftp (to use the program, you'll need access to an available ftp server: ftp address, username, and password). Taken [...]
author: nick antonaccio
FTP CHMOD
ftp-chmod.r990 bytes
31 Jul 2010
This is a workaround for REBOL's inability to chmod files (set permissions) with the built in FTP protocol. This script is for MS Windows, but Macintosh and Linux also have command line FTP programs built into the OS that can be used similarly with REBOL's call function.
author: nick
FTP Tool
ftp-tool.r6.4 KB
14 Sep 2009
Full featured FTP application. Taken from the tutorial at http://musiclessonz.com/rebol.html
author: nick
HTML Form Server
formserver.r1.7 KB
30 Dec 2013
Creates a web server which serves an HTML form, and then processes the data input by users. This can be useful when tallying information from users on a Local Area Network. The users can use any device (iPhone, Android, netbook, etc.) to enter information into a shared system, as long as the device has a basic web browser and [...]
author: nick
Obscure File Server
fileserver.r14.4 KB
3 Sep 2009
Share files over HTTP protocol +NLS
author: pijoter
Simple FTP file editor
ftp-file-editor.r560 bytes
29 Jun 2008
Download, edit, and resave files on your website, via FTP. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
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
Get REBOL resources
get-rebol-ressources.rv:0.3.1
7.9 KB
20 Nov 2010
Get REBOL resources. Download files on local drive. Use parse with rules REBOL concept. So very easy to add new resources to download.
author: nicolas
Gradient Colorize Examples
grad-image.rv:1.0.0
2.6 KB
13 Mar 2003
Applies multiple gradients to a single image.
author: Carl at REBOL
Guess the number
guess-the-number.r1.7 KB
12 Oct 2014
This game will ask you to enter a number and will then say if it is more or less than a predefined random number with best ability and worst luck you will need (log in base 2 of MAX) tries to guess the number (if you are interested in this google Binary search [...]
author: Caridorc
Guitar Chord and Scale Diagrammer
guitar-chord-and-scale-diagrammer.r1.6 KB
12 Jan 2014
A little example for the new tutorial at: http://re-bol.com/starting_computer_programming_with_rebol.html When the program starts, enter the number of frets you want in your diagram. (The default is 5 frets, but you could use 3 or 4 for smaller diagrams, or more for full fretboard scale diagrams) Click any fret on any string [...]
author: nick
Guitar Chord Diagram Maker
guitar-chord-diagram-maker.r2.8 KB
29 Jun 2008
A demo program that creates, saves, and prints collections of guitar chord fretboard diagrams. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
99 Buckets of Bits Song
geeksong.rv:1.0.0
869 bytes
13 Mar 2003
The geeky version :)
author: Owen Anderson
Half-life log parser
hllogparser.r5.8 KB
4 Mar 2004
Allows a rebol script to parse server logs from the game: Half-life
author: Cal Dixon
Hash Table
hashtable.rv:1.0.2
1.4 KB
13 Mar 2003
Very simple Hashtable object, but usefull!
author: Gregory Pecheret