Papers

Posted by Rachel on November 22nd, 2005 — Posted in Project

Managed to dig up some fairly interesting papers on blog searching, and how to differentiate blogs from non-blog pages. Also found some equally interesting, but not useful for my project papers on various blog-related topics.

Linear Hashing

Posted by Rachel on November 10th, 2005 — Posted in Project

In my databases lecture today, we were introduced to linear hashing. Apparently it’s not too hard to implement in java and from the looks of it would deal with all the records I would have to keep in an okay fashion.

http://swig.stanford.edu/pub/summaries/database/linhash.html http://www.nist.gov/dads/HTML/linearHashing.html