Code Packets
Browse all published coding projects
Detecting motion and plotting the movement in graph using OpenCV in Python
A project that helps to detect any movement in front of a webcam and also plot a graph that shows how much time the object was in front of the camera, using OpenCV Python library.
Scientific Calculator GUI in Python using Tkinter
In this tutorial, we will learn to build a Scientific Calculator GUI using Python's Tkinter library. Having a Scientific Calculator on your screen helps a lot in daily online assignments.
Program to Identify Singleton element in a given array using JAVA
Program to identify singleton (occurring once) elements in an array using JAVA programming.
C++ program to implement distance vector routing protocol
C++ program for Go Back N ARQ is mainly used in Computer Networks, it uses the Bellman-Ford algorithm to calculate paths.
HANGMAN GAME IN PYTHON
This is a hangman game. It is a classic single-player word guessing game. This game is made in python.
Simple Makefile using C++
In this project, I'll create a simple makefile for two CPP files. We'll also learn how do we create a makefile and connect it to different dependencies.
Program to send an email using Python
In this packet, we write a program for sending an email from one user to another user using Python.
Check whether a given date is valid and add 'N' days to it (using C++)
Through this program, we check if a given date is valid and add the 'N' number of days to the given date.
Representation of Sparse Matrix (Using C++)
In numerical analysis and scientific computing, a sparse matrix is a two-dimensional matrix in which most of the elements are zero.
Representation of Sparse Matrix (Using C++)
In numerical analysis and scientific computing, a sparse matrix is a two-dimensional matrix in which most of the elements are zero.
Simple Dice Rolling Simulator in Python
A "Simple Dice Rolling Simulator in Python" is a simple model of computer that helps to roll the dice for us.
Diabetes Classification Using Machine Learning in Python
In this packet, we design a Machine Learning model that predicts whether a person is diabetic or not in Python.