Coders Packet

Listing of packets of source code submitted by coders

Implementation of Double-linked list in C++

This packet of code helps to find whether a string is a palindrome or not. The process is performed with the help of a double-linked list in C++.

Automation of bookkeeping activities of an institute using C++

This project stores and organises books information according to students as well as library-oriented tasks. It allows the user to perform various operations based on library needs.

Smallest KMP in C++

This project is an improvised version of the renowned KMP (Knuth-Morris-Pratt) algorithm.

Program to check if a given string is a Palindrome using C++

A packet to check if a given string is a Palindrome using C++. This program is implemented using 3 methods i.e., reversed string method, using a Stack by implementation, and as a data structure.

Count the number of Palindromic Substrings in a String using C++

This is a packet that counts the number of Palindromic Substrings in a string using C++. A string or a number is said to be a Palindrome if it reads the same forwards and backward.

BASIC REST API in Python Using Flask

A REST API built using flask and flask-sqlalchemy for Database Management, flask-marshmallow to serialize data for easy processing.

Multiprocessing Vs Threading in Python

This project is about the differences between threading and multiprocessing in Python. This uses the Port Scanner to demonstrate the processes.

Binary Search Tree using C++

This project is the implementation of a binary search tree and it's basic operations using C++.

Top 15 code packets/snippets for web development applications

The packet contains the 15 most important code snippets that can be useful for web applications.

Text to speech Conversion Using web speech API, Bootstrap 4 and Vanilla JavaScript.

This application is used to convert text into speech through web speech API, Bootstrap 4, and Vanilla JavaScript. The user can set speaking rate and pitch variations.

SATHI- AN ONLINE APPLICATION FOR WOMEN SECURITY USING GOOGLE LOCATION API AND JAVASCRIPT

Sathi - An online application for women's security is about locating the device using GOOGLE location API and JavaScript.

Drug Store Bill Management using C++

Billing system of a drug store which prints the bill of medicines bought with other relevant information.