Coders Packet

Listing of packets of source code submitted by coders

SQLite Databse Example

A simple SQLite database example performing CRUD(create,read,update and delete) operations.

Grade Calculator using Java

This is a simple Grade Calculator using Java. With this, the average of the total marks obtained is calculated and the respective grade is displayed.

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.

BCD CONVERTER USING WRAPPER CLASS IN JAVA

In this article, we will learn some basic concepts of wrapper class by BCD Converter BCD Converter is used to convert one type of number system into another. Eg., Decimal to Binary etc.

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.

Dice Rolling Simulation using Java

The project simulates the rolling of dice and also finds the number of times each number on the dice occurs 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

ATM Transaction System Using Java

In this module, we are going to build a code for the ATM system using java. In this, we can perform different transactions like withdrawal, deposit, and check balance.

MCQ based QUIZ in C++

The project is a multiple choice questions based quiz which stores the details of the quiz takers (details of the person, score, etc.) and stores them in a file for further access.

Student Report Management in C++

The project manages reports of students and stores them in a file for any future use like seeing, editing or deleting the records.

Encrypting and Decrypting a message in C++

A program to secure or encrypt a message and then to retrieve the original message from the encrypted message.

Number Guessing Game Using Java

This project is about a number guessing game in which user will get three trials to guess a randomly generated number.