Showing posts with label objective c. Show all posts
Showing posts with label objective c. Show all posts
0
[postlink]https://7arivu.blogspot.com/2011/10/1-introduction-to-mac-os-x-cocoa-touch.html[/postlink]
http://www.youtube.com/watch?v=oesNwgHn1ws&feature=channel_video_title endofvid [starttext] (January 5, 2010) Alan Cannistraro starts the quarter with an introduction to Mac OS X, Cocoa Touch, and Objective-C. Part of Stanford's Winter Quarter 2010 iPhone Application Development (CS193P) course. [endtext]

1. Introduction to Mac OS X, Cocoa Touch, Objective-C and Tools

0
[postlink]https://7arivu.blogspot.com/2011/09/lec-2-c-programming-i.html[/postlink]
http://www.youtube.com/watch?v=3QiItmIWmOM endofvid [starttext] Lecture Series on Programming and Data Structure by Dr.P.P. Chakraborty, Department of Computer Science and Engineering, IIT Kharagpur. For more details on NPTEL [endtext]

Lec-2 C Programming-I

0
[postlink]https://7arivu.blogspot.com/2011/09/lecture-1-introduction-to-data.html[/postlink]
http://www.youtube.com/watch?v=RpRRUQFbePU&feature=relmfu endofvid [starttext] Write anything here, upload pictures... Make a video description, whatever... [endtext]

Lecture 1: Introduction to Data Structures and Algorithms - Richard Buckland

0
[postlink]https://7arivu.blogspot.com/2011/09/so-you-want-to-be-programming-rock-star.html[/postlink]
http://www.youtube.com/watch?v=XVfJSqAhHV8&feature=related endofvid [starttext] Google Tech Talk June 9, 2009 ABSTRACT Presented by Joshua Kerievsky. Software programming rock stars test-drive their code, refactor mercilessly and deftly apply design patterns. If youd like to get from musician to rock star status, a good place to start is Industrial Logics eLearning albums. Crafted over the past 4 years, these interactive, multimedia tracks feature challenging labs that rank your level and suggest improvements, engaging videos by experts, stimulating quizzes and an ability to ask questions and receive answers by knowledgeable practitioners. Join Joshua Kerievsky, founder of Industrial Logic, as he guides you through his companys state-of-the-art eLearning albums on timeless software design skills. [endtext]

So You Want To Be A Programming Rock Star?

0
[postlink]https://7arivu.blogspot.com/2011/09/objective-c-tutorial-lesson-2-part-2.html[/postlink]
http://www.youtube.com/watch?v=UYm0mijDjWE&feature=relmfu endofvid [starttext] Learn how to create a program in Part 3!!! After learning about Variables, Statements, Data Types, String Formatters and much much more in Part 1 & 2 [endtext]

Objective-C Tutorial - Lesson 2: Part 2: Programming Basics and Vocabulary

0
[postlink]https://7arivu.blogspot.com/2011/09/objective-c-tutorial-lesson-2-part-1.html[/postlink]
http://www.youtube.com/watch?v=thY71mMOMB0&feature=relmfu endofvid [starttext] Learn how to create a program in Part 3!!! After learning about Variables, Statements, Data Types, String Formatters and much much more in Part 1 & 2 [endtext]

Objective-C Tutorial - Lesson 2: Part 1: Programming Basics and Vocabulary

0
[postlink]https://7arivu.blogspot.com/2011/09/objective-c-tutorial-lesson-1-what-you.html[/postlink]
http://www.youtube.com/watch?v=FQRQsG_HprM endofvid [starttext] This is a remake of Objective-C Tutorial - Lesson 1] In this lesson I go over the basics of what you need to program, where to get the SDK (software development kit) and how programs work. Then I go over what object-oriented programming is and how it differs what procedural programming. [endtext]

Objective-C Tutorial - Lesson 1: What You Need To Program and Programming Basics

0
[postlink]https://7arivu.blogspot.com/2011/09/developing-iphone-applications-using.html[/postlink]
http://www.youtube.com/watch?v=s8nMpi5-P-I&feature=relmfu endofvid [starttext] ABSTRACT Apple's iPhone has resulted in significant interest from users and developers alike. Apple's SDK for the iPhone is based on Objective-C as the development language as well as Cocoa for the GUI. Unfortunately Apple's license agreement for the iPhone SDK prohibits the porting of the Java virtual machine to the iPhone. In this presentation we introduce an Open Source Java-to-Objective-C cross-compiler as well as a Java-based implementation of the Cocoa library. With the help of these tools, iPhone applications can be written in pure Java. Using the Java version of Cocoa, it is possible to run a Java-based iPhone application as a Java desktop/applet application that can be cross-compiled to run natively on the iPhone. The talk will discuss the challenges of the Java-to-Objective-C cross-compiler as well as the Java-based version of Cocoa. Details are available at http://www.xmlvm.org/ Speaker: Arno Puder Arno Puder is an Associate Professor at the San Francisco State University. Prior to his current position, he worked for AT Labs Research. His interests include middleware, ubiquitous computing, and applications for sensor networks. He is one of the founders of the Open Source CORBA implementation called MICO. [endtext]

Developing iPhone Applications using Java