Merge branch 'master' of github.com:cato447/real-java

This commit is contained in:
2020-08-26 22:51:53 +02:00
2 changed files with 19 additions and 2 deletions

View File

@@ -1 +1,18 @@
# real-java # 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| In 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 | | |
| Doodles | | |
| ImageToText | | |
| LanguageAnalysis | | |
| Tools | | |
| TicTacToe - MinMax | | |
| out | | |

View File

@@ -5,7 +5,7 @@ package util;
* *
* @param starttime This Parameter captures the time at the beginning of a program * @param starttime This Parameter captures the time at the beginning of a program
* @param endtime This Parameter captures the time at the end of a program * @param endtime This Parameter captures the time at the end of a program
* @Author BiteCoding --> https://github.com/BiteCoding * @Author cato447 --> https://github.com/cato447
*/ */
import java.util.Date; import java.util.Date;