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

Scripts owned by ajmartin

Scripts: 60 [21 to 40 displayed below]

Member name:
Fahrenheit
fahrenheit.rv:1.0.0
697 bytes
13 Mar 2003
Converts Temperature in Celcius to Fahrenheit.
author: Andrew Martin
File
file.rv:1.3.0
1.6 KB
13 Mar 2003
File and URL manipulation functions.
author: Andrew Martin
Other owners: carl
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
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
Fun
fun.rv:2.0.0
1.4 KB
13 Mar 2003
Automatic local word generation for a function.
author: Andrew Martin
Greek
greek.rv:1.0.0
0.9 KB
13 Mar 2003
Greek changes all upper and lower case letters to random letters, preserving their case, and changes digits to random digits as well.
author: Andrew Martin
Ice
ice.rv:1.0.0
2.4 KB
13 Mar 2003
Freezes and melts a Rebol object! sea .
author: Andrew Martin
Interweave
interweave.rv:1.0.1
880 bytes
13 Mar 2003
Combines two series into one series by interleaving their values.
author: [unknown]
Iota
iota.rv:1.0.0
0.9 KB
13 Mar 2003
Makes a block containing a range of values, from Start to End.
author: Andrew Martin
Itemize
itemize.rv:1.1.0
680 bytes
13 Mar 2003
Appends Value to Values, if Value not all ready in block.
author: Andrew Martin
Leapyear
leapyear.rv:1.0.0
683 bytes
13 Mar 2003
Returns true for a leap year.
author: Andrew Martin
Log
log.rv:1.0.0
709 bytes
19 Jul 2003
Logs Rebol values to a file.
author: Andrew Martin
Make Object
make-object.rv:1.0.0
1.1 KB
13 Mar 2003
Scans a Spec looking for set-word! inside them, then stuffs them in the object spec with none.
author: Andrew Martin
Map
map.rv:1.4.1
1.9 KB
13 Mar 2003
Maps or applies the function to all elements of the series.
author: Andrew Martin
ML
ml.rv:1.7.0
2.6 KB
13 Mar 2003
ML generates HTML, XHTML, XML, WML and SVG markup from Rebol words, paths, tags and blocks.
author: Andrew Martin
Month
month.rv:2.0.0
890 bytes
13 Mar 2003
Creates Month functions.
author: Andrew Martin
Not
not.rv:1.0.1
538 bytes
13 Mar 2003
Implements Not operator as '!, and Not Equal operator as '!=.
author: Andrew Martin
Other owners: carl
Test if leap year
oneliner-leapyear.rv:1.0.0
681 bytes
20 Jul 2003
'Leapyear? returns 'true for date values that are leapyears. For example: >> leapyear? 1/1/2001 == none >> leapyear? 1/1/2000 == true
author: Andrew Martin
Write a log file
oneliner-log.rv:1.0.0
741 bytes
20 Jul 2003
Logs Rebol values to a file named %Log.txt. I use 'Log to help debug CGI scripts. Use 'Log like: Log/clear now ; Start a new log file. ; What's the CGI query string contents? Log Rebol/options/cgi/query-string
author: Andrew Martin
Day of week
oneliner-weekday.rv:1.0.0
563 bytes
20 Jul 2003
Returns the weekday of the date. Use 'Weekday? like: Weekday? 25/Dec/2002 ; == Wednesday
author: Andrew Martin

21 / 601[2] 3