You are viewing a single comment's thread from:

RE: Calculating a user's Steemit reputation score in JavaScript [bonus content: an Angular Pipe that does it for you]

in #steemdev8 years ago

You can give a permalink on Github. Click on the line number, you'll see a menu to copy.

https://github.com/steemit/condenser/blob/8966fdd842d5b1fe4007d9a11e96aba887b3308a/src/app/utils/ParsersAndFormatters.js#L46

By the way, the original code from which I adapted this can be found on GitHub starting at the export const repLog10 line (line 46 as of this writing).

Sort:  

Ooh, I didn't know that. Thanks