Tcl/Tk
Book review: "Tcl/Tk 8.5 Programming Cookbook"
Written by Wojciech Kocjan   
Recently I've been asked by Packt Publishing to read and review the new "Tcl/Tk 8.5 Programming Cookbook" book. You can find full review after the break:
Read more...
 
Using worker processes in Tcl
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...
 
Bloom Filters in Tcl
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...
 
Tcl slave interpreters as sandbox environment
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...
 
Winlogon desktop again - fun stuff
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...
 
«StartPrev123456NextEnd»

Page 1 of 6