This Python packet is about finding and printing unique words from a text file using python.
GUI based error query tool that will check for error in a python file and search for relevant discussions in Stack Overflow.
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.
This is a basic python code that can be used to decode messages encoded by the Secret Message Encoder.
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.
In this packet the functions of ATM has been implemented using C++ programming language.
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.
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 Quiz using C++. This project is basically developed for the students who are interested in science quiz games and want to test their abilities.
A GUI application to encrypt and decrypt files and folders using the pyAesCrypt module in Python 3.0.
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.
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