Script Library: 1240 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Discussion threads (by date)

CGI Form with Defaults
cgiformobj.r
 discussion
 documentation
1.3 KB
13 Mar 2003
Handles a CGI form, providing default values for missing fields in the form. Returns a web page. (The associated cgiform.html file contains the form).
author: [unknown]
Discussion posts: 63. Latest by: 24hrmarketin on 22-Oct.
Synchronizable Calendar/Scheduler
calendar-install.r
 discussion
1.4 KB
18 Oct 2013
Easy-to-use Calendar/Scheduler that can be synchronized over a network, and has popup-alerts.
author: Izkata
Discussion posts: 32. Latest by: rebekahlawso on 22-Oct.
bin-to-float
bin-to-float.r
 discussion
v:0.0.3
1.2 KB
8 Nov 2006
Convert a binary file to a series of floats and back
author: Glenn M. Lewis
Discussion posts: 74. Latest by: blythewoody on 21-Oct.
Code 3 of 9 (Code 39) Barcode Generator
code39.r
 discussion
2.6 KB
17 Apr 2006
Generates Code 39 barcode images which can be printed out and read with a standard barcode reader. Code 39 is limited to the alphanumeric characters listed in the 'code39 block within the function. It is a very popular barcode format in the US and doesn't need to conform to any particular length of characters and has no limitations placed on it by any sanctioning [...]
author: Bohdan Lechnowsky
Discussion posts: 161. Latest by: danielperez1 on 21-Oct.
Associate
associate.r
 discussion
v:1.2.0
1.8 KB
13 Mar 2003
Provides an associative memory store.
author: Andrew Martin
Discussion posts: 47. Latest by: odakameko on 20-Oct.
Dialect Object Model
rebol-dom.r
 discussion
 documentation
v:1.0
56.8 KB
7 Nov 2023
Use an exstensible, Rebol user-mode, Markup function to parse DSL's that will return an easy to follow tagged key value Dialect Object Model. It will allow different DSL's or programming languages to work with, or together through a Central Processing interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by [...]
author: daniel murrill
Discussion posts: 617. Latest by: donniebarnes on 17-Oct.
Console capture
capture.r
 discussion
v:1.0.0
1.1 KB
13 Mar 2003
Capture console output in a string!
author: Nenad Rakocevic
Discussion posts: 59. Latest by: annasmith on 16-Oct.
Accumulate
accumulate.r
 discussion
v:1.0.1
1.0 KB
13 Mar 2003
Cumulates values in a block together, by successively applying the function to each value in Series.
author: Andrew Martin
Discussion posts: 90. Latest by: annasmith on 15-Oct.
CGI common procedures
cgibasic.r
 discussion
 documentation
8.0 KB
10 Nov 2011
This is a collection of functions that could be used in a CGI program. There is nothing in this module that has not been done better by others, but the code is more heavily annotated for beginners. Separate documentation explains how to use the functions. The comments should be helpful also. None of this is my original creation. I just assembled and annotated, [...]
author: Steven White
Discussion posts: 38. Latest by: blythewoody on 11-Oct.
better-than-nothing sqlite3 handler
btn-sqlite.r
 discussion
v:0.2.2
5.7 KB
30 Jan 2006
easy access to sqlite3 database without /Pro or /Command features
author: Piotr Gapinski
Discussion posts: 91. Latest by: kyzer on 10-Oct.
Gateway for request to AI
ai-geteway.r
 discussion
 documentation
v:0.0.3
1.8 KB
25 Aug
A function that makes an AI request via the Internet and returns a response.
author: Sergey Pochinok
Discussion posts: 1. Latest by: sandy76 on 10-Oct.
Format Decimal
format-decimal.r
 discussion
624 bytes
20 Aug 2010
Converts decimal numbers formatted in scientific notation to decimal notation.
author: nick
Discussion posts: 18. Latest by: sarang18 on 9-Oct.
Simplified VID resizing
simple-vid-resizing.r
 discussion
v:1.5.2
12.0 KB
23 May 2020
Helps create resizing VID guis
author: Marco Antoniazzi
Discussion posts: 8. Latest by: sarang18 on 9-Oct.
JSON to Rebol converter
json.r
 discussion
 documentation
v:0.0.9
14.2 KB
6 Sep 2013
Convert a JSON string to Rebol data, and vice versa.
author: douglas crockford
Discussion posts: 112. Latest by: janwil on 9-Oct.
Average
average.r
 discussion
v:1.0.0
626 bytes
8 Jul 2003
Averages the values in the Block.
author: Andrew Martin
Discussion posts: 124. Latest by: bellid on 9-Oct.
Auto-hiding scroller style example
auto-hiding-scroller-style.r
 discussion
v:0.8.0
14.4 KB
14 Nov 2020
Add an auto-hiding scroller to VID GUIs
author: Marco Antoniazzi
Discussion posts: 24. Latest by: janwil on 7-Oct.
Textpad syntax generator
textpad-syngen.r
 discussion
v:0.5
3.3 KB
6 Sep 2010
Textpad syntax generator for Textpad 4.4 (and above) Highlighter gets lost with {{}}
author: John Kenyon
Discussion posts: 8. Latest by: liwovosa on 7-Oct.
Dialect Object Model
rebol-dom-mdlparser
 discussion
 documentation
61.9 KB
4 Jun 2022
%Rebol-DOM.r mdlparser.r is a copy of the %Rebol-DOM.r mdlparser. The first copy would not download so i appended the *.r to it, wich seemed to make it able to become downloadable now. So...., down load it and tell me all about its glorious [...]
author: daniel
Discussion posts: 243. Latest by: blythewoody on 7-Oct.
Gateway for read from url with modern SSL/TLS
reads.r
 discussion
 documentation
v:0.0.1
858 bytes
8 Jul
Function allows you to read a file via a link using the HTTPS protocol with modern methods of traffic SSL/TLS encryption
author: Sergey Pochinok
Discussion posts: 1. Latest by: sandy76 on 6-Oct.
Collect Function
collect.r
 discussion
3.5 KB
10 Jan 2006
Eliminate the result: copy [] ... append result value dance.
author: Gregg Irwin
Discussion posts: 39. Latest by: angel17 on 4-Oct.
Duplicates
duplicates.r
 discussion
567 bytes
8 Mar 2016
Get duplicated values in a block
author: Christian Le Corre
Discussion posts: 25. Latest by: angel17 on 4-Oct.
Skype Wrapper
skype.r
 discussion
 documentation
2.2 KB
23 May 2006
make a cheap phone call!
author: Graham Chiu
Discussion posts: 20. Latest by: angel17 on 4-Oct.
Example for async dns:// and spam dns server
dns-async-example.r
 discussion
3.9 KB
4 Oct 2003
Example code to: 1) use the dns:// protocol in async mode 2) use the dns:// protocol to check spam address in async mode
author: Romano Paolo Tenca
Discussion posts: 80. Latest by: angel17 on 4-Oct.
Simple File Requestor
file-request.r
 discussion
1.5 KB
13 Mar 2003
Example of a simple file requestor.
author: Carl Sassenrath
Discussion posts: 19. Latest by: angel17 on 4-Oct.
REBOL::EXIF
exif-core.r
 discussion
v:1.3
9.7 KB
22 Dec 2003
obsluga plikow JPEG/EXIF
author: Piotr Gapinski
Discussion posts: 27. Latest by: angel17 on 4-Oct.
1 / 92[1] 234

View by: Script