Contains Java projects produced on Hyperskill -
https://hyperskill.org/profile/518836
Projects
- Hyperskill problems
- Simple Chatty Bot
- Coffee Machine
- Encryption Decryption
- Simple Search Engine
- Tic-Tac-Toe
- Flashcards
- Readability Score
- Numeral System Converter
- Game of Life
- Budget Manager
- Simple Banking System (IN-PROGRESS)
During each project, various code problems are included between each stage.
https://github.com/drtierney/hyperskill-problems
A simple bot that will help you in your learning and make it more fun.
https://github.com/drtierney/hyperskill-SimpleChattyBot
Write the software for a simulation of a real-world coffee machine.
https://github.com/drtierney/hyperskill-CoffeeMachine
https://hyperskill.org/projects/33
Developing a command line application which can encrypt/decrypt strings using various encryption algorithms.
https://github.com/drtierney/hyperskill-EncryptionDecryption
https://hyperskill.org/projects/46
Developing a simple search engine to see if a query exists (or not) within a data set.
https://github.com/drtierney/hyperskill-SimpleSearchEngine
https://hyperskill.org/projects/66
Developing a version of Tic-Tac-Toe which allows 2 players to play against each other.
https://github.com/drtierney/hyperskill-TicTacToe
https://hyperskill.org/projects/48
Developing an application which allows flashcards to be created and used for remembering definitions of terms.
https://github.com/drtierney/hyperskill-Flashcards
https://hyperskill.org/projects/44
Developing a program that can identify the difficulty of a piece of text and identify the suitable reading age.
https://github.com/drtierney/hyperskill-ReadabilityScore
https://hyperskill.org/projects/39
A program to convert between different numeral systems such as binary, decimal, fractional.
https://github.com/drtierney/hyperskill-NumeralSystemConverter
https://hyperskill.org/projects/41
Practice using Swing library for creating GUI and get confident working with Random class and multithreading by recreating Conway's Game of Life.
https://github.com/drtierney/hyperskill-GameOfLife
https://hyperskill.org/projects/54
create your own personal budget manager program that counts the ins and outs and helps control the finances: work with strings, perform mathematical calculations and sort the data.
https://github.com/drtierney/hyperskill-BudgetManager
https://hyperskill.org/projects/76
In this project, you will find out how the banking system works and learn about SQL. We'll also see how Luhn algorithm can help us avoid mistakes when entering the card number. As an overall result, you'll get new experience in Java. https://hyperskill.org/projects/93