|
Cecil Westerhof <[hidden email]>: Jun 25 03:37PM +0200
I wrote a command-line tcl application to select a tea to brew. One
proc is the following:
proc chooseTea {teaList} {
set nrOfTeas [llength ${teaList}]
for {set i 0} {${i} < ${nrOfTeas}}
...more
|
Rich <[hidden email]>: Jun 25 03:14PM
> correct value and the corresponding tea and location is returned in a
> list.
> Can this be improved?
One small change (not sure it could be classed as an "improvement" per
...more
|
[hidden email]: Jun 25 11:48AM -0700
since this is a user interface, you might consider using Tk
pop up a window to select a tea, or cancel (I'm assuming the list is not too long)
proc chooseTea {teas} {
destroy .tea
...more
|
Cecil Westerhof <[hidden email]>: Jun 25 09:11PM +0200
> [dict get ${tea} LastUsed] \
> [dict get ${tea} Location]]
> }
Good idea.
> [incr i] $Tea $LastUsed $Location]
> }
> }
That is a nice one, but you
...more
|
[hidden email]: Jun 25 02:27AM -0700
Hello,
I'm developing TCL package for STOMP and during extensive tests I found problem with sending messages over the socket to the server - some messages get lost just before server disconnects.
...more
|
Harald Oehlmann <[hidden email]>: Jun 25 04:42PM +0200
Hi TT,
> }
> return $ret
> }
IMHO if the write does not work, it should still be possible to read any
remaining bytes in the read buffer.
Do you know about half close ?
...more
|
Harald Oehlmann <[hidden email]>: Jun 25 08:30AM +0200
Am 23.06.2018 um 03:25 schrieb Ashok:
> functions, but no support for non-numerical data. Tarray on the other
> hand has columns and tables with stronger search, sort, query and
> grouping
...more
|
[hidden email]: Jun 24 10:44PM -0700
Alexandru,
On Sunday, June 24, 2018 at 7:17:18 PM UTC+5:30, Alexandru wrote:
> Thanks for debugging. I tested again with zip conperssion turned off for the specific file type and see no effect.
...more
|
[hidden email]: Jun 24 10:27PM -0700
Heya boys, I'm a good looking, single, caucasian female seeking some naughty fun. I do not want a committed relationship for now, I recenty got out of one. I am trying.
...more
|
[hidden email]: Jun 24 10:27PM -0700
Heya boys, I'm a good looking, single, caucasian female seeking some naughty fun. I do not want a committed relationship for now, I recenty got out of one. I am trying.
...more
|
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to [hidden email].
|
|