Coders Packet

Listing of packets of source code submitted by coders

Student Database Management using C++.

Student Database Management system using C++. This program helps us to keep our data in one place and allows us to perform many operations like creation,updation, etc.

Library using C++

In this packet, the maintenance of the books record in a library has been implemented using C++ programming.

To-Do Python Django Application

To-Do Python Django Application lets you keep a track of to-do tasks. You can update, delete and move the task to completed status.

Url Shortener - Python (tkinter) Application

Url Shortener - Python(tkinter) Application shortens your URLs to help ease of sharing links and make links more manageable.

Phone Number Combinations Using C++

Given a string containing digits from 2-9, print all possible letter combinations that the number could represent. Write code to achieve this using C++.

Palindromic subsequences using C++

Hello Coders, today we are going to solve the problem on palindrome using C++. Given a string we need to count the number of steps required to remove palindromic subsequences using C++.

Diabetes Dataset Analysis in Python

In this project, we would check whether a patient is diabetic or not through an analysis of the Diabetes Dataset in Python.

How to run isProbablePrime method in Java

In this tutorial, we have to check whether the given number is prime or not using the Java BigInteger class isProbablePrime method.

Text Editor Using Java

A simple Text Editor created using Java Swing using JMenuBar, JTextArea and JMenuItem.

Zeller's Algorithm Using C++

Zeller's congurence is an algorithm proposed by Christian Zeller which calculate the day of the weekfor a given year.

QR Code Generator and Reader using OpenCV in Python

This project aims at Generating QRCODE and Reading it using the OpenCV library in Python.

Supermarket Management System using C++

This is a C++ project where a user has three types of login systems. Depending upon their login type, the user can perform all the actions. This is a console-based project.