Tag: javascript
Simulated Annealing is a general-purpose meta heuristic optimization algorithm. It is similar to hill climbing but SA has the ability to jump out of local optimal with a decreasing …
Given a four digit calculator, if you rotate it by 180 degree, you may get another ‘valid’ number. For example, 0159 becomes 6510 if rotated 180 degree. The ‘1’ …
@nationalpark suggests me add ‘original post URL’ in my tool: SteemIt Tool to Recover Deleted Comments/Posts, and here is the way that a permlink for a comment is organized. …
A point is chosen randomly in a square. 4 lines are drawn to connect this point with the 4 vertices of this square, such that 4 triangles are formed. …
I have shown a simple NodeJS example that calls the SteemIt Wechat API to get the daily ranking table. The average scores for Reputation, Steem Power, Steem, Effective SP, …