|
Written by Wojciech Kocjan
|
|
Tcl pipes can be used to communicate with child processes - such as for long lasting calculations. Here's a quick example how to do this.
|
|
Read more...
|
|
Written by Wojciech Kocjan
|
|
Recently I've been playing around with Bloom Filters and wrote a quick implementation in Tcl. After seeing how easy it is, I've decided to show the code to a wider audience.
|
|
Read more...
|
|
Written by Wojciech Kocjan
|
|
Very often you come across a need to run some Tcl scripts in a separate environment. Often it just needs not to share any data with remaining parts of application and have different set of resources. Sometimes it is a script that needs to run without access to certain files and/or functionality.
|
|
Read more...
|
|
Written by Wojciech Kocjan
|
|
This article is a follow-up to Programming the Winlogon desktop article about doing Tk apps on Windows 2000/XP's desktop. This article shows how to create an application that can severely punish those who forget to lock their computers and leave them, usually this is a good joke for other people in your company.
|
|
Read more...
|