Code Packets
Browse all published coding projects
Auto Download Images from Google in Bulk using Python and Tkinter.
Downloading images is the most common activity that everyone does. Here, we will download images from google by simply giving the title of the image and the number of images you want to download
Caesar Cipher using Java
Given a string and a shift value, in this project the string is encoded or decoded as per user's choice by the shift value, using Java.
YouTube Video Downloader Using Python
It is a Python program to download videos from YouTube. It gives a privilege for a user to watch videos offline.
Simple Interest Calculator using Java
This is simple basic calculator use in solving simple interest problem. It is devloped using Java programming language.
Get User Location in Android Studio in Java
In this project, I have created an Android app that returns the latitude, longitude and location of the user and thus detects the user location.
Simple Chat using Java Networking
A simple chat application that enables the user to chat with his peer. It establishes good two-way communication between peers.
Auto Download Images from Google in Bulk using Python and Tkinter.
Downloading images is the most common activity that everyone does. Here, we will download images from google by simply giving the title of the image and the number of images you want to download
Dependency Injection Using Spring
project is about performing dependency injection using Spring beanfactory interface . Inthis we have three files : clientcontroller, mainclass, application context.xml
Shortest Job First scheduler with Gantt Chart in C++
Shortest Job First (SJF) cpu scheduler which prints gantt, cpu, input and output chart along with calculating total and average for turn around, waiting and response time for each process.
Convert Decimal Number to a Number with base N in C++
A simple C++ program that lets you convert a decimal number (base 10) to a base N number using an array of characters
Magic Square in C++
A square matrix (usually positive integers) with the sum of each row, column, and both main diagonals being the same is called a magic square. This is a C++ project.
Vaccination Registration Using Java and MySQL
A Java based project for vaccination registration and storing the user information to the database.