Archive for July, 2007

Full code for PageRank tool in C#

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.

Website thumbnailer in C#

After some searching around for ways to implement thumbnails simply for a directory site I am working on I decided to adapt some of the available options into a thumbnailer that I could use.

This is currently in development but when complete will be made available as a downloadable Windows forms app for those who are interested.

Details to follow shortly

Thanks,

AR

Return top