1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-13 11:32:20 +00:00

Merge pull request #1827 from kiriappeee/master

Added advent of code. Closes #1773
This commit is contained in:
victor felder 2016-02-13 23:12:17 +01:00
commit 0af1825d14
2 changed files with 2 additions and 1 deletions

View File

@ -1541,7 +1541,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout,
### Objective-C
* [Google's Objective-C Style Guide](http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml)
* [Object-Oriented Programming with Objective-C](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/OOP_ObjC/OOP_ObjC.pdf) (PDF)
* [Object-Oriented Programming with Objective-C](https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/OOP_ObjC/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005149)
* [Objective-C Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/objective-c) (PDF, Kindle) *(Just fill the fields with any values)*
* [Programming With Objective-C](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html)
* [Try Objective-C Book](http://tryobjectivec.codeschool.com)

View File

@ -26,6 +26,7 @@
### Problem Sets
* [Advent Of Code](http://adventofcode.com)
* [Anarchy Golf](http://golf.shinh.org)
* [CareerCup](http://www.careercup.com)
* [CheckIO](http://www.checkio.org)