I've made a Digital Clock in C++ using Qt Framework. It'll show the current time of your time zone.
AVL trees are height-balanced trees and very useful if used in place of the binary search trees. I've implemented AVL tree data structure in C++.
Roulette is a fun and popular casino game. You play by guessing the number on the table that corresponds to the number where the ball lands on the Roulette wheel.
This is the app where you can convert your text to speech. just you have to enter your text. it will convert to speech.
It is a C++ program in which one needs to login to the portal, then the verification of password and username will be done. Thus, displayed from a file.
The song library management system is developed using C++ programming language. Once an account is created and user logs in he can add, delete and sort songs from library.
In Java Programing language The main purpose of constructors is to set the initial state of an object when the object is created by using the new operator.
This is a weather application that shows the temperature of every location. The main programming language used is JavaScript. This application is made using HTML, CSS, and JavaScript.
In Java Inner classes can extend other classes, and vice versa. An inherited field (or method) in an inner subclass can hide a field (or method) with the same name in the enclosing context.
Classification models to predict 10-year risk of future coronary heart disease (CHD) using Python.
Using HTML,we can create simple webpage. In this page we had home page,about, gallery, contact us buttons.
The Credit Card Validation program is written in the C++ language. It uses Luhn's Algorithm to validate the entered card number.