Coders Packet

Listing of packets of source code submitted by coders

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.

Speech Recognition to search Google and YouTube using Python

Basically, I make a program to detect speech and translate into text and then search Google or YouTube whatever we says. I have used Python language and also used speech_recognition library.

Face Detection in live feed using openCV and Python

Program detects the face in webcam and when we press key 's' from keyboard, it will save all the detected face in your system as desired location. I have used Python language and OpenCV library.