All Videos Tagged writing (MoreDat) - MoreDat 2024-04-26T23:40:52Z http://moredat.ning.com/video/video/listTagged?tag=writing&rss=yes&xn_auth=no Lecture 19 | Programming Abstractions (Stanford) tag:moredat.ning.com,2012-10-27:6483656:Video:4743 2012-10-27T01:33:29.584Z Jerome Trent http://moredat.ning.com/profile/2f1v1ewv1dry8 <a href="http://moredat.ning.com/video/lecture-19-programming-abstractions-stanford"><br /> <img alt="Thumbnail" height="180" src="http://storage.ning.com/topology/rest/1.0/file/get/3345142386?profile=original&amp;width=240&amp;height=180" width="240"></img><br /> </a> <br></br>Lecture 19 by Julie Zelenski for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department.<br></br> <br></br> Julie reiterates the rules for template implementers and continues by coding live with the class explaining each line of code in detail after writing it. Throughout the process of writing the code, she encounters several errors and… <a href="http://moredat.ning.com/video/lecture-19-programming-abstractions-stanford"><br /> <img src="http://storage.ning.com/topology/rest/1.0/file/get/3345142386?profile=original&amp;width=240&amp;height=180" width="240" height="180" alt="Thumbnail" /><br /> </a><br />Lecture 19 by Julie Zelenski for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department.<br /> <br /> Julie reiterates the rules for template implementers and continues by coding live with the class explaining each line of code in detail after writing it. Throughout the process of writing the code, she encounters several errors and debugs the code every several minutes. She continues to demonstrate how to write code involving stack. Lecture 15 | Programming Methodology (Stanford) tag:moredat.ning.com,2012-10-22:6483656:Video:4630 2012-10-22T20:44:19.253Z Jerome Trent http://moredat.ning.com/profile/2f1v1ewv1dry8 <a href="http://moredat.ning.com/video/lecture-15-programming-methodology-stanford"><br /> <img alt="Thumbnail" height="180" src="http://storage.ning.com/topology/rest/1.0/file/get/3345142553?profile=original&amp;width=240&amp;height=180" width="240"></img><br /> </a> <br></br>Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami recaps on pointers and memory. He then lectures on reading files, creating files, and over writing files.<br></br> <br></br> CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design,… <a href="http://moredat.ning.com/video/lecture-15-programming-methodology-stanford"><br /> <img src="http://storage.ning.com/topology/rest/1.0/file/get/3345142553?profile=original&amp;width=240&amp;height=180" width="240" height="180" alt="Thumbnail" /><br /> </a><br />Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami recaps on pointers and memory. He then lectures on reading files, creating files, and over writing files.<br /> <br /> 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.