Coders Packet

Listing of packets of source code submitted by coders

Finding a Factorial of numbers using Java GUI

This project is for finding factorial numbers using Java Swing. it shows the result of the number Factorial.

Capturing Video in Gray Mode using OpenCV with Python

This Project will Track the objects in Grey Mode. Everything will appear in the form of Grey color.

Alternate sorting on even size data set using C++

In this article, We are going to learn how to sort the array using an alternate sorting algorithm.

Student Exam Marks Prediction Using Linear Regression

Analyzing and prediction of academic performance of the students using an existing database.

Twitter following and followers list using Python

Using the 'tweepy' package of Python to extract Twitter account data and manipulate them using api.friends and api.followers

Demonstration of File Handling and Collections with example of Student Database using Java

Here, I have implemented file handling in Java with ease of understanding for beginners. For the Manipulation of the data, Java Collections Framework has been used.

Cricket game in Java using Random class and JCF

A text Cricket game in java with different functions for choosing team, opponent, over, toss, batting and bowling. Uses Random class of Java and JCF (Java Collection Framework)

Java Online Quiz Packet

This application is for a java online quiz designed with proper GUI. We can attempt the quiz and get our result displayed at the end.

Connect Four Game Packet using JavaFX

It is a game where players have to connect four of their balls. The one who connects first will be the winner. JavaFX is used for the GUI presentation.

JavaFx Temperature Converter Packet

It is a simple project of converting temperature units using JavaFX. A proper GUI is prepared to perform the function.

Face Recognition Attendance System using Python

This is a face recognition attendance system in which it will mark your attendance in an excel sheet when you present in front of a webcam.

To add the two numbers without using arithmetic operators in C++

This article is about adding the two numbers without using arithmetic operators like +, - and * implemented in C++.