This repository was archived by the owner on Jun 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Languages
Aaron Taylor edited this page Jul 14, 2014
·
18 revisions
- Quickstart: https://www.ruby-lang.org/en/documentation/quickstart/
- Ruby The Hard Way: http://ruby.learncodethehardway.org/book/
- Aaron has the epub version
- Ruby tutorials: https://rubymonk.com
- Loops and Iterators: http://www.skorks.com/2009/09/a-wealth-of-ruby-loops-and-iterators/
- Enumerables and Enumerators: https://practicingruby.com/articles/building-enumerable-and-enumerator
- Ruby Worst practices: http://www.oreillynet.com/pub/a/ruby/excerpts/ruby-best-practices/worst-practices.html
- 2.1 new features: http://globaldev.co.uk/2014/05/ruby-2-1-in-detail/
- rvm cheatsheet: http://cheat.errtheblog.com/s/rvm
- ruby cheatsheet: http://www.zenspider.com/Languages/Ruby/QuickRef.html
- & operator: http://ablogaboutcode.com/2012/01/04/the-ampersand-operator-in-ruby/
- Somewhat silly walkthrough: http://tryobjectivec.codeschool.com/levels/1/challenges/4
- Quality General Overview: http://cocoadevcentral.com/d/learn_objectivec/
- Apple's official: https://developer.apple.com/library/mac/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html
- Modern Objective-C: https://developer.apple.com/library/prerelease/ios/releasenotes/ObjectiveC/ModernizationObjC/AdoptingModernObjective-C/AdoptingModernObjective-C.html#//apple_ref/doc/uid/TP40014150
- New language from apple for iOS development
- https://developer.apple.com/swift/
- http://www.raywenderlich.com/73997/swift-language-highlights
- Opinionated Java Guide: http://blog.paralleluniverse.co/2014/05/01/modern-java/
- General Web Course: https://www.udacity.com/course/viewer#!/c-cs253/l-48737165/m-313672917
- Walkthrough guide: http://www.w3schools.com/html/default.asp
- Code Academy: http://www.codecademy.com/tracks/web
- mySQL Tutorial: http://zetcode.com/databases/mysqltutorial/
- training website: http://www.sqlcourse.com/index.html
- The Hard Way: http://sql.learncodethehardway.org
- Python Language Documentation: https://docs.python.org/2/contents.html
- Python Features and Tricks: http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html
- Python 3 tutorial: http://www.diveintopython3.net
- Python 2 -> Python 3: http://ptgmedia.pearsoncmg.com/imprint_downloads/informit/promotions/python/python2python3.pdf
- mySQL in Python 3: https://github.com/clelland/MySQL-for-Python-3
- Working in Parellel: http://www.quantstart.com/articles/Parallelising-Python-with-Threading-and-Multiprocessing
© 2014 Peck