diff --git a/README.md b/README.md index efb7ea1..3fea316 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,10 @@ Courses - This is a course on how to be a hacker. Your first four homework assignments walk you through the process of building your own unix shell. You'll be developing it as an open source project, and you will collaborate with each other at various points. - [Github Page](https://github.com/mikeizbicki/ucr-cs100) - [Assignments](https://github.com/mikeizbicki/ucr-cs100/tree/2015winter/assignments) +- [CS 193p](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) **Developing Applications for iOS** *Stanford University* Lecture VideosAssignments Lecture Notes + - Updated for iOS 7. Tools and APIs required to build applications for the iPhone and iPad platform using the iOS SDK. User interface designs for mobile devices and unique user interactions using multi-touch technologies. Object-oriented design using model-view-controller paradigm, memory management, Objective-C programming language. Other topics include: object-oriented database API, animation, multi-threading and performance considerations. + - Prerequisites: C language and object-oriented programming experience + - Recommended: [Programming Abstractions](https://itunes.apple.com/us/course/programming-abstractions/id495054099) - [CS 223A](http://see.stanford.edu/see/courseinfo.aspx?coll=86cc8662-f6e4-43c3-a1be-b30d1d179743) **Introduction to Robotics** *Stanford University* Lecture Videos Assignments Lecture Notes - The purpose of this course is to introduce you to basics of modeling, design, planning, and control of robot systems. In essence, the material treated in this course is a brief survey of relevant results from geometry, kinematics, statics, dynamics, and control. - [Lectures](http://see.stanford.edu/see/lecturelist.aspx?coll=86cc8662-f6e4-43c3-a1be-b30d1d179743) @@ -379,10 +383,6 @@ Courses - [Lectures](http://www.schneems.com/ut-rails/) - [Assignments](http://www.schneems.com/ut-rails/) - [Videos](https://www.youtube.com/playlist?list=PL7A85FD7803A8CB1F) -- [CS193p](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) **Developing Applications for iOS** *Stanford University* Lecture VideosAssignments Lecture Notes - - Updated for iOS 7. Tools and APIs required to build applications for the iPhone and iPad platform using the iOS SDK. User interface designs for mobile devices and unique user interactions using multi-touch technologies. Object-oriented design using model-view-controller paradigm, memory management, Objective-C programming language. Other topics include: object-oriented database API, animation, multi-threading and performance considerations. - - Prerequisites: C language and object-oriented programming experience - - Recommended: [Programming Abstractions](https://itunes.apple.com/us/course/programming-abstractions/id495054099) -----