The project is to wrap the public utopian APIs in PHP Class. Technology Stack: PHP 7.0. The next release will be adding more unit tests and more about moderators …
Note: Utopian Project was shutdown on Steem Blockchain, it was more like a prototyping project. I have been moderating the utopian posts for a few weeks now and I …
I spent around 800 SBD (7000 USD) in buying votes. The following queries the table TxTransfers thanks to @arcange’s STEEMSQL. select "from", "to", "memo", (amount) from TxTransfers (NOLOCK) where …
Localizing your WordPress Blog can be quite important if you are building a e-commerce site and your customers are mainly from e.g. China, then you need to make sure …
With Artificial Intelligence now developing at such a phenomenal rate and being applied so successfully to games such as chess and Go, you really have to ask what the …
This is a legacy code snippet that uses the magic goto, which I find it very difficult to understand and refactor. doit: foreach (var line in dict.Values) { var …