Code Packets

Browse all published coding projects

Sentiment Analysis GUI using vaderSentiment and Tkinter in Python

This project helps you to build a simple Tkinter GUI in Python to analyze sentiment type as "positive" / "negative" / "neutral" of the .txt file using the vaderSentiment library.

Pooja S Deshpande · Jun 06, 2021

Swap numbers in C++

To swap the number of two variables without using an extra variable in C++ programming language.

Subalaxmi C · Jun 06, 2021

Avoiding Deadlock using Multithreading in Java

A simple and easy to understand deadlock occurence and deadlock fixing example of multithreading in java.

Tanya Saxena · Jun 06, 2021

Shortest Path Problem using Java

The project finds the shortest path distance from the source vertex to all the vertices of a graph using Java.

Soham Ghosh · Jun 06, 2021

Hibernate CRUD operations

Hibernate is a Java framework that simplifies the development of Java application to interact with the database. It is an open source, lightweight, ORM tool

Kudikala Chandu · Jun 06, 2021

Employee management System

In this project we have used html, css, javascript, bootstrap for frontend. For backend we have used jdbc, sql, jsp.

Kudikala Chandu · Jun 06, 2021

Palindrome Checker using Java GUI

This project checks the input string whether it is a palindrome or not, designed using Java GUI.

Devang Pathak · Jun 06, 2021

Feature Selection using scikit-learn, Feature-engine and Mlxtend in Python

An overview of different feature selection methods in Sklearn, Feature-engine and Mlxtend libraries.

Viraj Nayak · Jun 06, 2021

Handling Imbalanced Data using imbalance-learn in Python

An overview of different undersampling and oversampling methods in the imbalance-learn library for handling imbalanced data.

Viraj Nayak · Jun 06, 2021

Career Guidance Application using Kotlin and XML

A CAREER GUIDANCE android mobile application named CAREERISMA providing career guidance to our new generation students.

Tanya Saxena · Jun 06, 2021

Compare Two Dates in JavaScript

Today we will learn How to compare two dates. We compare if a date is after or before another, if the date is today, how many days there are between dates

Harsh Tanwar · Jun 05, 2021

Bubble Sort using JavaScript

Today we will learn how we sort an array using bubble sort in Javascript as it sorts the array by comparing two adjacent elements and swaps them if they are not in the intended order.

Harsh Tanwar · Jun 05, 2021