Wed Dec 21 22:41:09 HKT 2011
From
/weblog/computer+science
smallpt is a global illumination renderer. It is 99 lines of C++, is open source, and renders the above scene using unbiased Monte Carlo path tracing -
http://www.kevinbeason.com/smallpt/ Code review Doom -
http://fabiensanglard.net/doomIphone/doomClassicRenderer.php Story of Game development on NES -
http://games.greggman.com/game/programming_m_c__kids/ Fast Approximate Anti-Aliasing (FXAA) -
http://www.codinghorror.com[..]fast-approximate-anti-aliasing-fxaa.html
(google search)
(amazon search)
Thu Aug 02 02:08:47 HKT 2007
From
/weblog/computer+science
Interview of inventor of zip algorithm with a lot of pointer to underlying concepts -
http://www.ddj.com[..]201001300?cid=RSSfeed_DDJ_ArchitectDebug
(google search)
(amazon search)
Thu Oct 12 18:36:51 HKT 2006
From
/weblog/computer+science
In complex situations, such as software projects and the teams that work on them, there's never such a thing as "the problem". The sense that something is wrong may be the start of a break with routine - the start of a problem-solving process.
http://bossavit.com/thoughts/archives/000753.html
(google search)
(amazon search)
Wed Sep 27 16:55:16 HKT 2006
From
/weblog/computer+science
An introduction of strongtalk, which claim having a VM which is much faster than smalltalk via dynamic compilation and decompilation
http://smallthought.com/avi/?p=16
(google search)
(amazon search)
Tue Sep 05 22:16:50 HKT 2006
From
/weblog/computer+science
The following contains a number of year project of a networking course, pretty interesting study -
http://www2.comp.polyu.edu.hk/~comp5311/main/
(google search)
(amazon search)
Wed Jun 14 14:43:36 HKT 2006
From
/weblog/computer+science
ANTLR tutorial, look simple enough, however hard for me to find a use case that need to write a parser myself, any recommendation?
http://www.alittlemadness.com/?p=23
(google search)
(amazon search)