Author: ACMer
Algorithms like neural networks are stochastic. That means, that even when the same algorithm is trained on the same data it can give different results. The reason is, stochastic …
As widely reported, hackers launched a global ransomware campaign last Friday, May 12, known as “WannaCry Ransomware“. Targeting tens of thousands of companies and governmental organizations, this campaign encrypted …
Recently, the “WannaCry” Ransomware breaks out rapidly and asks for the Bitcoins worth of $600 for not wiping your data. It encrypts the data files of *.docx, *.jpg and …
Imagine a link-list data structure, given an entry, you are asked to remove the item from the list. In C/C++, you may write something like this (CAUTION: the following …
By default, many wordpress themes e.g. 2017 (twenty-seventeen) show the feature image on the top of the posts. The feature image is defined per post basis and is useful …