From 7b48d5a76e42f1d766a2348a8932cd471dbe6bbb Mon Sep 17 00:00:00 2001 From: Frederick-S Date: Fri, 23 Feb 2018 09:56:42 +0800 Subject: [PATCH] Fix cs 106a/106b/107 broken links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 736d8b0..3800b65 100644 --- a/README.md +++ b/README.md @@ -509,18 +509,18 @@ Courses - Lectures videos will available for free after registration. - [CS 106A](https://see.stanford.edu/Course/CS106A) **Programming Methodology** *Stanford University* Lecture Videos Assignments Lecture Notes - This course is the largest of the introductory programming courses and is one of the largest courses at Stanford. Topics focus on the introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Programming Methodology teaches the widely-used Java programming language along with good software engineering principles. - - [Lecture Videos](http://see.stanford.edu/see/lecturelist.aspx?coll=824a47e1-135f-4508-a5aa-866adcae1111) - - [Assignments](http://see.stanford.edu/see/materials/icspmcs106a/assignments.aspx) + - [Lecture Videos](https://see.stanford.edu/Course/CS106A) + - [Assignments](https://see.stanford.edu/Course/CS106A) - [All materials in a zip file](http://see.stanford.edu/materials/icspmcs106a/ProgrammingMethodologyAllMaterials.zip) - [CS 106B](https://see.stanford.edu/Course/CS106B) **Programming Abstractions** *Stanford University* Lecture Videos Assignments Lecture Notes - This course is the natural successor to Programming Methodology and covers such advanced programming topics as recursion, algorithmic analysis, and data abstraction using the C++ programming language, which is similar to both C and Java. - - [Lectures](http://see.stanford.edu/see/lecturelist.aspx?coll=11f4f422-5670-4b4c-889c-008262e09e4e) - - [Assignments](http://see.stanford.edu/see/materials/icspacs106b/assignments.aspx) + - [Lectures](https://see.stanford.edu/Course/CS106B) + - [Assignments](https://see.stanford.edu/Course/CS106B) - [All materials in a zip file](http://see.stanford.edu/materials/icspacs106b/ProgrammingAbstractionsAllMaterials.zip) - [CS 107](https://see.stanford.edu/Course/CS107) **Programming Paradigms** *Stanford University* Lecture Videos Assignments Lecture Notes - Topics: Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradigm (using LISP) and concurrent programming (using C and C++) - - [Lectures](http://see.stanford.edu/see/lecturelist.aspx?coll=2d712634-2bf1-4b55-9a3a-ca9d470755ee) - - [Assignments](http://see.stanford.edu/see/materials/icsppcs107/assignments.aspx) + - [Lectures](https://see.stanford.edu/Course/CS107) + - [Assignments](https://see.stanford.edu/Course/CS107) - [CS 109](http://otfried.org/courses/cs109/index.html) **Programming Practice Using Scala** *KAIST* Assignments Lecture Notes - This course introduces basic concepts of programming and computer science, such as dynamic and static typing, dynamic memory allocation, objects and methods, binary representation of numbers, using an editor and compiler from the command line, running programs with arguments from the command line, using libraries, and the use of basic data structures such as arrays, lists, sets, and maps. We will use Scala for this course. - [Lectures] (http://otfried.org/courses/cs109/index.html)