Code Packets
Browse all published coding projects
Salary calculation using Java
This is a java implementation packet that calculates and displays the Gross and Net Salary of the employee. It is developed using NetBeans IDE.
Music Player using Android Studio and Java
The music player reads all music files on the device for the user to select and play a song.
WEATHER FORECASTING USING OPENWEATHERMAP API IN PYTHON
The program makes use of JSON data from OpenWeatherAPI and fetches the weather forecast using Python.
BMI calculator in C++
The objective of this project is to find whether a person is underweight, healthy, or overweight by calculating the BMI index using C++.
Stationary Management System GUI using Python and tkinter
The project is a GUI application using python that helps the person who is handling the stationery shop to get the price of any specific product in his/her shop without remembering them.
Sorting an array given by the user using Quicksort algorithm in JAVA
QuickSort Program while taking a number of elements (i.e. size of the array) and each element as input from the user in JAVA.
Egg dropping problem in C++
It is a C++ code which tells you the minimum number of attempts to know the crtical floor out of k floors which will cause the eggs to break on landing. You are given n eggs to use.
Text detection using AWS ( in screenshots of playing video) with Python
In this Python program, a video is played on the web app, on clicking the 'take a screenshot' button, the text is detected in the image using 'AWS recognition' and displayed on the same webpage.
Armstrong Number-C++
A C++ program to check whether a given integer of any size is an Armstrong number or not.
K-d tree implementation in Python
This packet has full kd tree implementation in python programming language along with a naive search algorithm.
Finding top k ratings in Python
This packet consists of a Python program that gives k highest-rated elements among the elements available.
Server-Client Program for file transfer using Python
This packet is based on Python programming language. This program transfers file using server-client system.