Code Packets
Browse all published coding projects
Floyd's triangle pattern in Java programming.
Hello Coders, In this Java tutorial we are going to discuss the Floyd's triangle pattern using the concept of nested for loop.
Basic ChatBot using NLTK in Python
This project aims to build a basic chatbot in Python using NLTK. It's a simple bot but a great way for one to understand NLP.
Rat in the maze in C++
Rat in the maze is a technique to clear the concept of backtracking. It is used to find the shortest path to arrive at the original destination.
Sudoku Solver in C++
A Sudoku Solver solves a sudoku puzzle by using backtracking and provides you a completely solved sudoku.
Rare numbers in C++
To find if a number if a given number is a rare number or not in C++ with the help of functions.
Heart Attack detection in Python using TensorFlow and Keras
In this project, we will be exploring TensorFlow and Keras deep learning API to detect Heart Attacks to understand deep neural networks in Python programming.
Online Multiple choice exam without using database
Hi, This is an online multiple-choice exam created by using java array and without using database.
JPG to PDF Converter in Java
To build this project, I have used java language and eclipse as an ide. You just have to add the i-text library to use this code.
Password Generator in Python
Password generator program in python. Run this program: 1. Import the random lib. 2. paste the main.py and run the code.
Caterpillar Game using Python Tkinter and GUI
It is a game played by everyone on their mobile phones.Used python widgets and GUI.and also python libraries and modules.
Vaccine Slot Availability using Node
Discord Bot that notifies you when vaccination slots are available for a particular district. It checks for slots every 10 seconds.
Get IP address using JAVA
With the help of this code, we will be able to fetch the IP(Internet Protocol) address of the device connected to our network.