Coders Packet

Listing of packets of source code submitted by coders

Library Management System Using Python

This is a simple Python project of a library management system build using Python. Implement a student library system using OOPs where students can borrow a book from the list of the books.

How to implement Greedy algorithm for Fractional Knapsack problem using Java

This blog will help you to know about the greedy algorithm and how to implement it for fractional knapsack problems using Java.

C++ Program to print a matrix diagonally

This will discuss how to print a matrix diagonally using C++ Program. An example is given for printing a matrix diagonally.

Typing Game Using Python

This is a Packet with a source code to run an Typing Game That will work on your local Machines.

AI Desktop Voice Assistant and Calculator Using Python

Jarvis AI Desktop Voice Assistant Using Python. You can also calculate number by giving voice command.

The Perfect Guess Game build using Python

“The Perfect Guess Game” using Python. I am using Virtual Studio Code IDE for this project. The prerequisite of this project is the basic knowledge of Python

Pokemon Data Analyzing in Python Using Machine Learning

The project aims to see the mean value of Pokemon attack and defense and also plot a graph between attack and defense

Video games sales analysing using in Python using Machine Learning.

The project aim is to analysing top Video Games Sales in Europe, North America, and Japan and also to see top publishers in that countries using Python

Simple calculator using Python

The project aims to design a calculator (addition, multiplication, subtraction, division) using Python.

Socket Programming- Program in Java for Implementing an Simplex Unrestricted Protocol.

Socket programming in java for implementing the simplex unrestricted protocol of data link layer using TCP. There are two codes, one for the server and one for the client.

Socket Programming- Program in Java for Implementing an Simplex Unrestricted Protocol

Socket programming in java for implementing the simplex unrestricted protocol of data link layer using TCP. There are two codes, one for the server and one for the client.

Program in Java for Simplex Communication using Connection Oriented Service

This program implements simplex communication using connection-oriented services where SocketServer and Socket class is used. This is a Socket Programming concept in Computer Networks.