Coders Packet

Listing of packets of source code submitted by coders

Digital Clock in C++ using Qt Framework

I've made a Digital Clock in C++ using Qt Framework. It'll show the current time of your time zone.

AVL Tree in C++

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++.

C++ program for Roulette Game

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.

Text to Speech in Python

This is the app where you can convert your text to speech. just you have to enter your text. it will convert to speech.

Portal Displaying Student Record Using C++

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.

Song Library Management System using C++

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.

Constructor In Java

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.

Weather Application using JavaScript

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.

Inheritance Hierarchy and Enclosing Context in Java

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.

Heart Disease Prediction using Machine Learning - Python

Classification models to predict 10-year risk of future coronary heart disease (CHD) using Python.

Simple webpage using HTML

Using HTML,we can create simple webpage. In this page we had home page,about, gallery, contact us buttons.

Credit-card Validation using C++

The Credit Card Validation program is written in the C++ language. It uses Luhn's Algorithm to validate the entered card number.