Category: programming languages
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 …
My initial VPS (Virtual Private Server) only had 512M RAM, 1 core and 10G HDD. Later I upgraded to 2 cores, 1G RAM and 20G HDD because of an …
I sometimes need to copy the posts to somewhere for easy sharing purpose and at the end of the post, I will point out the URL for the original …
November 13, 2014
BASH Shell, batch script, code, linux, programming languages, tools / utilities, tricks, Virtual Private Server, web programming, webhosting
Linux is a very powerful but tricky Operating System. One tiny mistake on configuration can lead to crash or system hung up. In this tutorial, we know how to …
In this tutorial, we know how to define a general-purpose function to compute the numerical integral using Python and Numpy package. The Python code supports the vectorized operations on …