Code Packets

Browse all published coding projects

Blog Website in Python using Django

this project contains a basic blog website in python using Django which is a very popular web framework

Satwik Mishra · Mar 21, 2021

Cat vs Dog Classifier in Python using TensorFlow

This is a deep learning project to identify that give image is an image of a dog or a cat

Satwik Mishra · Mar 21, 2021

Calculator using C++

This project made in C++ language. In this project the user can do various calculation in Addition,Subtraction,Multiplication,Division and Modulus function.

Shantanu Agnihotri · Mar 20, 2021

Bus Reservation System using C++

This project is made by using C++ language. In this project user can perform task like install,getting bus information,showing reservation and showing busses availiable.

Shantanu Agnihotri · Mar 20, 2021

The Famous Joshephus Problem using C++

The Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game using C++.

Tanmay Ahuja · Mar 20, 2021

Office Management System using C++

This project is made to reduce the overhead involved in office management system.The Admin can use this software to manage the staff details.This project is made by using C++ language.

Shantanu Agnihotri · Mar 20, 2021

Prominal Number in java

The primorial number is multiplication of the all prime numbers also which is the analog of the usual factorial for prime numbers.The Java code is compiled and run on a Windows 10 in BlueJ.exe.

Sushma Kumari · Mar 20, 2021

C Program for Implementation of Stack using Array

This is a C program that implements the stack operations using an ARRAY. The program includes stack operations like Push operation, Pop operation, Display and Quit option.

Srishti Dhaval Patkar · Mar 20, 2021

Password Validation using C++

A C++ programme to check the strength of a password. A password must pass some criteria to be a strong password.

Srishti Dhaval Patkar · Mar 20, 2021

Text Classification using TF-IDF Vectorizer and prediction using Support Vector in Python.

The project classifies the text reviews using the TF-IDF Vectorizer and the prediction is done using support vector machine model using Python language.

Shreya Singh · Mar 20, 2021

Finding the middle element of linked List in Python

In this Python source code, we use two methods to solve this problem, one by using extra space and the other by the two-pointer method.

Abhishek Kumar · Mar 20, 2021

Simple GUI Calculator in Python using Tkinter

This python project is used to compute arithmetic operations on two numbers such as addition, subtraction, multiplication, and division by using the Tkinter module.

Ankush Indulkar · Mar 20, 2021