Messages - xtabber [ switch to compact view ]

Pages: prev1 ... 114 115 116 117 118 [119] 120 121 122 123 124next
591
I've been using Neil Rubenking's InCtrl5 for years to track software installations. It's an old PC Magazine utility and used to be free, but now costs, $7.97 (or you can get unlimited PC Mag utilities for free for a year with a $19.97 subscription). It was written for W2K and earlier but works just fine with XP and, from what I understand, with Vista (I don't use Vista, so I can't verify that).

Full details at: http://www.pcmag.com/article2/0,2817,9882,00.asp

592
Living Room / Re: Best programming books ?
« on: April 24, 2009, 02:44 PM »
Although the syntax looks similar because most derive in some way from C, C is conceptually very different from object-oriented languages like Python. The critical essence of C lies in the programmer's control over memory management and data structures, both of which are handled for you in most "modern" languages.

While Kernighan & Ritchie, "The C Programming Language" laid the foundation and is a remarkable book, I really would not consider it the best way to learn C. Probably the best introduction to C, if you have some programming experience, is Kenneth Reek, "Pointers on C" which does a superb job of explaining how C works. A good and thorough tutorial approach is Stephen Prata, "C Primer Plus"  5th edition. If you get serious about programming in C, you will want to get Harbison & Steele "C: A Reference Manual" which is exactly what its name indicates.

My choice for "best" book on programming, as opposed to using a specific language to program, would probably be Kerngihan & Pike, "The Practice of Programming" which is somewhat C-oriented, but very general in application and unsurpassed, IMHO, at elucidating the fundamentals of good programming practice.


593
I actually bought EditPadPro recently because there are times when I want to use a stream-oriented editor reather than a line-oriented editor like Kedit, and it seemed to have the best combination of features along with excellent speed and a light footprint, unlike some of the other editors I have worked with (e.g., SlickEdit).  Although I haven't given it a good workout yet, I find it very impressive so far and am very happy with the choice.

That said, folding in EditPadPro is not at all the same as selective editing in Kedit, because folding affects only the display, not the underlying document. In Kedit, you can restrict the editing scope to the visible lines, so that when you mark a rectangular block in the displayed text and copy that block elsewhere, the copied block will contain only the text that was visible in the restricted display. With folded text, the hidden lines would be included in the copy. You can also incrementally add or remove lines from the restricted display by specifying additional targets.

Restricting editing allows you to do things like right or left justify the contents of a rectangular block without affecting the text on the same lines outside of the block. These capabilities make Kedit an unequalled tool for editing flat file ascii databases and tabular data.  On the other hand, you can't search for a pattern that spans multiple lines, as you can in a stream-oriented editor, which is one reason I sometimes need one of the latter.

594
Living Room / Re: Samsung's 24 x 220MB/s SSD RAID
« on: March 13, 2009, 06:59 PM »
Opening many programs simultaneously was probably chosen specifically to make the SSD RAID configuration look impressive. A more realistic benchmark for most people would be copying several large files from one area to another on a single drive. I suspect that would not be quite such a slam dunk for a SSD as opposed to a HD, regardless of configuration.

595
Living Room / Re: I can haz LOLMouser plz?
« on: March 13, 2009, 08:34 AM »
Perhaps a comment on the increasing subtlety of this thread???

http://www.gocomics.com/lio/2009/03/13

Pages: prev1 ... 114 115 116 117 118 [119] 120 121 122 123 124next
Go to full version