Category: programming languages
In wordpress pages/posts, there is a comment form that allows users to post comments. The API for this is comment_form(), which can be found in theme template file comments.php. …
You have a two dimensional data and want to plot it over the X-Y axes so based on the visualisation, you can spot any potential errors. In Python, with …
This puzzle (click to submit solution to Timus Online Judge) is interesting. It is like a IQ test question at the beginning. Find out the missing number. The puzzle …
The puzzle is from Timus (submit your solution at this URL http://acm.timus.ru/problem.aspx?space=1&num=2033) There are 6 friends, and the input tells you the names of these friends (useless), the phones …
Haskell is the functional programming language (FP). FP allows users to write code in high level abstraction without considering too much implementation details. For example, the recursion is generally …