I\'m developping a streaming application with tcl. I have a vlc sever that broadcast a flow in http mode. what I\'m trying to do is to develop a client开发者_如何学编程 who will try to connect to serv
I\'m downloading a list of files using tcl\'s http package 开发者_StackOverflow中文版and was wondering what the best way to handle interruptions are. Right now the outline to my download procedure loo
OK, I have a small test file that contains utf-8 codes. Here it is (the language is Wolof) Fˆndeen d‘kk la bu ay wolof aki seereer a fa nekk. DigantŽem ak
In Python I can write something like: my_list = [4, 7, \"test\"] a, b, c = my_list After that a is 4, b is 7 and c is \"test\" because of the unpack operation in the last line. Can I do something l
I am new to TCL. How ca开发者_StackOverflow社区n I run a common tcl script across Windows and Linux? I\'d like to check platform type first and then call appropriate tcl proc.Yup that worked, Jackson.
I encountered this issue on both Solaris and Linux, with tcl version 8.3/8.4 please see the following code:
A Purely theoretical question on Tcl. Following this question I was thinking on what would be the best way to implement anonymous functions in Tcl.
I\'m trying to execute some program: exec -ignorestderr \"bin/tecs-software-suite-2.5/JackCompiler.bat\" \"$current_file\"
I am an amateur try to hack together a little project. It is a simple note storage and retrieval console app on Windows Vista (and XP - i\'m hoping to run the whole thing off a USB Stick).
The simulation tool I have developed over the past couple of years, is written in C++ and currently has a tcl interpreted front-end.It was written such that it can be run either in an interactive shel