My new program : Canvas It creates a window with a white background,
then reads draw commands that you send, and executes them.
Source code can be found here ,
and gzipped tar of that is here
(423 kB)
Siward's Introduction to Programming, with Perl This is a programming tutorial that i wrote (and occasionally add to). (640 kB)
It is the best free manual for Perl and regular expressions that i ever saw.
Siward's Introduction to Programming in C This teaches C to those who already know Perl (or a similar language). (400 kB)
It shows how to create, compile, and debug C programs.
Siward's Introduction to Programming with X
Work in progress
bits and pieces that are to become a new document.
I currently have first few chapters and appendix with notes about tcl/tk toolkit.
They are only available from my own webserver for now.
setperms An alternative to chmod that can distinguish between files and directories. (22 kB)
It would be faster if translated to C (it's Perl now),
but I don't have time for that (and don't really need it).
manpage-thoughts I have been thinking about manpages, the man system, and how it could be improved; (webpage)
I wrote most of these ramblings down, hoping others will enlighten me with their comments.