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.

Sohail Chand Kalyani · May 16, 2021

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.

Anoushka Mergoju · May 16, 2021

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.

Priyanshu Prakash · May 16, 2021

Sudoku Solver in C++

A Sudoku Solver solves a sudoku puzzle by using backtracking and provides you a completely solved sudoku.

Dharmendra Bhai Patel · May 16, 2021

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.

Subalaxmi C · May 16, 2021

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.

Anoushka Mergoju · May 16, 2021

Online Multiple choice exam without using database

Hi, This is an online multiple-choice exam created by using java array and without using database.

Pulkit Prakash · May 16, 2021

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.

Chetan Singh · May 16, 2021

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.

Mohit Patel · May 16, 2021

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.

Amisha singh · May 16, 2021

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.

Anshuman Singh Bais · May 16, 2021

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.

Priyonath Mondal · May 15, 2021