CMake a gentle introduction
Reading Time: 2 minutes CMake is a useful tool for auto generating Makefiles for your project. Not only that you can also create extensions which look […]
Reading Time: 2 minutes CMake is a useful tool for auto generating Makefiles for your project. Not only that you can also create extensions which look […]
Reading Time: < 1 minute Recently I was trying to make a Yocto image by including a project which is using git-lfs and also contains a lot […]
Reading Time: 2 minutes Task 2 Design a form for the Patient Satisfaction Survey for a particular hospital having the following fields: Patient’s Name Patient’s File […]
Reading Time: 2 minutes Web Technologies Lab Sem I Task 1 Create an HTML web page, as shown below. The cookie1 and cookie2 will be set […]
Reading Time: 2 minutes Quicksort This is an in place sort algorithm which works on divide and conquer technique. The idea is pretty simple pick an […]