59 scripts tagged as: [author · andrew martin]
Make Object | ||
make-object.r | v: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.r | v: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.r | v: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.r | v:2.0.0 890 bytes 13 Mar 2003 | Creates Month functions. author: Andrew Martin |
Not | ||
not.r | v:1.0.1 538 bytes 13 Mar 2003 | Implements Not operator as '!, and Not Equal operator as '!=. author: Andrew Martin |
Test if leap year | ||
oneliner-leapyear.r | v: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.r | v: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.r | v: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 |
Pack | ||
pack.r | v:1.1.2 1.5 KB 13 Mar 2003 | Self-extracting file packer & unpacker. author: Andrew Martin |
Patches | ||
patches.r | v:1.4.0 5.6 KB 14 Nov 2003 | Various patches to Rebol. author: A J Martin |
Permute | ||
permute.r | v:1.0.0 2.0 KB 13 Mar 2003 | Permutes a matrix. author: Andrew Martin |
Pop | ||
pop.r | v:1.0.0 697 bytes 13 Mar 2003 | Returns the first value in a series and removes it from the series. author: Andrew Martin |
Printer | ||
printer.r | v:1.0.0 941 bytes 13 Mar 2003 | Sends text to printer on //prn. author: Andrew Martin |
Push | ||
push.r | v:1.0.0 749 bytes 13 Mar 2003 | Inserts a value into a series and returns the series head. author: Andrew Martin |
R2HTML | ||
r2html.r | v:1.3.1 2.8 KB 13 Mar 2003 | Converts .r rebol script file into a .html file. author: Andrew Martin |
Recursive Read | ||
recursive-read.r | v:1.1.0 884 bytes 13 Mar 2003 | Recursively read Directory. author: Andrew Martin |
Rebol Name Value | ||
rnv.r | v:1.2.0 1.7 KB 13 Mar 2003 | Common RNV manipulation functions. author: Andrew Martin |
Roman | ||
roman.r | v:1.0.0 2.1 KB 13 Mar 2003 | Converts a Roman numeral to Arabic and reverse! author: Andrew Martin |
Round | ||
round.r | v:1.0.1 1.1 KB 13 Mar 2003 | Rounds a number at any given place. author: Andrew Martin |
Script | ||
script.r | v:1.0.0 895 bytes 13 Mar 2003 | Returns the script source code for a word. author: Andrew Martin |
Site | ||
site.r | v:1.2.2 4.1 KB 13 Mar 2003 | Site dialect. Creates web sites from plain text, etc.
I use it to create my own site automatically. author: Andrew Martin |
Table Columns | ||
table-columns.r | v:1.0.0 1.2 KB 13 Mar 2003 | Table-Columns takes the name of 1 or columns in a block,
and generates ML dialect for the table contents. author: Andrew Martin |
Tally | ||
tally.r | v:1.0.0 871 bytes 6 May 2003 | Tallies up the values in a series, producing a block of [Value Count] pairs. author: Andrew Martin |
Map | ||
tj-map.r | 2.8 KB 18 Jan 2007 | Applying a function to items in a list author: andrew martin |
Transpose | ||
transpose.r | v:1.0.0 1.0 KB 13 Mar 2003 | Transposes a Matrix's rows and columns. author: Andrew Martin |
URI | ||
uri.r | v:1.1.1 1.7 KB 13 Mar 2003 | URI parse rules. author: Andrew Martin |
Values | ||
values.r | v:1.1.1 1.2 KB 13 Mar 2003 | Loads Values into Rebol. Interprets 'Needs field in header. author: Andrew Martin |
Weekday | ||
weekday.r | v:1.1.2 985 bytes 13 Nov 2003 | Creates Weekday routines to test if a date is a specific weekday. author: Andrew Martin |
Wiki | ||
wiki.r | v:3.3.2 25.6 KB 19 Jul 2003 | Implements a Wiki using Rebol and the Xitami webserver. author: Andrew Martin |
31 / 59 | 1 | [2] |