A collection of code used to answer or just experiment with Java questions asked on codereview.stackexchange.com
This is a simple maven project compiled with Java 8. All questions are resolved in a dedicated branch :
- #153499, Receiving messages from TCP socket and processing them
- #154869, Quarantine implementation
- #156363, Simple java calculator
- #165402, Cisco router configuration script generator in Java
- #165736, Checking number of words in a string and assigning them to a value
- #175332, Splitting URL query string to key-value pairs
- #182084, Checking if a Stack is sorted in ascending order
- #182089, Blood type compatibility GUI
- #183272, Given a list containing dates and the amount spent on each date, display the total amount spent per month
- #183675, Basic Java bank account
- #184229, Reversing the words order of a string
- #186449, Method to process commands for managing a hockey league
- #188306, Mini bank application
- #192870, Creating user accounts
Clone this repository then move to the local copy and build it with maven :
git clone https://github.com/gervaisb/stackexchange-codereview.git
cd stackexchange-codereview
mvn compile
This project is licensed under the MIT License, see the LICENSE file for details.