An interesting python project involving the use of a cv2 module for detecting the motion by using the difference in the frame technique.
A given Sudoku problem in solved in C++ language using the backtracking algorithm provided that the solution exists for problem entered in the program.
In this C++ program Hashing function maps keys to value and chain hashing avoids collision of mapping two or more keys to the same value.
Automated voice recording and transcription using sounddevice and SpeechRecognition modules in Python.
A string is a collection of characters. This C++ program elaborates on various inbuilt functions used to perform different string-related operations.
This is a real-time chat application based on Node Js, Express JS, and Socket.io with a text and location sharing feature.
Vigenere cipher is a basic poly-alphabetic substitution cipher and it is implemented here using C++.
A web application that serves a user a lot of inspirational quotes and lets the user tweet the quote on his/her Twitter handle. No external libraries were used. Only an API key is used.
Using Floyd's Algorithm in C++ language to detect loop or cycle in a Linked List which we build ourselves
This is To-do List accessed after going from a Login page using HTML,CSS and Javascript. If the person doesn't have a login Id that person could also sign up for the same
This is a web application( using pure HTML5, CSS3, and Javascript )that is able to fetch weather details of a location entered by the user.
It is a desktop-based Web Scraper Application made using Python where you can provide the URL of the website you want to scrap and get the data accordingly.