Difference between revisions of "Main Page"
From Hod's Personal Wiki
m |
m |
||
Line 24: | Line 24: | ||
== General programming == | == 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-features-of-x86-assembly Hidden features of ...] | ||
+ | |||
+ | [[Ulrich Drepper | Papers by Ulrich Drepper]] - [http://www.akkadia.org/drepper/ Ulrich Drepper] | ||
=== Patterns === | === Patterns === | ||
Line 32: | Line 36: | ||
[http://en.wikipedia.org/wiki/Double_dispatch Double dispatch pattern] | [http://en.wikipedia.org/wiki/Double_dispatch Double dispatch pattern] | ||
+ | |||
+ | === Low level === | ||
+ | |||
+ | [http://en.wikipedia.org/wiki/Translation_lookaside_buffer Translation lookaside buffer] | ||
+ | |||
+ | [http://www.gentoo.org/proj/en/hardened/pic-guide.xml Position independent code] | ||
+ | |||
+ | [http://www.gentoo.org/proj/en/hardened/pic-internals.xml Position independent code internals] | ||
== Other stuff == | == Other stuff == |
Revision as of 12:13, 24 October 2011
I created this wiki for my own purposes, to track information. Much of it contains references I have found useful already, although I don't necessarily endorse any of the content as being the best.
Languages
Platforms
General programming
Papers by Ulrich Drepper - Ulrich Drepper
Patterns
http://stackoverflow.com/questions/152101/mvc-tutorial-that-doesnt-rely-on-a-framework
http://developer.yahoo.com/ypatterns/
Low level
Position independent code internals