Author: ACMer
The Hamming Distance is the number of different symbols between two strings/numbers (equal length). It can be also considered as the number of changes required to convert from one …
Motivation of SteemIt Auto Claim Rewards Tool Not every steemians are programmers. Not every steemians can afford a 24/7 VPS. Not every steemians enjoy claiming rewards manually. SteemIt Auto …
SteemVBS is the first Steem Library written in VBScript. Yes, it is VBScript. 😉 SteemVBS VBScript is still being used nowadays, especially on windows platforms. You can do so …
Recursion is an important programming concepts. Recursion can be used to simplify your algorithm implementation but at a cost of possible stack-over-flow pitfalls. This tutorial will provide a simple-to-follow …
I often need to test a few steemjs code quickly, and it usually requires to include the steem.min.js library in your environment e.g. HTML. In SteemTools there is a …