Coders Packet

Listing of packets of source code submitted by coders

BMI Calculator Application using Java

I have created a BMI Calculator application using Java NetBeans (JFrame) where you can Input Your height and your Weight and Click on BMI Calculator Button then It will show you your BMI.

Parallel Geometry using C++

This packet of C++ code helps us to find if it is possible to build a parallelepiped given the edges

Voice Based Location Search using Speech Recognition in Python

Voice Based Location search is a small module that search the place you want to search through your voice in Python

Program for search all possible Contacts from phone digits in C++

In this C++ project, the application searches all contacts that have substring or string formed by pressing those words in an old-fashioned mobile keyboard.

Validate Pancard and sort the ID in Java

A Java code to validate whether the id entered is a valid pancard id and sort id in ascending order of numbers and descending order of characters.

IPL QUIZ APPLICATION USING J FRAME , JAVA SWING AND JAVA

It is a quiz application based on the Indian Premier League created using JFrame, java swing and the java programming language

Google Voice Assistant in Python Selenium and speech_recognition

As google voice search, we can use this module as voice assistant. It can perform actions similiar to google voice assistant.

Dictionary Using Binary Search Tree | C++

This project is a simple dictionary application that stores the keywords and their meaning using binary search tree (BST) in C++

Dealing with data using C++ Language

In this project, we Add the given number of days to a given date and display the new date using C++ Language.

Advanced Countdown Timer using Python

Advanced countdown timer in python. It's a small python project that is very easy to use.

Rhombus Pattern(C++)

Printing a star(*) pattern in the shape of a rhombus with the size given by the user in C++.

TIC TAC TOE GAME WITH JAVA

This is a tic tac toe game devloped with the help of java programming language. This game has been devloped with the help of Jframe,Jbutton, Jpane and Jlabel feature of Java.