Page 1 of 1

Het handige bookmarks topic

Posted: Tue Aug 29, 2006 5:29 pm
by Foundation
In aanvulling op het handige software topic : ik neem aan dat de meesten onder jullie in Firefox (of in IE) wel een lijst bookmarks hebben staan naar handige pagina's om bij het proggen te helpen... Zet ze hier!

Design Patterns overview and examples : http://home.earthlink.net/~huston2/dp/patterns.html

Boost libraries : http://www.boost.org/

Blitz++ libraries : http://www.oonumerics.org/blitz/

C++ standard library class reference : http://wwwasd.web.cern.ch/wwwasd/lhc++/ ... assref.htm

Interessant artikel over optimalisatie voor SSE : http://www.cortstratton.org/articles/Op ... ForSSE.php

Intel Pentium instructieset reference : http://faydoc.tripod.com/cpu/index.htm

Voor wie Windows wat wilt bypassen: http://www.internals.com/

Code snippets, mainly VS en .NET : http://www.codeproject.com/

Re: Het handige bookmarks topic

Posted: Wed Aug 30, 2006 7:09 pm
by HyperQuantum
Foundation wrote: Design Patterns overview and examples : http://home.earthlink.net/~huston2/dp/patterns.html
Zeer interessant.
Foundation wrote: Interessant artikel over optimalisatie voor SSE : http://www.cortstratton.org/articles/Op ... ForSSE.php

Intel Pentium instructieset reference : http://faydoc.tripod.com/cpu/index.htm
Waarom hebt ge dat nodig? Schrijft ge soms nog stukken in assembler?
Foundation wrote: Voor wie Windows wat wilt bypassen: http://www.internals.com/
Niet van toepassing hier 8)

Enkele van die van mij, niet alleen voor het programmeren:

* Google : absoluut niet te missen :)
* TCPI Index : meet de populariteit van programmeertalen
* Slashdot : belangrijk nieuws
* Wikipedia : als ge eens iets moet weten da ge nog ni weet :)

Re: Het handige bookmarks topic

Posted: Wed Aug 30, 2006 10:17 pm
by Foundation
HyperQuantum wrote:
Foundation wrote: Interessant artikel over optimalisatie voor SSE : http://www.cortstratton.org/articles/Op ... ForSSE.php
Intel Pentium instructieset reference : http://faydoc.tripod.com/cpu/index.htm
Waarom hebt ge dat nodig? Schrijft ge soms nog stukken in assembler?
Yup. Realtime audio processing. Als er een Fourier transformatie uitgerekend moet worden binnen een tijdsframe van 2 milliseconden of minder, hebt ge weinig andere keus dan al dat rekenwerk in assebly te proggen. There's no compiler like the human compiler :D

Posted: Thu Aug 31, 2006 11:24 am
by Foundation