First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
TIP #365: Add Python Compatibility Mode
TIP #365: ADD PYTHON COMPATIBILITY MODE ========================================= Version: $Revision: 1.1 $ Author: Donal K. Fellows <dkf_at_users.sf.net> State: Draft Type: Project Tcl-Version: 8.6 Vote: Pending Created: Thursday, 01 April 2010 URL: ... 2 Apr 2010 17:03
Want / Need Genuine Google Adsense Account for Rs.300/-
Genuine Google Adsense Account for Rs.300/- We will help you till you get the first adsense check. Please send your mobile number to pramesh0538(a)gmail.com , i will call you with in 15 minutes and give you the google adsense account. High Price Reduction for multiple adsense accounts. ... 31 Mar 2010 16:34
Get real/full name of a user in Windows?
Dear list, This may or may not be a questions connected to Tcl, but I was searching for a way to extract the Full Name / Real Name of the currently logged in user on a Windows computer. On Mac / some UNIX variants, `id -P` seems to give something you could extract the information from, but I wonder if there is... 7 Apr 2010 11:12
Global hotkeys under X11
Hi, Does anybody know extension (or just a way) for X11 under Unix system to make HotKeys bindings available under Tcl? I have a system-tray application and I need to bind some global hotkey to show a window of that application. Anyone? Thanks, -- Pozdrawiam! (Regards!) Googie ... 1 Apr 2010 13:29
Two interesting tcl posts on reddit
Two interesting items appeared recently on Reddit/programming, generating some interesting comments. The first was "Tcl still in use, still improving", linking to an article by Cameron Laird http://www.reddit.com/r/programming/comments/bjonx/tcl_still_in_use_still_improving/ (article at http://www.itworld.com/de... 6 Apr 2010 07:28
Text on canvas
When I scale a canvas which contains lots of text, it doesn't seem to do anything. For comparison, when I created an oval shape, it got smaller but the text (i.e., font sizes) remained the same. Does the scale only apply to shaped objects? DrS ... 31 Mar 2010 06:31
This piece of code is correct (exec vs open)?
Hi all. I want to send a list to a program and to capture the output. currently I am using a 'chan pipe' whith 'exec'. Is it the correct way? How can I do the same using 'open "| ..."' The piece of code: proc dmenu_run {} { if {[uptodate]} { set str "exec dmenu $::argv < $::CACHE" catch {e... 29 Mar 2010 15:50
Expect script to connect to sshd server
I'm quite new to tcl and expect. I am using this expect script to connect to an sshd server: http://pastebin.com/EpG5jY3f It's failing when the password begins with a ". (I have to prepend the " with a backslash at the command prompt or bash trips over it). Examples: ../expectScript.sh pass\"word 127.0.0.1 ... 1 Apr 2010 09:01
linkstaterouting algorithm
hai firends iam doing project using ns2 i want tcl script for linkstate routing algorithm.please help me friends...................... ... 28 Mar 2010 10:05
mysqltcl keepalive connection to mysql server
Hi, my tcl application use mysqltcl to connect to mysql server. command is like below: set db_handle [::mysql::connect -host $DB_SERVER -user $DB_USER - password $DB_PASS -db $DB_NAME -foundrows 1] For security reason, now I put a firewall between my pc and mysql server, then I found firewall will disconnect... 30 Mar 2010 13:51
First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54