CMake a gentle introduction
Reading Time: 2 minutesCMake is a useful tool for auto generating Makefiles for your project. Not only that you can also create extensions which look […]
Reading Time: 2 minutesCMake is a useful tool for auto generating Makefiles for your project. Not only that you can also create extensions which look […]
Reading Time: < 1 minuteRecently 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 minutesTask 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 minutesWeb Technologies Lab Sem I Task 1 Create an HTML web page, as shown below. The cookie1 and cookie2 will be set […]
Reading Time: 2 minutesQuicksort This is an in place sort algorithm which works on divide and conquer technique. The idea is pretty simple pick an […]