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.
Swap numbers in C++
To swap the number of two variables without using an extra variable in C++ programming language.
Avoiding Deadlock using Multithreading in Java
A simple and easy to understand deadlock occurence and deadlock fixing example of multithreading in java.
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.
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
Employee management System
In this project we have used html, css, javascript, bootstrap for frontend. For backend we have used jdbc, sql, jsp.
Palindrome Checker using Java GUI
This project checks the input string whether it is a palindrome or not, designed using Java GUI.
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.
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.
Career Guidance Application using Kotlin and XML
A CAREER GUIDANCE android mobile application named CAREERISMA providing career guidance to our new generation students.
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
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.