From e5bac43a43992af5bb6caad81a4fca7fd7bc395a Mon Sep 17 00:00:00 2001 From: Adnan Issadeen Date: Sun, 31 Jan 2016 08:50:48 +0530 Subject: [PATCH 1/3] Added advent of code. Closes #1773 --- problem-sets-competitive-programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/problem-sets-competitive-programming.md b/problem-sets-competitive-programming.md index e4f58fec..ee2fdb35 100644 --- a/problem-sets-competitive-programming.md +++ b/problem-sets-competitive-programming.md @@ -27,6 +27,7 @@ ### Problem Sets * [Anarchy Golf](http://golf.shinh.org) +* [Advent Of Code](http://adventofcode.com) * [CareerCup](http://www.careercup.com) * [CheckIO](http://www.checkio.org) * [CodeHunt](https://www.codehunt.com) From b82cb5f819d03b7369f7c00d329ce122d5ab102d Mon Sep 17 00:00:00 2001 From: Adnan Issadeen Date: Sun, 31 Jan 2016 08:59:31 +0530 Subject: [PATCH 2/3] Corrected oop with objective c link. Addresses #1768 --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 4b1b793c..8fca5d6f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1531,7 +1531,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) From 3f757072503ac118fde657054e6f2fd976c0d842 Mon Sep 17 00:00:00 2001 From: Adnan Issadeen Date: Tue, 2 Feb 2016 12:07:09 +0530 Subject: [PATCH 3/3] Corrected alphabetical ordering for advent of code --- problem-sets-competitive-programming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problem-sets-competitive-programming.md b/problem-sets-competitive-programming.md index ee2fdb35..e98a387e 100644 --- a/problem-sets-competitive-programming.md +++ b/problem-sets-competitive-programming.md @@ -26,8 +26,8 @@ ### Problem Sets -* [Anarchy Golf](http://golf.shinh.org) * [Advent Of Code](http://adventofcode.com) +* [Anarchy Golf](http://golf.shinh.org) * [CareerCup](http://www.careercup.com) * [CheckIO](http://www.checkio.org) * [CodeHunt](https://www.codehunt.com)