Archive for January, 2007

CSCI 1300 Lab 2 correction

Monday, January 29th, 2007

The reference to page 36 in the textbook in problem 6 should actually refer to the entire section 2.2, on pages 34-36.

Hopefully This Does Not Happen With Vista

Saturday, January 27th, 2007

Blue Screen Of Death

Interesting flowchart of language programming history

Thursday, January 25th, 2007

http://www.levenez.com/lang/history.html

Thought some of you would enjoy this.

Tuesday, January 23rd, 2007

Click Here

Tuesday, January 23rd, 2007

Conversion tables available

Thursday, January 18th, 2007

I’ve added the data representation conversion tables for binary< ->octal conversions, binary< ->hexadecimal conversions, and powers of 2 to the CSCI 1300 course library, under the Unit References. It’s a PDF document, so everyone should be able to view and print out a copy for their use and reference.

Google in the Future

Wednesday, January 17th, 2007

Why object oriented programming…

Friday, January 12th, 2007

Since my brain is very, very firmly entrenched in top-down, structured program design, I figured I’d do a little reading on why object oriented programming is better, or different or desirable, etc. Anyway, I came across this wikipedia article about common constructs in object oriented programming (i.e. Design Patterns.) Some of them [...]