RSS feed [root] /weblog /computer science




login:

password:

title search:




 


Wed Dec 21 22:41:09 HKT 2011

computer science



(google search) (amazon search)
second
download zip of files only

Wed Dec 21 22:41:09 HKT 2011 From /weblog/computer+science

CG


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 Oct 13 23:52:54 HKT 2011 From /weblog/computer+science

Algorithm


algorithm dictionary - http://programmers.stackexchange.com[..]5/is-there-an-encyclopedia-of-algorithms

How to answer algorithm question - http://blog.palantir.com[..]/26/how-to-rock-an-algorithms-interview/

List of algorithm - http://en.wikipedia.org/wiki/List_of_algorithms

Huffman encoding - http://www.dreamincode.net[..]50-an-in-depth-look-at-huffman-encoding/

Discussion of using difference algorithm to get Fibonacci number, the matrix modeling is really nice - http://bosker.wordpress.com[..]/04/29/the-worst-algorithm-in-the-world/

What O(log n ) mean - http://kevinrodrigues.com[..]log/2010/01/06/analysis-of-an-algorithm/

Introduction to pagerank - http://css.dzone.com/articles/pagerank-5-minutes

Introduction to B+ tree - http://www.ovaistariq.net[..]indexes-and-how-they-impact-performance/

(google search) (amazon search)


Tue Oct 11 00:22:45 HKT 2011 From /weblog/computer+science

memory


Another heap vs. stack - http://programmers.stackexchange.com[..]e-done-much-more-efficiently-on-the-stac

(google search) (amazon search)


Mon Aug 15 23:42:04 HKT 2011 From /weblog/computer+science

math


(-1) ^ 2 , what do you think it is?? http://forums.worsethanfailure.com/forums/thread/135778.aspx

Basic knowledge of float in computing - http://download.oracle.com[..]/cd/E19957-01/806-3568/ncg_goldberg.html

(google search) (amazon search)


Mon Jan 24 01:17:36 HKT 2011 From /weblog/computer+science

genetic


http://aerique.blogspot.com[..]baby-steps-into-genetic-programming.html

(google search) (amazon search)



Mon Aug 06 11:47:01 HKT 2007 From /weblog/computer+science

Linguistics


Introduction of various java linguistics tools:

Lingpipe
OpenNLP
opennlp.maxent
Inflector

http://www.devx.com[..]/Article/35088/1954?pf=true#codeitemarea

Authors homepage - http://www.rodcoffin.com/ http://netsmith.blogspot.com/

(google search) (amazon search)


Thu Aug 02 14:48:40 HKT 2007 From /weblog/computer+science

wearable computer


Some pointers for cybdog

http://www.codinghorror.com/blog/archives/000911.html

(google search) (amazon search)


Thu Aug 02 02:08:47 HKT 2007 From /weblog/computer+science

compression


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)


Wed Jul 04 22:20:03 HKT 2007 From /weblog/computer+science

AI


What AI can done - http://www.inma.ucl.ac.be/~francois/blog/entries/entry_562.php

(google search) (amazon search)


Thu Oct 12 18:36:51 HKT 2006 From /weblog/computer+science

Problem-picking patterns



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

execution


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

networking project


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 Aug 30 00:58:12 HKT 2006 From /weblog/computer+science

Query


Use of query theory

http://www.shmula.com/91/queueing-theory-part-1
http://www.shmula.com/117/queueing-theory-part-2
http://www.shmula.com/170/queueing-theory-part-3

(google search) (amazon search)


Tue Jul 04 18:44:57 HKT 2006 From /weblog/computer+science

Bootstrapping compiler


A nice discussion, but I don't think I even have chance to touch that: http://discuss.joelonsoftware.com/default.asp?design.4.357910

(google search) (amazon search)


Wed Jun 14 14:43:36 HKT 2006 From /weblog/computer+science

parsing


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)


Fri Feb 24 14:36:16 HKT 2006 From /weblog/computer+science

Nice touch screen


Use touch screen to control zoom, input, navigation

http://www.youtube.com/watch?v=zp-y3ZNaCqs&search=input

(google search) (amazon search)


Thu Jan 26 17:58:55 HKT 2006 From /weblog/computer+science

use voice to control radio


Somehow amazing to me

http://www.mobilewhack.com[..]xm_satellite_radio_and_mobile_phone.html

(google search) (amazon search)


Mon Dec 05 20:16:41 HKT 2005 From /weblog/computer+science

discussion of shuffle


Which gather a lot of discussion

http://www.shoesobjects.com/blog/2005/12/01/1133503172251.html

(google search) (amazon search)