Difference between revisions of "Programming"

From Hod's Personal Wiki
Jump to: navigation, search
m
Line 13: Line 13:
 
http://stackoverflow.com/questions/152101/mvc-tutorial-that-doesnt-rely-on-a-framework
 
http://stackoverflow.com/questions/152101/mvc-tutorial-that-doesnt-rely-on-a-framework
  
http://developer.yahoo.com/ypatterns/
+
[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]

Revision as of 23:00, 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

Yahoo design patterns library

Double dispatch pattern

Low level

Translation lookaside buffer

Position independent code

Position independent code internals

Mobile

Tutorials site

Style

Google style guide