Category: programming languages
The Bitcoin hard-forked this Month (1 Aug 2017), which is the biggest great news in the bitcoin world. The fork is the operation for process to duplicate the code …
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 …
The famous programmers’ Q&A site shows the following image that contains a piece of code when some content is not available. So, what is this? # define v putchar …
The some function in Javascript takes one function callback and returns true if any element in the array passes the test i.e. the function returns true. For example: ages …
Posting regularly the posts to social networks help increase the site traffic effectively, e.g. Facebook, Twitter, Tumblr. It certainly is good if we can automate this process. With the …