| bio | website | wiki.tcl.tk/73 |
|---|---|---|
| location | Manchester, United Kingdom | |
| age | 39 | |
| visits | member for | 3 years, 2 months |
| seen | 5 hours ago | |
| stats | profile views | 4,807 |
I'm a software engineer at the University of Manchester, working on Grids and Clouds, and the standardization thereof. I'm also a member of the Tcl Core Team.
|
6h |
answered | In Tcl, what is the equivalent of “set -e” in bash? |
|
23h |
comment |
(windows, python 2.7) Tix8.4.3 from c-api using PyRun_SimpleString -> could not load <path>tix8.43.dll or a dependent library One thing to check would be whether they're all built for the same architecture (32-bit Windows). If they aren't, they won't load together in the same process… |
|
23h |
revised |
(windows, python 2.7) Tix8.4.3 from c-api using PyRun_SimpleString -> could not load <path>tix8.43.dll or a dependent library deleted 28 characters in body |
|
23h |
comment |
Tcl placing a value of a variable as the name a the variable Most cases where you think you want double-dereferencing are actually better served with using an element of an array. |
|
23h |
answered | Tcl increasing a value in a procedure |
|
1d |
revised |
Tcl increasing a value in a procedure deleted 82 characters in body |
|
1d |
answered | RMI after bind, can i change the object that is bind? |
|
1d |
revised |
RMI after bind, can i change the object that is bind? added 8 characters in body |
|
1d |
comment |
BLT library TCL/TK Is that building from the source distribution linked from here? |
|
1d |
comment |
tcl interact with wget I can't tell for sure if you are going to read as well as write. If doing both, be careful as you can run into problems with pipe starvation due to buffering. (Many programs change their behavior when not writing to a terminal, but I forget whether wget is one of these.) |
|
1d |
comment |
tcl interact with wget +1: The default open mode is r (the most common option for files) but for pipes that you want to write to, you need w, a, r+, w+ or a+. Or to use the POSIX flag list with RDWR or WRONLY. |
|
2d |
comment |
Looking for a search string in a file and printing next word in that line Are there blank lines between those lines with text? Are they separate versions of the file, or what? (Just trying to understand exactly what the input is.) |
|
2d |
comment |
tcl changing a global variable while in a child interpreter (interp) Just so as you know, 8.4 is very close to the end of its extended support period. |
|
2d |
answered | tcl changing a global variable while in a child interpreter (interp) |
|
2d |
comment |
search a string in a files if it match replace another string in the same line with some string BTW, for 10k of lines with those sorts of line lengths, I'd do it all in memory. It's less than a MB of data, and we've all got computers with multiple GB of physical RAM… |
|
2d |
revised |
Self signed SAN certificate failed to be verifed edited tags |
|
2d |
answered | search a string in a files if it match replace another string in the same line with some string |
|
May 22 |
answered | how to invoke a method from an Entry Widget in Ruby Tk |
|
May 22 |
answered | Where in the Tkinter application stack is a question mark (“?”) substituted in place of Unicode keyboard input into an Text widget? |
|
May 22 |
comment |
Tkinter: String variables not working It's not “Yurium” but rather “Yttrium”… |