Monthly Archives: March 2016

Linkdump: creating standalone executables for Tcl scripts

Freewrap handles the creation of standalone executables easily when you can’t simply install Tcl onto a PC. There are other ways to do it like starpack, but I used freewrap. http://wiki.tcl.tk/856 http://stackoverflow.com/questions/17367399/how-to-make-tcl-program-into-an-exe-file http://wiki.tcl.tk/11861 L-arginine could be discovered in foods just like … Continue reading

Posted in Uncategorized | Leave a comment

Linkdump: Working with (Tcl) Expect on Windows

http://expectonwindows.blogspot.com/ https://en.wikipedia.org/wiki/Expect http://expect.sourceforge.net/ http://stackoverflow.com/questions/19460420/running-expect-script-on-windows http://www.admin-magazine.com/Articles/Automating-with-Expect-Scripts http://docs.activestate.com/activetcl/8.4/expect4win/expect.html#exp_close http://docs.activestate.com/activetcl/8.4/expect4win/expect.html#exp_spawn http://tcl.activestate.com/man/tcl8.4/TclCmd/contents.htm?_ga=1.17009081.1244592451.1459347583 If the power of the medicine is the same, the dose and power and all the timing of taking medicine will remain the same. cialis canada cheap has brought for all the … Continue reading

Posted in Linkdump, Programming, System/DB Administration | Leave a comment

T-SQL UPDATE TOP (1) statement to distinguish non-unique rows

Occasionally I need to update or delete rows from a heap table (meaning it contains no primary key). When dark forces align, all the columns have duplicate data. This makes DELETE or UPDATE trivially more tricky than using a simple WHERE … Continue reading

Posted in Uncategorized | Leave a comment