Magic numbers are not good, we want to avoid them as much as we can. However, there is one exception, as described in the following C# example: public void …
What happens if you comment on somebody who mutes you? It turns out that your comments will be on the blockchain but they will be hidden to whom that …
The Microsoft provides a 32-bit msscript.ocx which allows you to easily do some scripting inside your application, however, they do not have an official 64-bit version of ScriptControl and …
@nationalpark in his post has listed the top authors that publish exactly 1 post and earn the most. This SteemSQL tutorial is going to uncover the magic behind the …
@nationalpark has published quite a few posts on the most payout authors in history, and here is how it was done in SteemSQL just in case you want to …
I have a SQL (mssql) to fetch the data from Comments table thanks to STEEMSQL, like this: select top 10 title from Comments (NOLOCK) where (category='cn') or ( ( …