It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
My program (which happens to be in Perl, though I don\'t think this question is Perl-specific) outputs status messages at one point in the program of the form Progress: x/yy where x and yy are a numbe
I am debugging stored procedures, and right now I am interested in what ran in what order and which which parameters as opposed to how fast things ran and what may sneak in between and cause a slowdow
I am currently working on a homework assignment to generate what is known as Pascal\'s triangle in Python.
I have a TraceSource object that I use to log the initialization of a VB.Net application. It has several TraceListeners attached:
For example, I want to count from 001 to 100. Meaning the zero buffer would start off with 2, 1, then eventually 0 when it reaches 100 or more.
I\'m w开发者_如何学Goriting a command-line tool for Mac OS X that processes a bunch of files. I would like to show the user the current file being processed, but do not want a bazillion files pollutin
First some background. I\'m parsing a simple file format, and wish to re-use the results in python code later, so I made a very simple class hierarchy and wrote the parser to construct objects from th
I\'m having a hard time enabling git colored output on windows when using console2. To trick git I\'ve already SET TERM = \'cygwin\'. This enabled the colors from a standard cmd.exe prompt but not i
There is an option in R to get control over digit display. For example: options(digits=10) is supposed to give the calculation results in 10 digits till the end of R session. In the help file of R,