Posts

Showing posts from July, 2017

Download Handbook of Biomedical Instrumentation - Technology and Applications (2nd Edition) by R.S. Khandpur for free

Image
  Handbook of Biomedical Instrumentation - Technology and Applications written by R.S. Khandpur is essentially a handbook for Biomedical Engineers and Clinical Engineers. Follow the link given below to download the second edition of the book. (No advertisements, No pop ups) Read, Improve Knowledge and Share! Click Here to Download

Download the e-book Discrete-time Signal Processing (3rd Edition) by by Alan V. Oppenheim and Ronald W. Schafer for free

Image
Discrete-time Signal Processing is a book written by Alan V. Oppenheim and Ronald W. Schafer which is essentially the handbook of Digital Signal Processing. Follow this link to download the 3rd edition of the book free. (No advertiesements, no pop ups) Click Here to Download

How to solve "api-ms-win-crt-runtime-l1-1-0.dll is missing" error

Image
If you are trying to open newly installed software after the year 2015 you might have encountered the api-ms-win-crt-runtime-l1-1-0.dll is missing error and crashing of the program on the startup. You might have tried reinstalling the software all over again without any luck. I personally encountered the issue when I was trying to install Solidworks 2016 and pyhton 3.6.1 Turns out the errors lies in the Universal C runtime in Windows. It is a component that ensures proper functionality in the operating system. Precisely, the error is encountered in devices built using Visual Studio 2015 or above, which relies on sections of the Universal C Runtime in Windows. Some versions of Windows do not contain the necessary sections of the Universal C Runtime, or contain the wrong version for Visual Studio 2015. This happens most commonly on Windows 7 SP1, Windows 8.1, Windows Server 2012 R2, and Windows Server 2008 R2 systems, but has been seen on Windows Embedded 7 systems as well. When ...