Coders Packet

Listing of packets of source code submitted by coders

Student Record in C++

This program collects student details like name, roll number, marks in each subject, and calculates their grade. This is a simple console app programmed in C++.

Minimum or Maximum value in a range of an array efficiently using C++

User inputs an array and this can give the minimum or maximum value in the range L to R of the array according to the queries given by the user, using C++ programming language.

Movie Ticket Generator in C++

It is a console-based c++ Project. In this project, I have used basic array data structure, OOPs concept, and file handling method.

Problems like Rat in a Maze, N-Queen and Sudoku Solver in C++

In this module, we will discuss certain problems like Rat in a Maze, N-Queen, and Sudoku Solver with the help of backtracking in C++.

Location finder and develops a map Using Python

This is a Python program using which you can find a place using the co-ordinates and develop a map of that current co-ordinate.

YouTube Video Downloader using Python

This Python Code helps download videos with the help of Tkinter and Pytube from the most popular video streaming site: YouTube

Image Filters in Python

In this project, I've used python and ML framework Tensorflow. We will be applying filters on the pictures of your choice.

Registration form in Php

This project is based on HTML, CSS and PHP for the registration of employee and the data of the user is sent to the backend which can be accessed in future according to the need.

Simple Matrix Calculator using C++ language

After running the project it will ask to enter 3*3 matrix and after entering 3*3 matrix again it will ask to enter another 3*3 matrix and then few options will be given for calculation.

Voice Based Calculator using SpeechRecognition, pyttsx3,gtts and googletrans in Python

A Python Project to perform basic mathematical calculations using audio using libraries such as SpeechRecognition, pyttsx3 and gTTs.

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.