The Google Analytics provides quick statistics of the page views (Sessions) over last 30 days: And the Google Webmaster says how popular your site appears in the search engine. …
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 …
The Visual Studio is a powerful IDE (Integrated Development Environment). It provides some convenient features for speed up the coding. For example, if you want to write a switch …
The puzzle is to generate the first few numRows rows of Pascal’s Triangle. Do you need to keep each row in separate variables (row vector)? Apparently no. The trick …
Consider the following circuit; The step response of this circuit may be expressed as follows; where t=time (in seconds) Write a function to calculate and return the value of …
If you have a facebook page and you are the admin, you can ban a user and force him/her unlike the page. The first step is to go to …