Archives
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
Meta
Tag Archives: programming
Computer Programming Tutorial, by Nick Antonaccio (#25a)
Learn to Create Computer Programs – 2D GRAPHICS, DRAWING, AND ANIMATION (part 1 of 3) Here are links to this entire video series (currently more than 8 hours total): musiclessonz.com These tutorials demonstrate how easy it is to accomplish real … Continue reading
Posted in Uncategorized Tagged #25a, Antonaccio, computer, Nick, programming, tutorial Leave a comment
CS 61A Lecture 30: Shell Programming I
CS61A The Structure and Interpretation of Computer Programs Instructor Brian Harvey Spring 2008 Introduction to programming and computer science. This course exposes students to techniques of abstraction at several levels: (a) within a programming language, using higher-order functions, manifest types, … Continue reading
Computer Programming Tutorial, by Nick Antonaccio (#32b)
Learn to Create Computer Programs – OBJECTS (OBJECT ORIENTED PROGRAMMING, OOP) IN REBOL (2 of 3) Here are links to this entire video series (currently more than 8 hours total): musiclessonz.com These tutorials demonstrate how easy it is to accomplish … Continue reading
Posted in Uncategorized Tagged #32b, Antonaccio, computer, Nick, programming, tutorial Leave a comment
Computer Programming Tutorial, by Nick Antonaccio (#32c)
Learn to Create Computer Programs – OBJECTS (OBJECT ORIENTED PROGRAMMING, OOP) IN REBOL (3 of 3) Here are links to this entire video series (currently more than 8 hours total): musiclessonz.com These tutorials demonstrate how easy it is to accomplish … Continue reading
Computer Programming Tutorial, by Nick Antonaccio (#31a)
Learn to Create Computer Programs – PARSING (1 of 3) Here are links to this entire video series (currently more than 8 hours total): musiclessonz.com These tutorials demonstrate how easy it is to accomplish real world programming goals with a … Continue reading
Posted in Uncategorized Tagged #31a, Antonaccio, computer, Nick, programming, tutorial Leave a comment
CS 61A Lecture 17: Object-Oriented Programming I
CS61A The Structure and Interpretation of Computer Programs Instructor Brian Harvey Spring 2008 Introduction to programming and computer science. This course exposes students to techniques of abstraction at several levels: (a) within a programming language, using higher-order functions, manifest types, … Continue reading
Lecture 1 | Programming Methodology (Stanford)
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). In the first lecture of the quarter, Professor Sahami provides an overview of the course and begins discussing computer programing. CS106A is an Introduction to the engineering of … Continue reading
Lecture 7 | Programming Methodology (Stanford)
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami recaps on CASTs, then continues talking about loops, function, methods, and returning. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering … Continue reading
Lecture 8 | Programming Methodology (Stanford)
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami reviews what he covered on methods and functions and then goes into more detail. CS106A is an Introduction to the engineering of computer applications emphasizing modern … Continue reading
Lecture 2 | Programming Methodology (Stanford)
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). In the second lecture, Professor Sahami introduces Karel and shows the commands associated with the program. CS106A is an Introduction to the engineering of computer applications emphasizing modern … Continue reading
