IRC/forums/wiki nickname: alsterg My Tcl projects: * [tcl-inotify] [https://sourceforge.net/projects/tcl-inotify]: A Tcl interface to the linux kernel's Inotify service. It provides a Tcl package that enables Tcl scripts to monitor the file system changes at a file and directory level. A large number of file/directory actions can be monitored. A proc is executed asynchronously to notify for changes. * [tcl-snmptools] [https://sourceforge.net/projects/tcl-snmptools]: A Tcl interface to the Net-SNMP library for management of remote Agents. It supports all the standard SNMP v1/v2/v3 operations: connect, close, get, set, getnext, walk, bulkget, bulkwalk, trap, translate and others. * [tcl-syslog] [https://sourceforge.net/projects/tcl-syslog]: A Tcl interface to the *nix syslog service. It provides a Tcl package that allows Tcl scripts to log messages to syslog. * [tcl-PAM] [https://sourceforge.net/projects/tcl-pam]: A Tcl interface to the PAM (Pluggable Authentication Modules) service of Linux. It provides a Tcl package that allows Tcl scripts to use PAM to authenticate users and programs. * [tcl-mq] [https://sourceforge.net/projects/tcl-mq]: A Tcl interface to POSIX Message Queues. It provides a Tcl package that allows scripts to create/open/close/unlink multiple parallel message queues, and to send/receive messages synchronously and asynchronously to/from them. * [tcl-mmap] [https://sourceforge.net/projects/tcl-mmap]: A Tcl interface to the POSIX mmap(2) system call. It provides a Tcl package that allows Tcl scripts to: (1) Memory map files for improved access efficiency; (2) Share memory between related processes; (3) Easily implement cyclic persistent log files. * [tcl-fuse] [https://sourceforge.net/projects/tcl-fuse]: A Tcl interface to the linux kernel's FUSE (File-System in User-Space) subsystem. It provides a Tcl package that exports the full functionality of the underlying FUSE kernel feature to the Tcl programming language. * [tcl-gaul] [https://sourceforge.net/projects/tcl-gaul]: A Tcl extension for genetic (or evolutionary) algorithm processing, using the [http://gaul.sourceforge.net%|%GAUL] library. * [tcl-fann] [https://sourceforge.net/projects/tcl-fann]: A Tcl extension for neural networks processing, using the [http://leenissen.dk/%|%FANN] library. * [http://code.google.com/p/tcl-map%|%tcl-map]: A GSoC 2009 project of mine that extends Tcl's support for GIS applications. In particular it introduces Tcl bindings for the GDAL/OGR library, which allow access to many different raster and vector geospatial data file formats. A demo application is also included, named GISViewer, that reads and renders GIS info on a Tkzinc canvas. * Lastly, I have made various contributions to Tclx: [http://sourceforge.net/tracker/index.php?func=detail&aid=1922157&group_id=13247&atid=313247] <> Person