Latent Semantic Indexing - part 3 - Search This is a continuation in the series of LSI (Latent Semantic Indexing) implementation. In this post, we will walk through the implementation of searching an index based on user's query.
Latent Semantic Indexing Latent semantic indexing (LSI) provides the ability to correlate semantically related terms that could be latent in the set of documents. Latent semantic analysis allows us to see semantics in the set of documents and how we can extract meaning of the text in the documents.
Tips on compiling Quake III source code with VC++ 6.0 In the post "Modifying Quake3", I have explained how to compile the Quake III source code. In case you are not using Visual Studio 2003 but using developer studio for VC++ 6.0, here are some tips to compile using that.
Modifying Quake 3 - part 3 - Missile behavior How to change the behavior of a rocket in Quake 3 and convert it into a homing missile. And few variations for this homing missile.
Modifying Quake 3 - part 2- Gamer inputs How Quake 3 works and we will create a mechanism to accept user input.
Modifying Quake 3 - The Homing Missile Approach How to compile and modify the Quake 3 source code to create a Homing Missile mod.
Forcing Email Read-Receipts Ever had a need to verify if the other-person indeed checked your email? Here's a method that will allow you to inject some tags that, combined with a server, will a to receive read-receipts as soon as the user opens the email.