Code Packets
Browse all published coding projects
Cursor Movement using 'AWSD' keys in C
Movement of a specific character using the keyboard keys A, W, S and D in C language.
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.
Simple REST API client using Python
A simple REST API client made in python that can be used to make requests to REST APIs. All Five basic HTTP Methods are implemented in this script.
Valid Sudoku Solver using C++ Programming Language
The objective of this project is to apply the basic aspect of programming knowledge(function, 2-D vector, array, recursion) and problem-solving using C++ programming language
C++ program to convert a E-NFA to DFA
I have written a c++ program that converts an Epsilon-Nondeterministic finite automaton(e-NFA) to a deterministic finite automaton(DFA).
Book management console in Python using SQLite
This project will focus on creating a book management console with SQLite database using Python. Through the menu function we can add, list, update or delete books.
Automorphic Number Using C++
Automorphic numbers are those numbers in which the unit's place of the square of a number is equal to the number itself. Similarly, using C++ the program is explained.
Quote website scrapping in Python using Selenium
This project focuses on automating browser tasks like extracting content from a website using a special module in Python called Selenium.
Weather Data Generator using C++ Programming Language
The objective of this project is to test the student’s knowledge in the aspect of basic programming and problem-solving for data analysis using C++ programming language.
GitHub User finder in JavaScript
Github Finder - in which you can search a particular user by its user name, and also you can search its upto 5 repositories that they have pushed recently
Bank Management System using C language
This is a Bank Management System using C language and File Handling. It serves all operations of a bank even new functions like reverse a transaction.
Printing a Calendar of a given year using C++
In this article, we are going to learn how we can print a calendar for a given year using basic C++ language.