C++ Class for Profiling
As a Programmer, I used to do a lot of profiling of my source code to measure the memory , CPU time during run time . In General , the…
As a Programmer, I used to do a lot of profiling of my source code to measure the memory , CPU time during run time . In General , the…
Install the dependencies sudo apt-get install libqt5sensors5-dev libqt5svg5-private-dev qt5-default libsdl-image1.2-dev libdevil-dev libglc-dev freeglut3-dev libxmu-dev libfribidi-dev libglc-dev freeglut3-dev libgl1-mesa-devClone the Navit Git repo Clone the Navit Repo. git clone https://github.com/navit-gps/navit Compile…
I have been trying to create a jenkins cloud which can automatically restart the jenkins cloud without any manual operations. My goals were below. I need to have a master…
The Dell Latitude wifi drivers are not enabled in the linux box by default.You need to install the the wifi drivers using apt-get . apt-get install firmware-b43-installer up on finishing…