Coders Packet

Listing of packets of source code submitted by coders

Probable Key Length Finder and Decryption using C

Calculates the frequencies of characters in the cipher text at a given interval and Decrypts the cipher text using the given key.

Text File Analysis and ASCII Viewer in C++

Analyze and visualize text files: Count characters, spaces, and display ASCII values of characters in text file.

CalcMaster using Java.

CalcMaster provides a simple interface for performing math operations, such as addition, subtraction, multiplication, division, and more.

JWT Authenticator using springboot

This is an authenticator that uses Java Web Tokens (JWTs) to secure our application and protect endpoints.

Flappy Bird using Jframe and Java swing

This is the old Flappy Bird game which is built using Java Swing and jFrame. You have to control the bird using a mouse or keypad, such that it doesn't strike the ground or pillars.

Snake Game using jFrame and Java Swing

This project is about a snake game, in this game, you have to control a snake using arrow keys in order to make it eat cherries.

Password Generator using HTML,CSS,JS

A password generator is a software tool that creates strong, random passwords for users. It helps users create secure passwords that are difficult for hackers to guess or crack.

BMI Calculator using HTML,CSS,JS

BMI is a measure of body fat based on height and weight. It is a simple and widely used method for classifying weight status.

Text Analyzer using JavaScript

A text analyzer is a software program designed to process and analyze textual content, extracting meaningful information and providing insights into various aspects of the text.

Form Validator using JavaScript

A form validator is a software script designed to ensure that user-submitted data in a form meets specified criteria. The primary goal of a form validator is to validate user inputs on web forms.

Top Running Shoes of 2023 Showcase(Frontend development)

Discover the trendiest running shoes of 2023. Nike's top picks for ultimate comfort and style. Get ready to hit the road!

Video2mp3 downloader from youtube video url using python

This Python script uses Pytube to download MP3 audio from a YouTube video provided by the user's input URL and saves it in the specified or current directory.