Coders Packet

Listing of packets of source code submitted by coders

Unique words from a file using Python

This Python packet is about finding and printing unique words from a text file using python.

Stack Overflow error query tool using Python 3.0

GUI based error query tool that will check for error in a python file and search for relevant discussions in Stack Overflow.

Implementation of Breadth-First-Search (BFS) algorithm using Java

In this tutorial, we will learn about the Breadth-first-Search algorithm and we will also see the program to implement the Breadth-first-Search algorithm using Java.

Message decoder using Python

This is a basic python code that can be used to decode messages encoded by the Secret Message Encoder.

Creating an object in Java.

An object is created from a class. In Java, the new keyword is used to create new objects. A class acts as a blueprint for the objects.

ATM USING C++ PROGRAMMING

In this packet the functions of ATM has been implemented using C++ programming language.

Book Cricket game implemented in C++

This is a project implementing the Book Cricket game in C++. Book Cricket involves using the random page number of the book to calculate runs scored.

How to print fibonacci series using for loop in Java.

This project is about fibonacci series using for loop in Java which are displayed in following sequence. Fibonacci series=0,1,1,2,3,5,8,13,21,34

Science KBC using C++

Science Quiz using C++. This project is basically developed for the students who are interested in science quiz games and want to test their abilities.

Encryption and decryption in Python 3.0 using AES256-CBC encrypt

A GUI application to encrypt and decrypt files and folders using the pyAesCrypt module in Python 3.0.

Employee Management System using C++

In this program, you can add up to 100 Employee Details to the system and can view their details by searching them using their Employee ID. You can Calculate Gross Pay, Net Pay of the Employee.

Convert numeral value to Roman string using Java

This code is used to convert the highest possible number into Roman string in Java i.e 1000=M, 500=D, 100=C, 50=L,10=X, 5=V, 1=I