Difference between revisions of "Programming"
From Hod's Personal Wiki
(Created page with "== General programming == [http://beerpla.net/2009/06/21/hidden-features-of-perl-php-javascript-c-c-c-java-ruby-python-and-others-collection-of-incredibly-useful-lists/#hidden-f...") |
m |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== General programming == | == General programming == | ||
+ | |||
+ | [http://www.codeproject.com/ The Code Project] | ||
[http://beerpla.net/2009/06/21/hidden-features-of-perl-php-javascript-c-c-c-java-ruby-python-and-others-collection-of-incredibly-useful-lists/#hidden-features-of-x86-assembly Hidden features of ...] | [http://beerpla.net/2009/06/21/hidden-features-of-perl-php-javascript-c-c-c-java-ruby-python-and-others-collection-of-incredibly-useful-lists/#hidden-features-of-x86-assembly Hidden features of ...] | ||
[[Ulrich Drepper | Papers by Ulrich Drepper]] - [http://www.akkadia.org/drepper/ Ulrich Drepper] | [[Ulrich Drepper | Papers by Ulrich Drepper]] - [http://www.akkadia.org/drepper/ Ulrich Drepper] | ||
+ | |||
+ | [http://www.artima.com/intv/bloch10.html Immutability] | ||
+ | |||
+ | [http://wickedlysmart.com/ Wickedly Smart (by one of the Head First authors)] | ||
+ | |||
+ | [http://www.codecademy.com Code Academy (online learning)] | ||
+ | |||
+ | [http://www.dreamincode.net/ Dream In Code] | ||
+ | |||
+ | [http://googletesting.blogspot.com/2008/08/by-miko-hevery-so-you-decided-to.html Writing testable code] | ||
=== Patterns === | === Patterns === | ||
− | http:// | + | [http://en.wikipedia.org/wiki/Software_design_pattern Wikipedia on software design patterns] |
− | http://developer.yahoo.com/ypatterns/ | + | [http://stackoverflow.com/questions/152101/mvc-tutorial-that-doesnt-rely-on-a-framework Stack Overflow thread on MVC] |
+ | |||
+ | [http://developer.yahoo.com/ypatterns/ Yahoo design patterns library] | ||
[http://en.wikipedia.org/wiki/Double_dispatch Double dispatch pattern] | [http://en.wikipedia.org/wiki/Double_dispatch Double dispatch pattern] | ||
Line 20: | Line 34: | ||
[http://www.gentoo.org/proj/en/hardened/pic-internals.xml Position independent code internals] | [http://www.gentoo.org/proj/en/hardened/pic-internals.xml Position independent code internals] | ||
+ | |||
+ | === Mobile === | ||
+ | |||
+ | [http://mobile.tutsplus.com Tutorials site] | ||
+ | |||
+ | === Style === | ||
+ | |||
+ | [http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Default_Arguments Google style guide] |
Latest revision as of 07:17, 1 February 2012
General programming
Papers by Ulrich Drepper - Ulrich Drepper
Wickedly Smart (by one of the Head First authors)
Code Academy (online learning)
Patterns
Wikipedia on software design patterns
Low level
Position independent code internals