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.

Preet Rajpara · Mar 02, 2021

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.

Raagan U · Mar 02, 2021

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.

Raagan U · Mar 02, 2021

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

Amritanshu Singh · Mar 02, 2021

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).

Abhishek Bajaj · Mar 02, 2021

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.

Guru prasad · Mar 02, 2021

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.

Shubham Deepak Kokane · Mar 02, 2021

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.

Guru prasad · Mar 02, 2021

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.

Amritanshu Singh · Mar 02, 2021

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

Shivam Jha · Mar 02, 2021

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.

Harshit Garg · Mar 02, 2021

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.

Rahul Sah · Mar 01, 2021