BITCQ

Lynda.com - Objective-C Essential Training

Size: 634.6 MB
Magnet link

Name Size
Lynda.com - Objective-C Essential Training/01. Introduction/02 - What You Should Know.mov 14.4 MB
Lynda.com - Objective-C Essential Training/01. Introduction/01 - Welcome.mov 9 MB
Lynda.com - Objective-C Essential Training/01. Introduction/03 - Using The Exercise Files.mov 1.1 MB
Lynda.com - Objective-C Essential Training/02. Getting Started/02 - Creating your first application (NEW).mov 33.8 MB
Lynda.com - Objective-C Essential Training/02. Getting Started/01 - Installing the tools (NEW).mov 7.9 MB
Lynda.com - Objective-C Essential Training/02. Getting Started/03 - Updates to this course (NEW).mov 4 MB
Lynda.com - Objective-C Essential Training/03. Objective-C Basics/02 - The structure of an Objective-C program.mov 19.1 MB
Lynda.com - Objective-C Essential Training/03. Objective-C Basics/03 - Compiling and running your code.mov 11.8 MB
Lynda.com - Objective-C Essential Training/03. Objective-C Basics/01 - The Objective-C language.mov 10.3 MB
Lynda.com - Objective-C Essential Training/04. Program Flow/01 - Logging messages to the command line.mov 21.1 MB
Lynda.com - Objective-C Essential Training/04. Program Flow/07 - Functions.mov 12.3 MB
Lynda.com - Objective-C Essential Training/04. Program Flow/06 - Loops.mov 11.6 MB
Lynda.com - Objective-C Essential Training/04. Program Flow/05 - Operators and expressions.mov 9.8 MB
Lynda.com - Objective-C Essential Training/04. Program Flow/03 - The switch statement.mov 8.9 MB
Lynda.com - Objective-C Essential Training/04. Program Flow/02 - Writing conditional code.mov 8.3 MB
Lynda.com - Objective-C Essential Training/04. Program Flow/04 - Code snippets.mov 7.1 MB
Lynda.com - Objective-C Essential Training/05. Variables/01 - Data types.mov 12.2 MB
Lynda.com - Objective-C Essential Training/05. Variables/02 - Working with numbers.mov 11.9 MB
Lynda.com - Objective-C Essential Training/05. Variables/04 - Variable scope.mov 10.5 MB
Lynda.com - Objective-C Essential Training/05. Variables/08 - Working with strings.mov 9.6 MB
Lynda.com - Objective-C Essential Training/05. Variables/07 - Preprocessor directives.mov 8.4 MB
Lynda.com - Objective-C Essential Training/05. Variables/05 - Enumerations.mov 5 MB
Lynda.com - Objective-C Essential Training/05. Variables/03 - Working with characters.mov 4.8 MB
Lynda.com - Objective-C Essential Training/05. Variables/06 - Using typedef.mov 3.3 MB
Lynda.com - Objective-C Essential Training/06. Classes/01 - Introduction to object orientation.mov 18.6 MB
Lynda.com - Objective-C Essential Training/06. Classes/04 - Using existing classes in the foundation framework.mov 16.8 MB
Lynda.com - Objective-C Essential Training/06. Classes/02 - Using objects and pointers.mov 12 MB
Lynda.com - Objective-C Essential Training/06. Classes/03 - Messages and methods.mov 10.2 MB
Lynda.com - Objective-C Essential Training/07. Memory Management/03 - Using autorelease pools.mov 12.9 MB
Lynda.com - Objective-C Essential Training/07. Memory Management/02 - Object creation.mov 11.2 MB
Lynda.com - Objective-C Essential Training/07. Memory Management/05 - Introduction to Automatic Reference Counting (ARC) (NEW).mov 5.1 MB
Lynda.com - Objective-C Essential Training/07. Memory Management/07 - The rules of ARC (NEW).mov 4.5 MB
Lynda.com - Objective-C Essential Training/07. Memory Management/04 - Apple autoreleased objects.mov 4.3 MB
Lynda.com - Objective-C Essential Training/07. Memory Management/06 - What ARC manages (NEW).mov 2.5 MB
Lynda.com - Objective-C Essential Training/07. Memory Management/01 - What's new with memory management- (NEW).mov 1.9 MB
Lynda.com - Objective-C Essential Training/08. Custom Classes/01 - Creating your own classes (NEW).mov 21.2 MB
Lynda.com - Objective-C Essential Training/08. Custom Classes/04 - Defining initializers (NEW).mov 20.3 MB
Lynda.com - Objective-C Essential Training/08. Custom Classes/02 - Defining methods (NEW).mov 11.4 MB
Lynda.com - Objective-C Essential Training/08. Custom Classes/05 - Using dealloc (NEW).mov 8.5 MB
Lynda.com - Objective-C Essential Training/08. Custom Classes/03 - Defining properties (NEW).mov 7.4 MB
Lynda.com - Objective-C Essential Training/09. Collections/02 - Working with Objective-C array objects.mov 11.8 MB
Lynda.com - Objective-C Essential Training/09. Collections/01 - Working with C-style arrays.mov 9.6 MB
Lynda.com - Objective-C Essential Training/09. Collections/03 - Using dictionaries.mov 8.1 MB
Lynda.com - Objective-C Essential Training/09. Collections/04 - Fast enumeration.mov 4.6 MB
Lynda.com - Objective-C Essential Training/10. File Management/04 - Archiving objects.mov 19.1 MB
Lynda.com - Objective-C Essential Training/10. File Management/01 - Introduction to file management in Objective-C.mov 14.1 MB
Lynda.com - Objective-C Essential Training/10. File Management/02 - Working with paths and URLs.mov 9.5 MB
Lynda.com - Objective-C Essential Training/10. File Management/03 - Reading and writing strings.mov 8.4 MB
Lynda.com - Objective-C Essential Training/11. More Complex Classes/04 - Dynamic typing.mov 19 MB
Lynda.com - Objective-C Essential Training/11. More Complex Classes/01 - Inheritance and NSObject.mov 11.3 MB
Lynda.com - Objective-C Essential Training/11. More Complex Classes/02 - Extending classes with categories.mov 8.5 MB
Lynda.com - Objective-C Essential Training/11. More Complex Classes/03 - Defining protocols.mov 6.1 MB
Lynda.com - Objective-C Essential Training/12. Debugging/06 - Upgrading code to utilize ARC (NEW).mov 13.6 MB
Lynda.com - Objective-C Essential Training/12. Debugging/02 - Common compile warnings.mov 13.5 MB
Lynda.com - Objective-C Essential Training/12. Debugging/05 - Breakpoints and debugging.mov 10.3 MB
Lynda.com - Objective-C Essential Training/12. Debugging/03 - Common run-time errors.mov 9.2 MB
Lynda.com - Objective-C Essential Training/12. Debugging/01 - Common compile errors.mov 9.2 MB
Lynda.com - Objective-C Essential Training/12. Debugging/04 - Exception handling with try_catch.mov 7.3 MB
Lynda.com - Objective-C Essential Training/13. Conclusion/01 - Exploring and using other frameworks.mov 13.4 MB
Lynda.com - Objective-C Essential Training/13. Conclusion/02 - Goodbye.mov 2.2 MB
Lynda.com - Objective-C Essential Training/Exercise Files/Ex_Files_ObjC_EssT_1.zip 786 KB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
[ FreeCourseWeb.com ] Lynda - Advanced Selenium - Page Objects and GUI Automation.zip Application 493.3 MB 62
Lynda.com - Object-Oriented Programming with PHP Video 164.7 MB 15
[ FreeCourseWeb.com ] Lynda - Python Object-Oriented Programming.zip Application 254.9 MB 11
Lynda.com.Foundations.of.Programming.Object-Oriented.Design-iNKiSO Application 1.1 GB 9
Lynda.com - Object-Oriented Programming with PHP (2013 RUS) Video 227.4 MB 6
Lynda.com - Foundations of Programming. Object-Oriented Design Video 1.1 GB 6
[ FreeCourseWeb.com ] Lynda - Cold Calling - Overcoming Sales Objections.zip Application 969.4 MB 5
[ FreeCourseWeb.com ] Lynda - Goal Setting- Objectives and Key Results (OKRs).zip Application 227.3 MB 3
Lynda.com.Objective-C.Essential.Training Video 618.4 MB 2
Lynda.com.Object-Oriented.Programming.with.PHP Video 324 MB 2
Lynda.com - Photoshop CS5 Extended One-on-One. 3D Objects Application 1.9 GB 2
Lynda.com - Object-Oriented Programming with PHP Video 324.2 MB 1
Lynda.com- Objective-C Video 613.8 MB 1
Lynda.com - Photoshop CS5 Extended One-on-One. 3D Objects Application 1.9 GB 1
Lynda.com - Adobe Photoshop CS4 Smart Objects Application 2.9 GB 1
Lynda.com - Foundations of Programming Object-Oriented Design.iso Application 1.1 GB 16
Lynda.com - Objective-C Essential Training Video 634.6 MB 8
lynda.com - Accessing Databases with Object-Oriented PHP Tutorial Video 863.7 MB 6
Lynda.com - Foundations of Programming. Object-Oriented Design (2012 RUS) Video 1 GB 3
Lynda.com - Object-Oriented Programming with PHP Video 324 MB 2

Loading...