Coders Packet

Listing of packets of source code submitted by coders

Finding The Number Of Integers Between A Given Range In Python

In this program, we will find the number of integers that are present in the given unique inclusive range of numbers.

Finding The Hamming Distance In Python

In this Python project , we will determine the hamming distance of two decimal numbers(by converting them into equivalent binary numbers)

Certificate Generator in Python

In this project we use an excel sheet, read the data from it and then print the data on a predefined image. Prior to that we also have a coordinate picker for image.

Face Recognition using Python

A face recognition software whose objective is to encode and detect an individual's face using machine learning modules in Python.

Trigger word detection in Python using Tensorflow and Keras

We create a Convolutional neural network for trigger word detections used by popular voice assistants. On hearing the activate keyword it makes a chime sound.

Command-line Battleship Board Game with probability density backed bot in C++

A command line board game in which two players arrange five ships on a grid of 10 x 10 and then strike each others ships in alternate turns until all the ships are destroyed.

Character count GUI in Python

This packet contains two files one is the icon image and another is the Python code to run a character counting GUI in python based on Tkinter.

To-do list GUI in Python

This packet contains two files one is the icon image and another one is the Python code to run a To-do list GUI in python based on Tkinter.

Online Quiz Application in Java

This application has been built in Java, making use of package java.awt, package javax.swing.

Group Chat-Client Server Arch. in Java

This is a group chat application making use of the client-server architecture concept, built using socket programming in Java, making use of package java.awt, package javax.swing.

Joke website using Nodejs

This project is made by making use of a joke API and EJS templating. It gives well-formatted jokes as per the input given by the user.

General Purpose Calculator Using Nodejs

This project is a general-purpose calculator using Nodejs. The important modules used are express, nodemon, body-parser.