Coders Packet

Listing of packets of source code submitted by coders

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.

BigInt Container Class implemented in C++

BigInt Class is used to store the positive and negative integers which are large-sized with many digits that cannot be stored in a long long int. The programming language used is C++.

0-N Knapsack in C++

It's a problem of 2-D DP of knapsack in C++, in which the weight W and a set of n items with some value's, needs to calculate the maximum amount of a profit from these set of items.