Difference between revisions of "Programming"

From Hod's Personal Wiki
Jump to: navigation, search
m
m
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 ...]

Revision as of 22:57, 25 October 2011

General programming

The Code Project

Hidden features of ...

Papers by Ulrich Drepper - Ulrich Drepper

Immutability

Patterns

http://stackoverflow.com/questions/152101/mvc-tutorial-that-doesnt-rely-on-a-framework

http://developer.yahoo.com/ypatterns/

Double dispatch pattern

Low level

Translation lookaside buffer

Position independent code

Position independent code internals

Mobile

Tutorials site

Style

Google style guide