Friday, September 27, 2019

Summary on “An integrated cost model for software reuse”

Today, complex, high quality computer based-systems must be built in a very short time period. This results in an organized approach to reuse. Sometime the potential gains from reusing specifications may be greater than reusing code component because code contains low level details. There are various features distinguishing between different cost models. Investment cycle which...

Summary of NO silver bullet

There are two types of complexity in software development process. They are essence and accidents complexity. Essence complexity are inherent in the nature of the software whereas accident complexity is such, that today attend its production but that are not inherent. Accidental complexity arises due to hardware constraints, awkward programming languages. Most of the programmers...

Saturday, May 18, 2019

elasticsearch - Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME.

(adsbygoogle = window.adsbygoogle || []).push({}); First of all make sure java jdk is installed on your system. Then go to environment variables of your system. Add new variable called "JAVA_HOME" and add variable value as the path where jdk is installed on your system (eg: C:\Program Files\Java\jdk-12.0.1) and then press ok as shown in figure below: Now,...

Monday, May 13, 2019

The fifth final heartbreak for CSK

Having played ten seasons of IPL, CSK holds impressive records of qualifying into the playoffs every time, reaching into final eight out of ten times. But at the same time it holds scary record of loosing most of the finals it reached. CSK now have lost 5 out of 8 IPL finals having won only 3 of them, most importantly three lose came against Mumbai Indians which CSK...

Monday, February 11, 2019

Easily migrate a Django DB from SQLite to MySQL.

(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-3834444403093222", enable_page_level_ads: true }); Step1:  (adsbygoogle = window.adsbygoogle || []).push({}); Go to https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient to download mysqlclient library and download the version which suits your python version....

pip install mysqlclient error fixed. 100% working solution...

Step1:  Go to https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient to download mysqlclient library and download the version which suits your python version. To check whether your installed python is 32/64 bits, simply search for python in search box in windows 10. Warning: Though your pc is 64 bits, the python on your pc may be of 32 bits so download the...