19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
# real-java
|
|
This repository includes all projects, which are only build with the basic java libraries.
|
|
|
|
You dont need anything besides a Java JDK to run the different projects.
|
|
|
|
# The projects
|
|
| Name | Description | Status |
|
|
|:----------:|:-------------:|:------:|
|
|
| ATM-Machine | Doodeling arround with System.in <br> Maybe add a Database to Project| Passive Development |
|
|
| BruitForce | Bruitforce a 6-Digit password | Done |
|
|
| CodingChallanges | Contains every coding challange I solved <br> All challanges were taken from [Edabit](https://edabit.com/challenges) | Every Time im Bored |
|
|
| DemoProjects | This contains topics I cloned from other sites to teach me something | Passive Development |
|
|
| Doodles | Challanges that come to my mind | Passive Development |
|
|
| ImageToText | Goal is to create a recognisable image with text charakters <br> Program is currently an image viewer| Passive Development |
|
|
| LanguageDecryption | Analyses the frequenzy of every character and decrypts the encrypted text based on the analysis <br> Only supports german texts with 10.000+ words | |
|
|
| Tools | | |
|
|
| TicTacToe - MinMax | | |
|
|
| out | | |
|