First  |  Prev |  Next  |  Last
Pages: 411 412 413 414 415 416 417 418 419 420 421 422
A Sudoku solver in Tcl
Hi tcl'ers, if anyone is interested I have written a command line Sudoku Solver in Tcl. It is quite fast (less than one second for medium force sudokus, approx 4 seconds for the most difficult ones among the top95s). It has passed all the top95's and impossible520's. It implements internally an exact-cover... 6 Dec 2005 05:07
tclBlend for Windows
hi has anyone got a full working tclBlend binary distro for Windows that they could make available to me? regards will551 ... 28 Oct 2005 08:23
smtp lib
Hi all. I've created a very small email server, that converts all incoming mail to a textfile. That text file is then sendt to a mobilephone as sms. This works very good. And last month it was 250000 mails that where processed. I've made this using the smtpd lib that comes with tcllib 1.6. But now I have ... 1 Nov 2005 12:35
How do I determine the screen size in Tk ?
I am new user of Tcl/Tk. How do I determine the maximum size of canvas that I can use within my Tcl/Tk application? For example, if the screen is 640x480, I want to create a canvas size of just below this. However, if the screen is 800x600, I would wish the canvas to be larger. On an 800x600 screen, I tri... 2 Oct 2005 14:58
installing BLT 2.4z
At least I think that's the right version, it's the current one, whatever that is, it's at work, I'm not... The problem, for reasons to weird to explain, I have little ability to write to the C: drive, the sys admins reluctantly allowed MS Office to write to the C: drive, but they tried to find ways around that.... 6 Sep 2005 22:01
calling an expect script from another script (sh)
All, I'm having difficulty getting an expect script to run from a shell script call. The sh script does a simple gunzip logfile, parse logfile to some output, zip logfile then calls an expect script to sftp the output of to a remote server. After the expect call, a few more commands are run in the sh script t... 10 Aug 2005 11:54
Writing array in Excel worksheet
Hello, all, I need to write 2D array in excel file starting with specific cell, but I don't know how to write cycle for columns. In example below I'm writing array a (3x4) in the excel worksheet starting with cell "B5" ( $c0$r0 ). Can anybody help me to write cycle for arbitrary amount of columns ( in... 10 Aug 2005 18:09
Multidimensional arrays in TCL
Please can anybody tell me how to implement a 4-dimensional array in TCL and I should be able to access any element of that array at any point of time, by simple indexing like in C but here it should be able to dynamically support any-sized strings without memory allocation. Please let me know fast if possible. ... 4 Aug 2005 08:26
getting a file list of files in a ftp server
hi everyone... im working on a utility to automate sftp transactions between a server and a client machine (get files into a local directory, rename them in the ftp server, create log files, etc... ), using expect, supported with some tcl script. I cant figure out how to get a list of files, in various directo... 4 Aug 2005 00:46
Help with freewrap
I've just started getting into TCL and am in the process of writing my first application, which is a simple database using the sqlite libraries. I've been developing the program under Linux, but would like to make it available under Windows as well and would prefer to have a self-contained executable rather than ... 23 Jul 2005 21:51
First  |  Prev |  Next  |  Last
Pages: 411 412 413 414 415 416 417 418 419 420 421 422