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.
In this project, a simple GUI is built in Java. Abstract Windowing Toolkit (AWT) and Swing Toolkits are used.
Today we are going to see how we can use Turbo C++ in Graphics mode by learning some Graphic functions