Coders Packet

Listing of packets of source code submitted by coders

CHAIN HASHING USING C++

In this C++ program Hashing function maps keys to value and chain hashing avoids collision of mapping two or more keys to the same value.

Voice Recording and Transcribing using Python

Automated voice recording and transcription using sounddevice and SpeechRecognition modules in Python.

String Functions In C++

A string is a collection of characters. This C++ program elaborates on various inbuilt functions used to perform different string-related operations.

Real time chat application using Node JS, express JS, and socket.io

This is a real-time chat application based on Node Js, Express JS, and Socket.io with a text and location sharing feature.

Vigenere Cipher Encryption Using C++

Vigenere cipher is a basic poly-alphabetic substitution cipher and it is implemented here using C++.

Twitting application using JavaScript

A web application that serves a user a lot of inspirational quotes and lets the user tweet the quote on his/her Twitter handle. No external libraries were used. Only an API key is used.

Loop Detection in Linked List using C++

Using Floyd's Algorithm in C++ language to detect loop or cycle in a Linked List which we build ourselves

Login page template and To-Do list using HTML,CSS and Javascript

This is To-do List accessed after going from a Login page using HTML,CSS and Javascript. If the person doesn't have a login Id that person could also sign up for the same

Weather application using pure HTML5, CSS3, and Javascript

This is a web application( using pure HTML5, CSS3, and Javascript )that is able to fetch weather details of a location entered by the user.

Web Scraping GUI Application Using Python

It is a desktop-based Web Scraper Application made using Python where you can provide the URL of the website you want to scrap and get the data accordingly.

Making GUI using AWT and Swing Toolkits in Java

In this project, a simple GUI is built in Java. Abstract Windowing Toolkit (AWT) and Swing Toolkits are used.

Using Graphics in C++ to create Birthday Cake

Today we are going to see how we can use Turbo C++ in Graphics mode by learning some Graphic functions