Full code for PageRank tool in C#
- July 20th, 2007
- Write comment
I’ve uploaded a copy of the code in a demo website for the pagerank tool in C#.
You can download it from: Full PageRank code with demo site
I’ve tried out a few websites and URLs that people have posted to me and got mixed results. I will be updating it if I can find fixes. In particular the hash seems to fail on some sub-directories.
Download it and try it out for yourself. Feedback is always welcome and drop a comment while you’re here.
UPDATE
The previous code was being blocked by Google for some requests due to a mis-calculated hash. This has been fixed now and the download updated.
You can also checkout my online demo at (not currently live)
UPDATE
I’ve been asked by Aaron Brown to provide a VB.net version of this code or at least of the StrToNum part. I’ll take a look at this shortly. Or if you have partly-working code, send it over and I’ll see if I can help out.
