Search Center | ||
search2.r | v:1.2.2 3.5 KB 13 Mar 2003 | Searches various places,such as Google, without having to go to their website . author: Kevin Adams |
Save console history | ||
oneliner-save-console-history.r | v:1.0.0 737 bytes 20 Jul 2003 | Takes the history of input into the console and prints it out, line by line, to a file.
This way you can paste in functions and whole scripts, and save them for viewing and
editing. Sorts it to display the oldest commands at the top. author: Saw it on the ML a while ago |
99 Buckets of Bits Song | ||
geeksong.r | v:1.0.0 869 bytes 13 Mar 2003 | The geeky version :) author: Owen Anderson |
Alien Dialect | ||
alien.r documentation | v:1.0.0 1.9 KB 13 Mar 2003 | It came from outer space author: Anonymous |
Alien Dialect Explanation | ||
alienexp.r documentation | v:1.0.0 1.4 KB 13 Mar 2003 | It came from outer space explained. author: Anonymous |
REBOL Ale | ||
beer.r documentation | v:1.0.0 1.3 KB 13 Nov 2003 | A rich, malty, copper brew. author: Anonymous |
99 Bottles of Beer Song | ||
beersong.r documentation | v:1.0.0 813 bytes 13 Mar 2003 | The correct song. A bit more advanced. author: Anonymous |
Binary Data in REBOL Scripts | ||
bin-data.r documentation | v:1.0.0 8.8 KB 13 Mar 2003 | Example of how to decode binary data in REBOL scripts This example includes a base-64 encoded image. (See bin-save.r for an example of how to create this file.) author: Anonymous |
Encoding Binary Data in REBOL Scripts | ||
bin-save.r documentation | v:1.0.0 603 bytes 13 Mar 2003 | Example of how to save base-64 encoded binary data in REBOL scripts. (See bin-data.r as an example of how to decode the data.) author: Anonymous |
Display Black Text | ||
black-text.r documentation | v:1.0.0 512 bytes 13 Mar 2003 | Display black text on a white background. author: Anonymous |
Email Blaster | ||
blast.r documentation | v:1.0.0 1.8 KB 13 Mar 2003 | Send an email to everyone on a spreadsheet of email addresses. Personalize the greeting for each. Keep a log of who was been sent the message. author: Anonymous |
Images Buttons | ||
button-image.r documentation | v:1.0.0 762 bytes 13 Mar 2003 | Example of how to make buttons made from images. Clicking on a button updates text in the window. author: Anonymous |
A Button with Shortcut Key | ||
button-key.r documentation | v:1.0.0 479 bytes 13 Mar 2003 | Shows how to easily add a shortcut key to a button. author: Anonymous |
Sends Email via CGI Form | ||
cgiemailer.r documentation | v:1.0.0 855 bytes 13 Mar 2003 | Uses a Web form to send an email message. author: Anonymous |
Easy CGI Form Example | ||
cgiform.r documentation | v:1.0.0 1.1 KB 13 Mar 2003 | Handles a CGI form and returns its values as a web page. (The associated cgiform.html file contains the form). author: Anonymous |
Easy CGI Form (HTML Part) | ||
cgiformhtml.r documentation | v:1.0.0 1.4 KB 13 Mar 2003 | HTML form to go with Easy CGI example (cgiform.r). author: Anonymous |
Count References on Web Pages | ||
countweb.r documentation | v:1.0.0 743 bytes 13 Mar 2003 | Count the number of times a string appears on each of a given set of web pages. author: Anonymous |
Transfer REBOL Files to Server | ||
ftpallto.r documentation | v:1.0.0 625 bytes 13 Mar 2003 | FTP all .r files in the current directory to a server. author: Anonymous |
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 |
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 |
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 |
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 |
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 |
Trivial Email List Server | ||
mailserver.r documentation | v:1.0.0 1.2 KB 13 Mar 2003 | As simple as a list server gets. author: Anonymous |
TCP port scanner | ||
oneliner-tcp-port-scanner.r documentation | v:1.0.0 850 bytes 20 Jul 2003 | This is a simple port scanner. Given a TCP address, it will tell you which of the
first 100 ports are accessible. The address can be a host name or number. For example, use
"localhost" to scan ports on your own machine. You can scan more ports by increasing the
number (from 100), or you can scan ranges by using a FOR loop rather than REPEAT. author: Anonymous |
Tiny REBOL Server | ||
rebserver.r documentation | v:1.0.0 0.9 KB 13 Mar 2003 | The distributed REBOL server that builds the REBOL system. author: Anonymous |
Total Size of .r Files | ||
sizedir.r documentation | v:1.0.0 557 bytes 13 Mar 2003 | Print the total size of all .r files in the current directory. author: Anonymous |
Time-It Function | ||
timeit.r documentation | v:1.0.0 903 bytes 13 Mar 2003 | Creates a simple timer function for timing in REBOL. author: Anonymous |
Time Web Pages | ||
timewebs.r documentation | v:1.0.0 1.1 KB 13 Mar 2003 | Time how long it takes to get each of the web pages listed in a block. author: Anonymous |
Tower of REBOL | ||
tower.r documentation | v:1.0.0 3.3 KB 13 Mar 2003 | REBOL can speak to many audiences. author: Anonymous |
Twelve Days of Christmas | ||
twelvedays.r documentation | v:1.0.0 2.0 KB 13 Mar 2003 | Twelve Days of Christmas author: Anonymous |
View 3 Buttons | ||
view-buttons.r documentation | v:1.0.0 470 bytes 13 Mar 2003 | Example of how to display three buttons down the page. author: Anonymous |
View HTML Code | ||
view-html.r documentation | v:1.0.0 464 bytes 13 Mar 2003 | Fetch a web page and view its HTML code in a window. author: Anonymous |
View an Image and its File Name | ||
view-image-name.r documentation | v:1.0.0 589 bytes 13 Mar 2003 | Display an image in a window with its file name printed directly below it. author: Anonymous |
View an Image behind File Name | ||
view-image-name2.r documentation | v:1.0.0 562 bytes 13 Mar 2003 | Display an image with its file name on top of it. author: Anonymous |
View an Image in a Window | ||
view-image.r documentation | v:1.0.0 496 bytes 13 Mar 2003 | View an image in a window. author: Anonymous |
View A List of Data | ||
view-list.r documentation | v:1.0.0 615 bytes 13 Mar 2003 | Example of how to display a simple
block of data as fixed width columns in a window.
Code is just one line. author: Anonymous |
Web Page Change Detector | ||
webcheck.r documentation | v:1.0.0 727 bytes 13 Mar 2003 | Determine if a web page has changed since it was last checked, and if it has, send the new page via email. author: Anonymous |
Web Page Link Displayer | ||
weblinks.r documentation | v:1.0.0 798 bytes 13 Mar 2003 | Display all of the web links found on a page. author: Anonymous |
Web Page Displayer | ||
webprint.r documentation | v:1.0.0 448 bytes 13 Mar 2003 | Fetch a web page and display its HTML code. author: Anonymous |
Web Page Emailer | ||
websend.r documentation | v:1.0.0 460 bytes 13 Mar 2003 | Fetch a web page and send it as email. author: Anonymous |
Web HTML Tag Extractor | ||
websplit.r documentation | v:1.0.0 709 bytes 13 Mar 2003 | Separate the HTML tags from the body text of a document. author: Anonymous |
Web Page Title Extractor | ||
webtitle.r documentation | v:1.0.0 544 bytes 13 Mar 2003 | Find the title of a web page and display it. author: Anonymous |
Directory Mapper | ||
dir-mapper.r | v:1.0.5 5.0 KB 13 Mar 2003 | Recursively builds a dir-structure map of the directory
with file/dir informations as size and dates author: Oldes and Stephane Bagnier |
dir-tree | ||
dir-tree.r | v:1.0.0 1.8 KB 13 Mar 2003 | Recursively build a rebol and human readable tree
from a directory or a ftp site. Maximum depth can be set. author: Stephane Bagnier |
Scroll Pictures | ||
scrollpic.r | 1.9 KB 13 Mar 2003 | Scroll through some pictures author: P. Bevan |
REBOL Random Password Generator | ||
rand-pass.r | 1.0 KB 13 Mar 2003 | To use the system password file to generate a random
set of passwords for every user on the system. author: Tyler Booth |
Time a Block | ||
timeblk.r documentation | 907 bytes 13 Mar 2003 | Times the execution of a REBOL block. author: Brian Casiello |
3KB News Reader | ||
3kbnewsreader.r | v:0.1.1 4.3 KB 13 Mar 2003 | Simple CLI news reader. author: Ryan C. Christiansen |
Date and time in digits | ||
time-in-digits.r | v:1 1.6 KB 13 Mar 2003 | Convert the date and time into a string of digits. author: Ryan C. Christiansen |
RebProcessor | ||
rebprocessor.r | v:0.0.1 3.4 KB 13 Mar 2003 | RebProcessor is a cross between an HTML pre-processor and a website content manager. The user creates source files (foo.src) which can contain any combination of HTML and RP commands, and the script will generate the target file (foo.html) for further use. ** EMail me for the help file, and for the example source file ** author: Seth Chromick |
REBftp simple ftp client | ||
rebftp.r | v:1.3.0 7.9 KB 13 Mar 2003 | A simple program to upload and download files to/from an ftp server. author: David Crawford |
Simple Rebol DBMS | ||
db.r | v:1.2.0 24.7 KB 13 Mar 2003 | RebolBase is a simple database managment system
written entirely in Rebol. Its main feature is
that it stores its data in plain, newline delimited
text files. This allows the database to be accessed
and modified by other programs. author: Jamey Cribbs |
Small Mail Sender by Freakzen-LX | ||
smail.r | v:1.0.0 4.1 KB 13 Mar 2003 | small mail client with timer and logging function author: Freakzen-LX |
Little-bell | ||
little-bell.r | v:1.0.0 4.8 KB 13 Mar 2003 | Rudimentary Telnet client written in REBOL. author: Ole Friis |
Tokyo Tower Watcher | ||
tokyotower.r | v:1.0.0 958 bytes 13 Mar 2003 | To display a picture of the Tokyo Tower, updating every 60s author: graspee |
Web Banner | ||
webbanner.r | v: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 Form Widgets | ||
webwidget.r | v:1.0.0 1.6 KB 13 Mar 2003 | Generate HTML code quickly and easily for several form elements. author: Andrew Grossman |
Radio Paradise Playlist | ||
radioparadise.r | v:1.0.0 1.3 KB 13 Mar 2003 | Shows the playlist from radioparadise.com author: Mike Hansen |
Keep an ISP Connection Alive | ||
keep-alive.r | 818 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 |
Raging Bull page downloader | ||
raging-bull.r | 2.4 KB 13 Mar 2003 | This script reads sequential pages from the
Raging-Bull on-line bulletin board. author: Jim Goodnow II |
copy to Ljudmila | ||
testljudmila.r | v:1.1.1 497 bytes 13 Mar 2003 | xx. author: Iztok |
Ellipse Demo | ||
ellipse.r | 738 bytes 19 Jul 2003 | Demonstate drawing ellipses author: Jeff |
Fade Presentation | ||
fadetext.r | 1.3 KB 19 Jul 2003 | Demonstrate fade effects author: Jeff |
Gradient Multiply | ||
gmul.r | 590 bytes 19 Jul 2003 | demonstrate gradient multiply effects author: Jeff |
Simple GradCol Example | ||
gradcol.r | 791 bytes 19 Jul 2003 | Demomstrate graduated colors author: Jeff |
AutoEffects | ||
reffects.r | 1.3 KB 19 Jul 2003 | Demonstates many VID effects author: Jeff |
Spooky Text | ||
spooky.r | v:1.0.0 1.3 KB 6 May 2003 | Displays spooky text author: Jeff |
Tint demonstration | ||
tint.r | v:1.0.0 729 bytes 13 Mar 2003 | Tint demonstration author: Jeff |
Automatic local variables | ||
protect-func.r | v:1 1.0 KB 13 Mar 2003 | Function generator that automatically makes local variables author: Thomas Jensen |
Simple HTTP POST | ||
http-post.r | 3.6 KB 13 Mar 2003 | This script sends a form to a webserver using the POST
method. The included example translates a string in English
to German by posting the data to AltaVista's translation
web page and then parsing the reply. author: Martin Johannesson |
Simple Virtual Shrink | ||
shrink.r | 12.7 KB 13 Mar 2003 | This script is a virtual shrink chatter bot .
It was obviously inspired by the original shrink bot
called Eliza. When the program gets a sentence in
English, it tries to find a matching rule in its
rule database and if it understands the sentence
it tries to give a reasonable reply.
(Type quit to quit) author: Martin Johannesson |
esend - smtp client | ||
esend.r | v:0.1.0 3.2 KB 2 Jul 2003 | A modified version of 'send for ESMTP author: RT, G. Scott Jones |
esmtp scheme | ||
esmtp.r | v:0.1.0 8.3 KB 6 May 2003 | A modified, extended version of smtp scheme author: RT, G. Scott Jones |
Software engineering: design by contract | ||
contract.r | v:1.0.1 5.7 KB 6 May 2003 | Facilitates design by contract author: Maarten Koopmans |
rebol Server pages | ||
erebol.r | v:1.0.0 1.6 KB 13 Mar 2003 | Execute embedded rebol code, see www.erebol.com author: Maarten Koopmans |
headless the P2P console | ||
headless.r | v:1.0.0 20.4 KB 13 Mar 2003 | A world wide console, headless author: Maarten Koopmans |
Headless | ||
headless1.r | v:1.0.1 20.4 KB 13 Mar 2003 | A P2P console author: Maarten Koopmans |
LRWP interface to Xitami | ||
lrwp.r | v:1.0.0 4.2 KB 13 Mar 2003 | LRWP is a FastCGI like interface for Xitami. This implementation is provided by Robert Muench and Maarten Koopmans. Enjoy.... author: Maarten Koopmans |
The rugby mobile code console | ||
rugby-console.r | v:1.0.0 3.7 KB 6 May 2003 | A P2P console for Rebol/Rugby author: maarten koopmans |
Asynchronous Request Broker | ||
rugby.r | v:1.0.0 9.5 KB 13 Mar 2003 | An asynchronous, high-performance, handler based, server framework and a rebol request broker... author: Maarten Koopmans |
Rugby | ||
rugby3.r | v:3.4.0 22.7 KB 13 Mar 2003 | A high-performance, handler based, server framework and a rebol request broker... author: Maarten Koopmans |
Rugby | ||
rugby4.r | v:4.0.2 28.4 KB 13 Mar 2003 | A high-performance, handler based, server framework and a rebol request broker... author: Maarten Koopmans |
Rugby client and server | ||
rugby_server.r | v:2.0.0.0 17.6 KB 13 Mar 2003 | A high-performance, handler based, server framework and a rebol request broker... author: Maarten Koopmans |
Tail recursion | ||
tailfunc.r | v:1.0.0 3.9 KB 6 May 2003 | Provides transparent tail recursive functions with refinement transferral. Source code 4 gurus only author: Maarten Koopmans |
Calculator | ||
calculator.r | v:1.2.0 1.4 KB 13 Mar 2003 | Simple numeric calculator. author: Jeff Kreis |
Throwing and Catching Named Values | ||
catcher.r | v:1.0.0 920 bytes 6 May 2003 | Throwing and catching functions. author: Jeff Kreis |
REBOL news Protocol $Revision: 1.8 $ | ||
nntp.r | v:1.8.0 20.7 KB 13 Mar 2003 | Read and post news articles author: Jeff Kreis |
Sorting nested blocks | ||
sort-nests.r | v:1.0.0 1.0 KB 6 May 2003 | Sort a block of blocks on different fields. author: Jeff Kreis |
VT100 Functions | ||
vt100.r | v:1.0.0 1.0 KB 13 Mar 2003 | Examples of VT100 screen functions author: Jeff Kreis |
Quine | ||
quine.r | v:1.0.0 700 bytes 13 Mar 2003 | A Rebol quine; a program which reproduces its own code. author: J.S. Labuschagne |
Factorial | ||
factorial.r | 554 bytes 13 Mar 2003 | Compute a factorial author: Ken Lake |
Black Scholes Option Price | ||
black-scholes.r | v:0.1.1 2.5 KB 13 Mar 2003 | Provide a Rebol function for computing the Black-Scholes (1973) formula for determining an European style Option Price. author: Matt Licholai |
Easy Quick Plot | ||
ez-plot.r | v:0.1.1 60.5 KB 13 Mar 2003 | Simple tutorial for using the quick plot dialect. author: Matt Licholai |
Quick Plot Dialect | ||
q-plot.r | v:0.1.0 41.4 KB 6 Mar 2007 | Provide a quick and easy to use dialect for plotting in REBOL author: Matt Licholai |
Simple Emailer | ||
simple-mail.r | 1.4 KB 13 Mar 2003 | A simple script, which uses the e-mail capabilities
of REBOL in a more user friendly way. author: Klaus Matuschek |
Digital PCS Phone Pager | ||
pcspager.r | 4.4 KB 13 Mar 2003 | Check e-mail account for messages, then process for
paging to a Digital PCS phone. The processing includes
chopping message/sender lengths and url-encoding. My
cellular company wanted an extra $3/month just to give me
an e-mail address that does what this script does. (Can
you believe that? $3!) My PCS provider is Cantel AT&T [...] author: Kevin McKinnon |
REBOL tagfile generator | ||
rtags.r documentation | v:1.1.0 4.2 KB 13 Mar 2003 | Generates a tagfile that can be used with vi/emacs to quickly locate set-words in your code author: Ernie van der Meer |
MySQL database interfacing logic. | ||
mysql_all.r | v:1.0.0 17.3 KB 13 Mar 2003 | Interface to the mysql libs, needs /Pro or /Command author: Maarten Koopmans, Ernie van der Meer |
Calculate Pi | ||
oneliner-pi.r | v:1.0.0 654 bytes 20 Jul 2003 | Approximate PI with John Wallis formula.
Precision limited to 15 digits due to REBOL. Just press ESC when fed up ;-)
Formula from http:// www.chez.com/algor/math/pi.htm author: Jean-Nicolas Merville |
Email attachments | ||
attach.r | 2.6 KB 13 Mar 2003 | Send email with base64 encoded attachments author: Sterling Newton |
Calendar and Scheduler | ||
calendar.r discussion | v:1.0.7 8.1 KB 10 Jul 2008 | A simple calendar application. author: Sterling Newton |
Save email attachments to disk | ||
detach.r | 2.3 KB 13 Mar 2003 | Detach mail attachments author: Sterling Newton |
REBOL HTTP Proxy | ||
proxy.r | v:1.0.0 11.5 KB 13 Mar 2003 | This script serves many purposes.
1. Act as an HTTP proxy
2. See what your broswer sends out as an HTTP request
3. Add data filters to remove Javascript pop-up windows,
remove banner ads, and more...
Uncomment line towards the bottom of the script marked for JavaScript
to enable JavaScript popup window death!! author: Sterling Newton |
REBOL/AI Image linker | ||
ai.r | v:1.0.0 15.8 KB 13 Mar 2003 | Simple dialect for creating AdobeIllustrator files (ai) with linked images author: Oldes |
Dir-map explorer | ||
dir-map-explorer.r | v:0.1.2 5.6 KB 13 Mar 2003 | to work with directory maps generated by %dir-mapper.r script author: Oldes |
Graph functions | ||
graph-fx.r | v:0.1.0 10.7 KB 13 Mar 2003 | Some functions for making graphs with 3D columns author: Oldes |
ico-parser | ||
ico-parser.r | v:0.0.1 5.4 KB 13 Mar 2003 | To get data from the windows *.ico files author: Oldes |
ico-parser2 | ||
ico-parser2.r | v:0.0.5 9.7 KB 13 Mar 2003 | To get data from the windows *.ico files author: Oldes |
ICO view | ||
ico-view.r | v:0.0.1 1.2 KB 13 Mar 2003 | To view the image from the ICO file (example what to do with %ico-parser.r) author: oldes |
ICO view 2 | ||
ico-view2.r | v:0.0.5 3.4 KB 13 Mar 2003 | To view the images from the ICO files (windows icons) author: oldes |
Image to binary | ||
img-to-bin.r | v:1.0.0 666 bytes 13 Mar 2003 | To return binary representation of the image. author: Oldes |
Load-ini | ||
ini.r | v:0.0.3 2.2 KB 13 Mar 2003 | Tries to load ini-structured file to Rebol author: oldes |
JPG analyse | ||
jpg-analyse.r | v:1.0.0 5.1 KB 13 Mar 2003 | To remove some data from the JPG files to make them smaller.
For example files from Adobe contains so many other informations that the file is twice bigger than may be. author: Oldes |
Library history - console version | ||
lib-history.r | v:0.1.1 2.1 KB 13 Mar 2003 | To display recent Rebol library uploads author: Oldes |
msdate-to-date | ||
msdate-to-date.r | v:0.1.0 1.1 KB 13 Mar 2003 | Converts standard MS DOS binary time to Rebol's one author: Oldes |
'Panoramatic image' style | ||
panorama-ss.r | v:1.0.0 2.0 KB 13 Mar 2003 | Style for scrolling (panoramatic) images author: Oldes |
PNG Examiner | ||
png.r | v:0.0.2 5.8 KB 13 Mar 2003 | Basic PNG (Portable Network Graphics) parser which can show all informations from standard chunks in the file. author: oldes |
'Progress bar capsule' styles | ||
progress-c.r | v:1.0.0 3.4 KB 13 Mar 2003 | This style allows you to create progress bar as a 'capsule' with a grid in your layouts very simply. See the example script: http://sweb.cz/r-mud/examples/progress-c.r author: Oldes |
RAR parser | ||
rar.r | v:0.1.1 5.6 KB 13 Mar 2003 | Just if you need to search inside your RAR archives (for example) author: Oldes |
Replace-in-all-files | ||
replace-in-all-files.r | v:0.1.1 1.9 KB 13 Mar 2003 | To do recursive replace in all files in the directory author: Oldes |
Enhanced field | ||
s-field.r | v:0.1.0 4.8 KB 13 Mar 2003 | To get a field where is possible to switch between normal and secure mode and which is able to remember the history (if not in secure mode) author: oldes |
another slider | ||
slide.r | v:0.1.0 5.0 KB 13 Mar 2003 | Adds vertical slider to any face author: oldes |
Text effect styles | ||
text-effects.r | v:1.0.0 2.3 KB 6 May 2003 | This version contains just 'sine-text style... author: Oldes |
Rebol date to-timestamp | ||
to-timestamp.r | v:0.0.3 0.9 KB 13 Mar 2003 | For better date storage (in large date databases) author: Oldes |
Window maker | ||
win-maker.r | v:0.1.0 5.1 KB 13 Mar 2003 | Adds title with any buttons to any face (useful for windows without standard system title) author: oldes |
XPM parser | ||
xpm.r | v:0.1.0 2.2 KB 13 Mar 2003 | Convert XPM image file to rebol image! datatype author: oldes |
ZIP explorer | ||
zip.r | v:0.1.0 5.4 KB 13 Mar 2003 | Shows content of some ZIP archive author: Oldes |
List FTP upload | ||
listftpupload.r | v:1 1.5 KB 13 Mar 2003 | FTP upload multiple files using login and password.
Supports a full upload or partial for updates
from lists in %sitedata.reb and %siteupdate.reb. author: Elliott Olson |
Document Generator | ||
generate-doc.r documentation | 15.7 KB 13 Mar 2003 | XMLish doc generator using parse-XML author: Daan Oosterveld |
site-build | ||
site-build.r | v:1.0.0 40.1 KB 13 Mar 2003 | site-build basicaly builds/updates a website based on the template I have developed. Requires html 4.0 compliant browser (opera 5 or IE 5). author: Rishi Oswal |
Easy REBOL GUI Page | ||
easypage.r | v:1.0.1 1.6 KB 13 Mar 2003 | Shows how to create a simple page with paragraphs,
buttons, and entry fields on a colorful backdrop. author: Larry Palmiter |
Test FTP Commands | ||
ftpdemo.r | v:0.1.1 1.0 KB 6 May 2003 | Demonstrate ftp commands and results author: Larry Palmiter |
a simple alert example | ||
alert.r | v:1.0.0 761 bytes 13 Mar 2003 | introduces alert to the beginner author: Viktor Pavlu |
http/1.1 get | ||
http-get.r | v:1.0.0 1.0 KB 13 Mar 2003 | dumps the response header from requesting
a file via TCP from a host using http/1.1 author: Viktor Pavlu |
keyboard input sequencer | ||
keyb.r | v:1.0.0 939 bytes 13 Mar 2003 | a replacement for the missing keyboard input sequences table in REBOL/Core User Guide Version 2.3, Appendix C-4 author: viktor pavlu |
Hash Table | ||
hashtable.r | v:1.0.2 1.4 KB 13 Mar 2003 | Very simple Hashtable object, but usefull! author: Gregory Pecheret |
navigator | ||
navigator.r | v:1.0.0 2.0 KB 13 Mar 2003 | to navigate throw files, next versions will include web and ftp navigation author: Gregory Pecheret |
uncomment | ||
uncomment.r | v:1.0.0 944 bytes 13 Mar 2003 | uncomment Java or C++ sources author: Gregory Pecheret |
X ls -R | ||
xlsr.r | v:1.0.1 1.8 KB 13 Mar 2003 | Provide a template to exectute a function on all files found recursively from a directory author: Gregory Pecheret |
Count and Download | ||
counload.r | v:1.0.0 2.5 KB 13 Mar 2003 | Downloads numbered filenames from the internet. author: Tommy Giessing Pedersen |
Email client | ||
emailclient.r | v:1.0.0 9.1 KB 13 Mar 2003 | A fullblooded email-client that checks, orginizes and sends emails! autoupgradable! author: Tommy Giessing Pedersen |
Telnet Chat | ||
telnetchat.r | v:1.0.0 4.3 KB 6 May 2003 | A chat-server you can telnet to! ;o) author: Tommy Giessing Pedersen |
YARM - Yet Another Rebol Messenger | ||
yarm.r | v:1.0.2 1.0 KB 13 Mar 2003 | An email-client with a browser front-end author: Tommy Giessing Pedersen |
Check Web Servers | ||
check-server.r | 809 bytes 13 Mar 2003 | This script can be used to query a web server, and email webmaster if it fails. author: James Rathbun |
Clear-me game | ||
oneliner-clear-me.r | v:1.0.0 811 bytes 20 Jul 2003 | A one-line game. A line of twenty boxes appear, each with a cross on, the object
being to remove all the crosses. Clicking on a box will toggle it and one other off and on.
Sometimes the line is easy to clear, and sometimes not. And no, I don't know if sometimes
it's impossible... author: Carl Read |
Email Spam Filter | ||
despam.r | 1.2 KB 13 Mar 2003 | Filters spam by removing all messages from your
incoming email that were not sent directly to you.
Valid email is not affected and remains on server. author: Scrip Rebo |
Ordinal Number Translator | ||
ordnum.r | 1.9 KB 13 Mar 2003 | Translates ordinals (e.g. twenty) to numbers (20) author: Scrip Rebo |
Word Wrap Text | ||
wraptext.r | v:1.0.0 909 bytes 13 Mar 2003 | Handy function to fill and wrap a text paragraph. author: Scrip Rebo |
XML Generator | ||
xmlgen.r | v:1.0.0 1.7 KB 13 Mar 2003 | Simple functions to generate XML output. Creates example XML as published in Scientific American, May 1999. author: Scrip Rebo |
Cookie Cleaner | ||
cookies.r | v:1.0.0 2.0 KB 13 Mar 2003 | Removes unwanted cookie files from windows system.. note files are permanently deleted!
can be used to search and clean files from any folder. Just change line that reads (files: read %/c/windows/cookies/)
to something like (files: read %/c/windows/temp).Type .txt at the search prompt and search for all text files in temp folder.
Script is run from the folder you [...] author: A Rebol |
MenuBar | ||
menubar.r | v:1.0.3 4.2 KB 13 Mar 2003 | A simple Bar Menu with
the Choose Function and
much more. author: Gilbert Robitaille |
Morse code | ||
oneliner-morse-code.r | v:1.0.0 660 bytes 13 Nov 2003 | Encodes a sentence into morse code. This version is a bit suboptimal so that the
html generator won't destroy it. author: Johan Roennblom |
Print HTML source | ||
oneliner-print-web-page.r | v:1.0.0 489 bytes 27 Sep 2003 | Prints to the console the HTML source for a web page. author: RT |
Paint | ||
paint.r | v:1.0.0 2.5 KB 13 Mar 2003 | The world's smallest paint program. author: Frank Sievertsen |
Win-Registry-Control | ||
registry.r | v:1.1.0 13.9 KB 13 Mar 2003 | View and modify data of windows registry. author: Frank Sievertsen |
Demo client with telnet-protocol | ||
telnet-client.r | v:1.0.0 863 bytes 13 Mar 2003 | A simple telnet-client author: Frank Sievertsen |
Telnet protcol scheme | ||
telnet.r discussion | v:1.0.1.1 4.8 KB 6 May 2003 | A telnet protocol scheme author: Frank Sievertsen |
Get Patent | ||
patent.r | v:1.2.0 5.9 KB 13 Mar 2003 | Downloads various types of patents from the l2.espacenet.com server.
Normally espace forces you to download the patents one page at a time.
This script gets all of the pages for you automatically.
Shows various progress bars and time estimates.
There may be patents that this does not get because I can not
find any documentation on how l2.espacenet encodes its URL's.
If you [...] author: Bob Paddock and Astrid Sindle |
HOF | ||
hof.r | v:1.0.1 23.2 KB 13 Mar 2003 | Higher Order Functions and series manipulators author: Jan Skibinski |
UTF-8 | ||
utf-8.r discussion | v:1.0.2 14.3 KB 14 Nov 2003 | Encoding and decoding of UCS strings
to and from UTF-8 strings. author: Jan Skibinski |
rmoocks | ||
rmoocks.r | v:1.0.0 3.5 KB 13 Mar 2003 | Emulates, with a few lines of Rebol code, the CommServer flash XML socket
server from Moock and Clayton.(see www.moock.org for the flash client.)
The server sends a simple xml doc like <NUMCLIENTS>numclients</NUMCLIENTS>
as soon as someone enters or leaves the server.
By updating and comparing the old and updated value of numclients, The Flash
client knows if someone has entered [...] author: SuperTomato |
Gradient Colorize Examples | ||
my_grab.r | v:0.0.1 2.8 KB 13 Mar 2003 | Trying to Auto DL weather maps on 30min. intervals from: http://wwwghcc.msfc.nasa.gov/cgi-bin/get-goes?satellite=Global Composite&x=0&y=0&map=none&zoom=1&width=1000&height=500&quality=100 author: Tesserator |
Object Cloner | ||
cloneobj.r | 822 bytes 13 Mar 2003 | Clone objects recursively. This way the objects inside
are copies instead of references. author: Erin A. Thomas |
mp3tool | ||
mp3tool.r | v:1.0.0 1.3 KB 13 Mar 2003 | I have seen an ID3 reader in every language (C, Perl, Python, PHP), and decided I might as well write one for REBOL. It is very simplistic at the moment author: Vache |
Download stock data | ||
get-stock.r | v: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 |
Fractional length | ||
oneliner-nfrac.r | v:1.0.0 610 bytes 27 Sep 2003 | nfrac 33 => 0 ; nfrac 456 => 0 ; nfrac 0.2104 => 4 ; nfrac 1256.63 => 2 ; nfrac
1.0 => 0 author: collective contribution on www.codeur.org/forum/forum.php?theme=17 |
Input via CGI | ||
input-cgi.r | 721 bytes 13 Mar 2003 | Get CGI input with either POST or GET author: Mike Yaunish |
Julian Calendar Converter | ||
julian.r | 4.8 KB 13 Mar 2003 | To provide conversions to/from julian day numbers/dates. author: Russ Yost |
Dictionary Lookup | ||
dict.r | v:1.0.0 906 bytes 13 Mar 2003 | Uses the Merriam-Webster website for dictionary and thesaurus lookups, without using their form. Just a small utility really. author: Jos Yule |