Script Library: 1247 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Test FTP Commands
ftpdemo.rv:0.1.1
1.0 KB
6 May 2003
Demonstrate ftp commands and results
author: Larry Palmiter
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
Upload a File
ftpup.r
 documentation
v:1.0.0
459 bytes
13 Mar 2003
Upload a binary file to an FTP server.
author: Anonymous
form-date
form-date.r
 documentation
v:1.0.1
5.5 KB
18 Jul 2007
Return formatted date string using strftime style format specifiers
author: Christopher Ross-Gill
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
Upload all HTML Files
ftphtml.r
 documentation
v:1.0.0
642 bytes
13 Mar 2003
Upload a group of files to an FTP server.
author: Anonymous
Fun
fun.rv:2.0.0
1.4 KB
13 Mar 2003
Automatic local word generation for a function.
author: Andrew Martin
Upload Several Files
ftpupload.r
 documentation
v:1.0.0
585 bytes
13 Mar 2003
Upload multiple files with FTP using login and password.
author: Anonymous
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
FABRIK IK solver
fabrik.rv:0.1.0
10.0 KB
15 Dec 2019
Implement Forward And Backward Reaching Inverse Kinematics algorithm.
author: Marco Antoniazzi
File
file.rv:1.3.0
1.6 KB
13 Mar 2003
File and URL manipulation functions.
author: Andrew Martin
File globbing module and dialect
file-list.r
 discussion
 documentation
v:0.0.2
30.2 KB
19 Oct 2006
Given a file spec, and optional criteria for date, size, and attributes, the FILE-LIST function returns a block of files that match the spec and criteria. It is also a test-bed for how to integrate dialects with one-another. There are sub-dialects for date, size, and attribute tests, and FILE-LIST encapsulates those, along [...]
author: Gregg Irwin
Find a file in directories / folders
find-file-gui.rv:2.0.0
2.6 KB
9 Nov 2012
icon for find-file-gui.r[no purpose header found]
author: Massimiliano Vessi
Find a file in directories / folders
find-file.rv:1.0.0
1.6 KB
22 Dec 2004
Search all files for ones that contain a given string.
author: Carl Sassenrath
Find Block
find-block.rv:1.0.0
805 bytes
13 Mar 2003
Finds a tuple in a block or tuple-space.
author: Andrew Martin
FIREBOLEK
fire.rv:1.0.1
1.4 KB
3 Aug 2005
Well-known fire-demo for your pleasure
author: Rebolek
Font Lab
font-lab.rv:1.1.1
3.0 KB
13 Mar 2003
A tool for experimenting with fonts.
author: Carl Sassenrath
Forum
forum.r15.2 KB
17 Jun 2010
A CGI forum application, running at http://rebolforum.com. Please link to it, so that new REBOLers have a place to ask questions!
author: nick
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
FTPGadget Package Script
ftpgadget-package.rv:0.0.1
771 bytes
3 Jul 2006
Package script for FTPGadget
author: Gregg Irwin
VID: Faces and Facets
faces.r4.1 KB
20 Mar 2010
Show Faces and Facets Values
author: François Jouen
Fire and Smoke particles generator.
fire-smoke-particle-generator.rv:1.0.2
14.3 KB
18 Sep 2010
icon for fire-smoke-particle-generator.rA particle engine demo which generates fire and smoke, with a lot of control and some compositing built-in
author: [unknown]
F1 demo
f1.rv:1.0.0
4.8 KB
23 Nov 2012
icon for f1.rSimple car game, just t show how to scroll images
author: Massimiliano Vessi
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
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