Merge branch 'master' of github.com:cato447/real-java
This commit is contained in:
17
README.md
17
README.md
@@ -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 | | |
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user