| | Re: NQC in Boston University Linux :) Matthew Miller
|
| | (...) Didn't I lecture you about this before? *grin* (...) Hmm; I wonder how the 6.0 installer deals with that case. (It's generally better about error conditions. (Although, one of the improvements I've made is that it auto-retries once if an ftp (...) (25 years ago, 7-Apr-00, to lugnet.off-topic.geek)
|
| | |
| | | | Re: NQC in Boston University Linux :) Dan Boger
|
| | | | (...) *hide*. I am getting better though - the other day, I removed netscape from my computer, and did it with rpm -e :) (...) do you also check for space while choosing? RH has this annoying trick, when you painfully choose all the packages you (...) (25 years ago, 7-Apr-00, to lugnet.off-topic.geek)
|
| | | | |
| | | | | | Re: NQC in Boston University Linux :) Matthew Miller
|
| | | | | (...) *grin* good for you. (...) Nope. That'd be too much of a change to the 6.0 installer for me to tackle right now. (The original code is _really_ crufty.) I'll look at this once I start on the next generation. (...) The python folks would (...) (25 years ago, 7-Apr-00, to lugnet.off-topic.geek)
|
| | | | | |
| | | | | | | Re: NQC in Boston University Linux :) Christopher Lindsey
|
| | | | | | (...) Yeah, but they also claim that checking your indentation levels is good too... :) Chris (25 years ago, 7-Apr-00, to lugnet.off-topic.geek)
|
| | | | | | |
| | | | | | | | Re: NQC in Boston University Linux :) Matthew Miller
|
| | | | | | (...) I can see their point on that one. Indention _is_ a logical way to keep blocks seperated, and it's easier for new users than keeping {s and }s matched up. It's important to note that it's only _relative_ indentation that is important -- you (...) (25 years ago, 7-Apr-00, to lugnet.off-topic.geek)
|
| | | | | | |
| | | | | | | | Re: NQC in Boston University Linux :) Christopher Lindsey
|
| | | | | | (...) It's like a throwback to the days of Cobol and Fortran, except, as you pointed out, it doesn't require column placement. When I script in Perl I always add my changes all the way to the left so they're easy to find, remove, etc. if things (...) (25 years ago, 7-Apr-00, to lugnet.off-topic.geek)
|
| | | | | | |
| | | | | | TMTOWTDI (was: Re: NQC in Boston University Linux :)) Todd Lehman
|
| | | | (...) I'd like to take a close look at Python someday, but I doubt I'll end up using it if it's got the frustrations of other syntactically challenged languages. (My favorite programming languages are Perl, PostScript, and LISP/Scheme/Logo for their (...) (25 years ago, 7-Apr-00, to lugnet.off-topic.geek)
|
| | | | |
| | | | | | Re: TMTOWTDI (was: Re: NQC in Boston University Linux :)) Matthew Miller
|
| | | | (...) Well, in python, that's very easy, since all variables are references. But, for example, to test if 'foo' is a callable object (a function, class, method, etc...), this is the Way: if not callable(foo): sys.exit(1) As I understand it, any (...) (25 years ago, 8-Apr-00, to lugnet.off-topic.geek)
|
| | | | |