- Need to get the number of milleconds for a given time
Does anyone know how to display the time in a format that displays themilliseconds too for that specific time? I need it to look likeMM/DD/YY hh:mm:ss:millecondsClock format just gives you hh:mm:ss. I tried using clock clicks but Ihave no clue how take the interger it gives to give the time in a...
- Need to build a tree buttom-up (parse tree)
Hello out there,continuing my adventures with "Parsing C" :) I need to build a parsetree. Now these trees are built "buttom-up": for an expression like8 + 7 * 5one would build a tree like+/\8 */\7 5that is, starting at the simplest components and building up morecomplex structures.Now I would lo...
- Need TCL developers
We are looking for multiple developers to build a Web service applicationwith TCL and AOLserver in a Linux environment. Part-time, full time andcontract will be considered. Duration of 2 to 9 months with possibilityof permanent offer. Prefer local (Northern VA) responses.Require skills:3-5 years...
- Need some help on this script
I am relatively new to expect and I am trying to create a script toadd user accounts to some dis. I am utilizing sudo to invoke useraddand the like... I am having a problem with sudo is once you auth forone command sudo will not prompt you for you password the next. So, Iam attempting to build a...
- need repeat command
Well... It works, but...proc repeat { times what } {for { set x 0 } { $x < $times } { incr x } {set ::temp $whatuplevel 1 { eval $::temp }unset ::temp}}#repeat 2 { puts test }#--> test testIt`s kinda ugly, isn`t it. I think you see what command I wan...
- need opinions regarding use of slave interpreter ...
I've never had the need to use slave interpreters, and so I'm looking forsome opinions for their suitability in the following application ...I'm playing with an image application which creates thumbnails for photoimages, some as large as 10 or 12MB each, and directories which mayc...