Archive for the ‘Computer Science’ Category

Tools to visualize high dimensionality data

Friday, May 8th, 2009

XmdvTool Home Page: Downloads Visualize and classify high dimension data ...

Organizing a large C++ Build System

Wednesday, April 15th, 2009

I have been looking for good links on how to organize and setup a large C++ build system from scratch. Below are some interesting links for this. A book on converting a legacy C++ Build system Describes how to take an existing C++ Build system and convert it to a modern system ...

Quick and dirty Spelling Correction algorithm

Tuesday, March 3rd, 2009

How to Write a Spelling Corrector A great article on writing a quick and dirty spelling correction tool. All ...

Understanding Engineers

Thursday, July 19th, 2007

An excellent read on understanding engineer-speak. Fishbowl is a personal favorite blog of mine and this is a particularly well-written post. Must read: http://fishbowl.pastiche.org/2007/07/17/understanding_engineers_feasibility -Digvijay

Great ideas in categorization and search!

Friday, February 17th, 2006

Categorizing Tags into Hierarchies (tags: tags categories web2.0) Mixing Web2.0 and Google Like Search (tags: web2 search categories verticalsearch) Kosmix Search This is an interesting concept. You take the entire web and categorize it. You take a users search and categorize it too... then you match only the pages in the particular category. This will ...