Coders Packet

Listing of packets of source code submitted by coders

Todo List in C++

This project basically maintains arecord of your completed and uncompleted tasks separately using file handling in C++ language. You can add, delete and modify your (todos) tasks.

Length Converter using Java GUI

This application is the Length Converter project which changes one unit of length to another as desired by the user.

Avoiding Deadlock using Multithreading in Java

A simple and easy to understand deadlock occurence and deadlock fixing example of multithreading in java.

Array Maximum Consecutive Sum in Java

In this Java tutorial, we are given an array of integers, we have to find the maximal possible sum of its k consecutive elements.

Generic Stack implementation using Generic class in Java

A generic stack accepts any data type the user wants his/her input to be in. It helps the user use a single stack class to create multiple stacks with varying input datatypes.

Captcha generator and checker using Java

This project uses the Java Random class to generate a captcha string of length 6 characters. The GUI is made using Java Swing and awt packages.

Sudoku solver using Java Swing and packages and backtracking

It consists of a 9x9 textbox grid. The value for a textbox is set if it adheres to the rules of sudoku, otherwise, the code backtracks and checks for other possible values.

News Application GUI using News API in Python

In this packet, we create a simple Python GUI that fetches news items related to a topic using News API which is an easy-to-use REST API.

Sentiment Analysis GUI using vaderSentiment and Tkinter in Python

This project helps you to build a simple Tkinter GUI in Python to analyze sentiment type as "positive" / "negative" / "neutral" of the .txt file using the vaderSentiment library.

Real-Time Face and Eyes Detection Using OpenCV-Python and Haar Cascades

In this packet, we perform real-time face and eyes detection through a webcam using OpenCV library and Haar Cascade pre-trained models.

Employee management System

In this project we have used html, css, javascript, bootstrap for frontend. For backend we have used jdbc, sql, jsp.

Robot using Java

A robot named Cortana which will perform some basic tasks for us to simplify our lives.