CGI & PHP » Lecture http://www.cgiphp.com Enhance your site with CGi, PHP and ASP scripts Sun, 25 Jul 2010 07:07:32 +0000 en hourly 1 Lecture 9 | Programming Methodology (Stanford) http://www.cgiphp.com/blog/lecture-9-programming-methodology-stanford/ http://www.cgiphp.com/blog/lecture-9-programming-methodology-stanford/#comments Sun, 25 Jul 2010 07:07:32 +0000 CGI & PHP.com http://www.cgiphp.com/blog/lecture-9-programming-methodology-stanford/ Lecture 9 | Programming Methodology (Stanford) is a post from: CGI & PHP

]]>

Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami introduces 2 new concepts, and he shows the class how to combine the previous topics and lectures together. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language. Complete Playlist for the Course: www.youtube.com CS106A at Stanford Unversity: www.stanford.edu Stanford Center for Professional Development: scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube www.youtube.com

Lecture 9 | Programming Methodology (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-9-programming-methodology-stanford/feed/ 25
Lecture 3 | Programming Abstractions (Stanford) http://www.cgiphp.com/blog/lecture-3-programming-abstractions-stanford/ http://www.cgiphp.com/blog/lecture-3-programming-abstractions-stanford/#comments Mon, 12 Jul 2010 07:04:01 +0000 CGI & PHP.com http://www.cgiphp.com/blog/lecture-3-programming-abstractions-stanford/ Lecture 3 | Programming Abstractions (Stanford) is a post from: CGI & PHP

]]>

Lecture 3 by Julie Zelenski for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department. Julie goes over C++ libraries and explains what they are and how they are useful. She continues to introduce C++ basics, including strings, various operators on strings and comparing two strings and takes special note that C++ is an 'industrial language' and does not guarantee anything and that the programmer has to be more attentive to finding his/her own bugs. Complete Playlist for the Course: www.youtube.com CS 106B Course Website: cs106b.stanford.edu Stanford Center for Professional Development scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube: www.youtube.com

Lecture 3 | Programming Abstractions (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-3-programming-abstractions-stanford/feed/ 25
Lecture 1 | Programming Abstractions (Stanford) http://www.cgiphp.com/blog/lecture-1-programming-abstractions-stanford/ http://www.cgiphp.com/blog/lecture-1-programming-abstractions-stanford/#comments Fri, 21 May 2010 07:08:08 +0000 CGI & PHP.com http://www.cgiphp.com/blog/lecture-1-programming-abstractions-stanford/ Lecture 1 | Programming Abstractions (Stanford) is a post from: CGI & PHP

]]>

The first lecture by Julie Zelenski for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department. Julie Zelenski gives an introduction to the course, recursion, algorithms, dynamic data structures and data abstraction; she also introduced the significance of programming and gives her opinion of what makes 106B "great;" C++ is introduced, too. Complete Playlist for the Course: www.youtube.com CS 106B Course Website: cs106b.stanford.edu Stanford Center for Professional Development scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube: www.youtube.com

Lecture 1 | Programming Abstractions (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-1-programming-abstractions-stanford/feed/ 0
Lecture -18 Dynamic Programming http://www.cgiphp.com/blog/lecture-18-dynamic-programming/ http://www.cgiphp.com/blog/lecture-18-dynamic-programming/#comments Sat, 08 May 2010 07:18:57 +0000 CGI & PHP.com http://www.cgiphp.com/blog/lecture-18-dynamic-programming/ Lecture -18 Dynamic Programming is a post from: CGI & PHP

]]>

Lecture Series on Design & Analysis of Algorithms by Prof.Abhiram Ranade, Prof.Sunder Vishwanathan , Department of Computer Science Engineering,IIT Bombay. For more details on NPTEL visit nptel.iitm.ac.in

Lecture -18 Dynamic Programming is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-18-dynamic-programming/feed/ 18
Lecture 2 | Programming Paradigms (Stanford) http://www.cgiphp.com/blog/lecture-2-programming-paradigms-stanford/ http://www.cgiphp.com/blog/lecture-2-programming-paradigms-stanford/#comments Thu, 04 Mar 2010 07:11:18 +0000 CGI & PHP.com http://www.cgiphp.com/blog/lecture-2-programming-paradigms-stanford/ Lecture 2 | Programming Paradigms (Stanford) is a post from: CGI & PHP

]]>

Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain discusses C and C++ programming codes, as well as binary addition and subtraction. Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python. The class aims to teach students how to write code for each of these individual languages and to understand the programming paradigms behind these languages. Complete Playlist for the Course: www.youtube.com CS 107 Course Website: www.CS107.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on youtube: www.youtube.com

Lecture 2 | Programming Paradigms (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-2-programming-paradigms-stanford/feed/ 25
CS 61A Lecture 1: Functional Programming I http://www.cgiphp.com/blog/cs-61a-lecture-1-functional-programming-i/ http://www.cgiphp.com/blog/cs-61a-lecture-1-functional-programming-i/#comments Fri, 19 Feb 2010 07:02:39 +0000 CGI & PHP.com http://www.cgiphp.com/blog/cs-61a-lecture-1-functional-programming-i/ CS 61A Lecture 1: Functional Programming I is a post from: CGI & PHP

]]>

CS 61A – Spring 08 – TheStructure and Interpretation of Computer Programs Instructor Brian Harvey 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, data-directed programming, and message-passing; (b) between programming languages, using functional and rule-based languages as examples. It also relates these techniques to the practical problems of implementation of languages and algorithms on a von Neumann machine. There are several significant programming projects, programmed in a dialect of the LISP language. www.cs.berkeley.edu

CS 61A Lecture 1: Functional Programming I is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/cs-61a-lecture-1-functional-programming-i/feed/ 25
Lecture 24: eXtreme Programming – Richard Buckland http://www.cgiphp.com/blog/lecture-24-extreme-programming-richard-buckland/ http://www.cgiphp.com/blog/lecture-24-extreme-programming-richard-buckland/#comments Sat, 06 Feb 2010 07:04:00 +0000 CGI & PHP.com http://bloghost.xaviermedia.net/blog/lecture-24-extreme-programming-richard-buckland/ Lecture 24: eXtreme Programming – Richard Buckland is a post from: CGI & PHP

]]>

extreme programming, unit tests, test as you go, unit tests in C, one objective at a time, refactoring. asserts. multi-file programs in C. linking. #include header files prototypes. main. static helper functions. object files .o files Also: hornblower patriotism / the french

Lecture 24: eXtreme Programming – Richard Buckland is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-24-extreme-programming-richard-buckland/feed/ 25
Lecture 3 | Programming Methodology (Stanford) http://www.cgiphp.com/blog/lecture-3-programming-methodology-stanford/ http://www.cgiphp.com/blog/lecture-3-programming-methodology-stanford/#comments Sat, 06 Feb 2010 07:03:58 +0000 CGI & PHP.com http://bloghost.xaviermedia.net/blog/lecture-3-programming-methodology-stanford/ Lecture 3 | Programming Methodology (Stanford) is a post from: CGI & PHP

]]>

Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami finishes his lecture on the program Karel by discussing common errors, comments, and advanced instructions. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language. Complete Playlist for the Course: www.youtube.com CS106A at Stanford Unversity: www.stanford.edu Stanford Center for Professional Development: scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on youtube www.youtube.com

Lecture 3 | Programming Methodology (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-3-programming-methodology-stanford/feed/ 25
Lecture 2 | Programming Methodology (Stanford) http://www.cgiphp.com/blog/lecture-2-programming-methodology-stanford/ http://www.cgiphp.com/blog/lecture-2-programming-methodology-stanford/#comments Sat, 06 Feb 2010 07:03:55 +0000 CGI & PHP.com http://bloghost.xaviermedia.net/blog/lecture-2-programming-methodology-stanford/ Lecture 2 | Programming Methodology (Stanford) is a post from: CGI & PHP

]]>

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 software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language. Complete Playlist for the Course: www.youtube.com CS106A at Stanford Unversity: www.stanford.edu Stanford Center for Professional Development: scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on youtube www.youtube.com

Lecture 2 | Programming Methodology (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-2-programming-methodology-stanford/feed/ 25
Lecture 1 | Programming Paradigms (Stanford) http://www.cgiphp.com/blog/lecture-1-programming-paradigms-stanford/ http://www.cgiphp.com/blog/lecture-1-programming-paradigms-stanford/#comments Sat, 06 Feb 2010 07:03:53 +0000 CGI & PHP.com http://bloghost.xaviermedia.net/blog/lecture-1-programming-paradigms-stanford/ Lecture 1 | Programming Paradigms (Stanford) is a post from: CGI & PHP

]]>

Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. Professor Cain provides an overview of the course. Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python. The class aims to teach students how to write code for each of these individual languages and to understand the programming paradigms behind these languages. Complete Playlist for the Course: www.youtube.com CS 107 Course Website: www.CS107.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on youtube: www.youtube.com

Lecture 1 | Programming Paradigms (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-1-programming-paradigms-stanford/feed/ 25