Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maemresen/java-poc-projects
My Hobby Java Projects
https://github.com/maemresen/java-poc-projects
character-counter cse101 data-structures football-simulator game-development guess-the-number-game introduction-to-programming java javafx
Last synced: about 1 month ago
JSON representation
My Hobby Java Projects
- Host: GitHub
- URL: https://github.com/maemresen/java-poc-projects
- Owner: maemresen
- License: mit
- Created: 2020-11-10T04:37:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T00:48:43.000Z (about 2 years ago)
- Last Synced: 2024-11-12T17:19:21.344Z (3 months ago)
- Topics: character-counter, cse101, data-structures, football-simulator, game-development, guess-the-number-game, introduction-to-programming, java, javafx
- Language: Java
- Homepage:
- Size: 982 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java PoC Projects
In this repository you could access my Proof-of-Concept Java projects developed.## Projects
* **[DisplayNameCharacters](./simple-examples/src/main/java/com/maemresen/hobbyprojects/DisplayNameCharacters.java)** \
An example JavaFX Application* **[CliCalculator](./simple-examples/src/main/java/com/maemresen/hobbyprojects/CliCalculator.java)** \
An example basic Calculator application developed as CLI Application* **[GuiCalculator](./simple-examples/src/main/java/com/maemresen/hobbyprojects/GuiCalculator.java)** \
An example basic Calculator application developed as Java Swing Application* **[ComplexNumbersExample](./simple-examples/src/main/java/com/maemresen/hobbyprojects/ComplexNumbersExample.java)** \
An example Java CLI Application for working with Complex Numbers* **[FindPossibility](./simple-examples/src/main/java/com/maemresen/hobbyprojects/FindPossibility.java)** \
Example Java CLI Application* **[CliEquationSolver](./simple-examples/src/main/java/com/maemresen/hobbyprojects/CliEquationSolver.java)** \
An example Java CLI Application for solving simple and quadratic equations* **[GuiEquationSolver](./simple-examples/src/main/java/com/maemresen/hobbyprojects/GuiEquationSolver.java)** \
An example Java Swing Application for solving simple and quadratic equations* **[RandomGroupCreator](./simple-examples/src/main/java/com/maemresen/hobbyprojects/RandomGroupCreator.java)** \
An example Java CLI Application for creating random groups with sized 4-3-3* **[Data Structures Example](./simple-examples/src/main/java/com/maemresen/hobbyprojects/data/structures/examples)** \
Examples for understanding data structures* **[Guess Number Game](./guess-the-number-game)** \
Guess the number game developed as Java FX application* **[Football Simulator](./football-simulator)** \
An example project which simulates a whole season of given football league over console.
(creating random fixture for season, simulate each match, take statistics etc.).* **[Character Counter](./character-counter)** \
An example JavaFX application which has count characters either on your selected file or custom text and then show number of each character on a pie-chart