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