Coders Packet

Listing of packets of source code submitted by coders

Change Brightness of Images using C++ and OpenCV Library

A C++ Project to increase or decrease the brightness of the image at the pixel level using OpenCV.

Singly linked list using C

In C programming Singly linked list is a linear data structure that has two parts one is the data part and the other is the link part that stores the address of the next node.

Handwritten Digits Classification using a MLP in Python

This Project is used to identify handwritten Digits ( MNIST Data set ) using MLP in Python Programming Language.

C++ code for all operation in an array

In this code, the user can perform all possible operations related to an array in the c++ programming language.

Guessing Game in CPP

The guessing game is a simple game in which you have to guess the correct number. I designed this game in C++ programming language.

Infix to Postfix Expression Converter and Evaluator in C++

The packet eases your work by converting Infix expression to a corresponding Postfix expression structure in C++ and finally evaluating the result of the expression.

Linked List representation in C++ using cstdlib class

Using this C++ program elements can be stored using dynamic memory allocation and without acquiring extra space and only using the space needed.

Homogeneous Blur on Images using C++ and OpenCV Library

A C++ Project to blur or smooth images using Homogeneous blur also known as Homogeneous Smoothing, Homogeneous Filtering and Box Blurring.

Talking Text File: JS + HTML Dependecies Req: Bootstrap

Test to speech converter with a speed and pitch control along with accent and language change option. Aimed at making websites more user friendly and accessible.

Peek Page Preview. Format - JAVASCRIPT,CSS Dependencies req: JQuery

This is a peek box that is revealed in case of hover on the scrollbar. The box contains the preview of the page at that scrollHeight. Format - JAVASCRIPT,CSS Dependencies req: JQuery

Custom Scrollbar. Format: JavaScript + CSS, Dependency required: JQuery

There is a lack of compatibility leading to difficulty in customizing scrollbars. This is a custom JAVASCRIPT-based scrollbar to replace the browser scrollbars.  It requires jquery to be added.

URL Link scanner from given html file written in C++ language

It is not easy to work on URLs using C++ so this project can help in developing a library in C++ for extracting URL links present in the given HTML files or codes.