Coders Packet

Listing of packets of source code submitted by coders

K Nearest Neighbor from Scratch using Python

The purpose of this project was to present the inner workings of K Nearest Neighbor for better understanding using Python.

Check whether the given number is a Duck number or not in Java.

In this project, we are going to check whether the user entered number is a Duck number or not in Java language. We will learn what is a Duck number, what functions and methods we have used.

Login and Register System using File handling in C++

This project is built in C++ programming language, it uses file handling and lets the users login and register into the system, each user has their unique username.

Hello World without using semicolon in C++

C++ Program to print something without using semicolon (;). This type of programs generally asked in Company/any competitive exams.

Registation Form in Python

This is the Registration Form created with the help of the Python and Tkinter module. In this registration form, you have to fill in all the details. otherwise, it will not submit your form.

Simple Dice Simulator using Python

This code in Python simulates the rolling of a Dice using Tkinter. The Dice is a primary component in various fun games like Ludo, Checkers, etc.

Different Types of Sorting Techniques In C++

C++ code in which a user can choose different types of sorting techniques like bubble sort, selection sort, insertion sort, quick sort, merge sort, and heap sort to sort an array.

Rock paper scissors in Python

Play classic game rock paper scissors against a computer in Python. This program randomly selects one of rock, paper, scissors and asks the player to select one.

Random User Generator using C++

It is a Random User Generator written in C++ Programming Language. It provides basic details of a randomly generated user.

Tic-Tac-Toe Game Using C++

It is a C++ program where the Tic-Tac-Toe game is running. It has functions that will show the winner and some of the invalid move.

File Handling In Java Using BufferedReader and PrintWriter

In this project, file handling is done using Java programming language. Creating, appending and clearing of a text file is done.

Scientific/BMI/Age/Length Calculator in javascript using React js library.

Made a Scientific ,BMI,Age,Length calculator using javascript Library i.e React js.Inspired by Mi calculator UI.