Download the Little HTML Template Library for Lisp

Gene Michael Stover

created Wednesday, 25 February 2004
updated Wednesday, 25 February 2004

Copyright © 2004 Gene Michael Stover. All rights reserved. Permission to copy, store, & view this document unmodified & in its entirety is granted.


(let ((megabit (* 1024 1024)) (kilobit 1024)) (dolist (pn '("stover-code.cpio.bz2" "stover-code.tar.gz")) (format t "~&") (format t " " (get-length pn)) (format t " " (get-seconds pn (* 1.5 megabit))) (format t " " (get-seconds pn (* 56.0 kilobit))) (format t " " pn pn) (format t "")))
size seconds for broadband seconds for 56 kbps filename
~D~,2F~,2F~A

End.