Coders Packet

Listing of packets of source code submitted by coders

Detection of Early Stage Breast Cancer through Image Processing Techniques using MATLAB

In this Project, the early stage of breast cancer is detected using Image Processing Enhancement and Segmentation techniques.

Temperature Unit Converter GUI application using Java swing

In this module, I have created a temperature converter which helps in the conversion of various temperature scales.

Patient Management System using Java and MySQL

The Patient Management System supports the application specific to the hospital automation to keep track of various records in the hospital.

Voting System in console using Python

Hi, Today we are going to build a voting system by using one of the best high-level programming languages, python.

Get User Location in Android Studio in Java

In this project, I have created an Android app that returns the latitude, longitude and location of the user and thus detects the user location.

Real Life Project to Minimize Transactions among friends in C++

This project is based on Split-wise app which is used to minimize the number of transactions for making debit and credit functions smoother which is implemented in C++.

Virtual Desktop Pet by using python

Hi, Today we are going to build a virtual pet by using one of the best high-level programming languages, python.

JavaScript Image Slider Project

The main functionality of this project is that, when an arrow is clicked, the next image in the array shows up.

Tic Tac Toe in Console Using C++

In this project, we made tic tac toe project using C++. Two people can play this game together.

Music Player Code Packet in Java

This is a small java packet of code that further help Android developers to design a better Music player system like MX Player etc. We can also extend with it for new features as well.

Maximum sum of all subarrays using Kadane’s algorithm in C++

An algorithm to solve the problem of the maximum sum of all subarrays in time complexity O(n).

Prime factorization using sieve of Eratosthenes in C++

An efficient and faster way to find prime factors of a number using sieve of Eratosthenes in C++ programming.