Welcome at Pascal's Software Corner

Software
Some things I did for the OpenACS community.
  
Home :: Mirte :: Pregnancy :: Photo :: Snaps :: Foto Albums :: Wedding :: Development :: Software :: Forums

Picture of me at Work, with easter egg. My everyday job is developing software, currently for Generation R a population study by the Erasmus University of Rotterdam. My spare time also involves a lot of software, some of which is releasable, most is just me toying with this webserver. My third job involves The CryptoRights Foundation, which does some nice things for Human Rights Organizations.

Tcl [dict] package for Tcl 8.4
By Pascal on December 16, 2004
I have wrapped Donal Fellow's [dict] command from Tcl 8.5 into a TEA compliant extension. With this extension installed you can enjoy (most of) [dict] in Tcl 8.4.x. Check the dict wiki page for more information on the dict command itself.

The package:

Notes:

This package does not contain all subcommands found in the latest version of [dict] in Tcl 8.5, if you want/need them ask me and I may update the package. Alternatively, send me a patch and I'll wrap it up again.
be the first to comment!

XmmsTcl 1.0 is here
By Pascal on March 12, 2002
I just wrote xmmstcl, a tcl extension to control your xmms sessions from tcl.

With this extension, you can:

#!/usr/bin/tclsh

require package xmms

xmms playlist [glob /music/mymp3s/*mp3]
xmms position 5
xmms play

All from the convenience of your favourite tcl-enabled application (this webserver, for example). It provides all of the xmms_remote_* methods (xmms-1.2.5 version, 1.2.7 adds two extra). You can read the full man page for xmms tcl online to get an idea of the things you can do with it.

In the near future, I am going to add change-notify events, perfect for your Tk remote control.

You can download the tcl xmms remote control here.
be the first to comment!

Write a software entry



Pascal@scheffers.net