Index
Module: cgi.lsp
Basic CGI processing tools for GET and POST requests
put-page url-translate set-cookie get-cookie getModule: crypto.lsp
SSL crypto functions for MD5 and SHA-1 hashing
md5 sha1 hmacModule: ftp.lsp
FTP file transfer routines
get putModule: gmp.lsp
GNU MP Bignum Library interface
+ - * / % ** = < > <= >= & | ^ ~ prime? next-prime factor gcd bin fac fib seed randModule: infix.lsp
Infix expression parser
xlateModule: mysql5.lsp
MySQL v.5 interface
init connect query num-rows num-fields fetch-row fetch-all databases table fields data-seek error affected-rows inserted-id escape close-dbModule: mysql51.lsp
MySQL v.5.1 interface
init connect query num-rows num-fields fetch-row fetch-all databases table fields data-seek error affected-rows inserted-id escape close-dbModule: odbc.lsp
ODBC database interface
connect query num-cols columns-atts fetch-row affected-rows tables columns close-dbModule: pop3.lsp
POP3 mail retrieval routines
get-all-mail get-new-mail get-mail-status delete-old-mail delete-all-mail get-error-textModule: postscript.lsp
Routines for creating postscript files
goto move turn angle draw drawto line bezier polygon circle ellipse pie petal shape clip text textoutline textarc textarcoutline textclip font translate scale rotate gsave grestore line-width line-cap line-join line-color fill-color render saveModule: smtp.lsp
Send mail using SMTP protocol
send-mailModule: sqlite3.lsp
SQLite3 database interface routines
open sql rowid tables columns changes timeout errorModule: stat.lsp
Basic statistics library
plot plotXY sum mean var sdev sum-sq sum-xy cov sum-d2 corr regression fit sum-d2xy moments f-prob multiple-reg cov-matrix corr-matrix smooth lag cumulate power matrix diagonal get-diagonal mat-mapModule: unix.lsp
Itreface to various UNIX libc functions
getpid getppid getuid geteuid getgid getegid setuid seteuid setgid setegid kill chmod ioctl mkfifo mktemp syslogModule: xmlrpc-client.lsp
XMLRPC protocol client routines
system.listMethods system.methodHelp system.methodSignatures execute newLISP.evalString errorModule: zlisp.lsp
Functions for compression/decompression with zlib
squeeze unsqueeze gz-read-file gz-write-file- ∂ -
generated with newLISP and newLISPdoc