FARank source code
16 years ago
http://superwailingbonus.com/farank/source/
Requested by
richardwolfvi
The algorithm (PageRank) is public domain anyway, so there's no sense in hiding my code. If you can understand creative bastardizations of Java, go nuts with it.
Here's the "core" code that generates the numbers behind FARank. Read the Usage Notes too! There is nothing in here that explains how I retrieve the watch/user information, or how I store this information in my database, because that's irrelevant, plus I didn't want to have to filter out sensitive passwords and such.
I'm planning on another update to the data in a couple weeks.
Requested by

The algorithm (PageRank) is public domain anyway, so there's no sense in hiding my code. If you can understand creative bastardizations of Java, go nuts with it.
Here's the "core" code that generates the numbers behind FARank. Read the Usage Notes too! There is nothing in here that explains how I retrieve the watch/user information, or how I store this information in my database, because that's irrelevant, plus I didn't want to have to filter out sensitive passwords and such.
I'm planning on another update to the data in a couple weeks.
your Frank application is awesome.