From 8e95c658c24db49a623fa00adc24ada039d1fff7 Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:15:29 +0200 Subject: [PATCH 01/17] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 582faff..ae98ad2 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # 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. From 87b165dc089c6fa54c16ef415904e206fa95c662 Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:15:46 +0200 Subject: [PATCH 02/17] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae98ad2..0c2f6b3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # 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. From f1e7a4b25404c67e5d75edec77ea5167d5f16aff Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:16:27 +0200 Subject: [PATCH 03/17] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c2f6b3..943c8de 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ 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 From dcc8b61417348949206d042efab8ad812cb1469c Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:17:05 +0200 Subject: [PATCH 04/17] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 943c8de..ed1f30f 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,8 @@ This repository includes all projects, which are only build with the basic java You dont need anything besides a Java JDK to run the different projects. # The projects +| Tables | Are | Cool | +|----------|:-------------:|------:| +| col 1 is | left-aligned | $1600 | +| col 2 is | centered | $12 | +| col 3 is | right-aligned | $1 | From 5a29f358e3569b230ed0672b2435e0b17e1f6f07 Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:20:06 +0200 Subject: [PATCH 05/17] Update Timer.java --- TOOLS/time/util/Timer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TOOLS/time/util/Timer.java b/TOOLS/time/util/Timer.java index 4ece416..54bfdc1 100644 --- a/TOOLS/time/util/Timer.java +++ b/TOOLS/time/util/Timer.java @@ -5,7 +5,7 @@ package util; * * @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 - * @Author BiteCoding --> https://github.com/BiteCoding + * @Author cato447 --> https://github.com/cato447 */ import java.util.Date; @@ -38,4 +38,4 @@ public class Timer { public String timeNeeded(){ return "Time needed " + deltaTime() + " ms"; } -} \ No newline at end of file +} From dcc9c2325f05ae86fab1090dd16181678b582133 Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:21:54 +0200 Subject: [PATCH 06/17] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed1f30f..7602251 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,15 @@ This repository includes all projects, which are only build with the basic java You dont need anything besides a Java JDK to run the different projects. # The projects -| Tables | Are | Cool | +| Name | Description | Status | |----------|:-------------:|------:| -| col 1 is | left-aligned | $1600 | -| col 2 is | centered | $12 | -| col 3 is | right-aligned | $1 | +| ATM-Machine | Doodeling arround with System.in | Done | +| BruitForce | centered | $12 | +| CodingChallanges | right-aligned | $1 | +| DemoProjects | | | +| Doodles | | | +| ImageToText | | | +| LanguageAnalysis | | | +| Tools | | | +| TicTacToe - MinMax | | | +| out | | | From f0b87fe035479a4ea659242ca0b391b41e53d6fa Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:22:13 +0200 Subject: [PATCH 07/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7602251..3b68a4e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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 | Done | | BruitForce | centered | $12 | | CodingChallanges | right-aligned | $1 | From 45f7aa2e7ef6c13d488eaa09316d7e66f09b852f Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:23:18 +0200 Subject: [PATCH 08/17] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b68a4e..2f46112 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ 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 | Done | -| BruitForce | centered | $12 | +| BruitForce | Bruitforce a 6-Digit password | Done | | CodingChallanges | right-aligned | $1 | | DemoProjects | | | | Doodles | | | From 7c2834aaf7ffbf60d0a0449acb12de1407ce857d Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:23:57 +0200 Subject: [PATCH 09/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f46112..d676c18 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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 | Done | +| ATM-Machine | Doodeling arround with System.in Maybe add a Database to Project| In Development | | BruitForce | Bruitforce a 6-Digit password | Done | | CodingChallanges | right-aligned | $1 | | DemoProjects | | | From e33dd087918d80793a1d6a589bf6cf3c6303b683 Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:24:10 +0200 Subject: [PATCH 10/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d676c18..0648ba4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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 Maybe add a Database to Project| In Development | +| ATM-Machine | Doodeling arround with System.in/n Maybe add a Database to Project| In Development | | BruitForce | Bruitforce a 6-Digit password | Done | | CodingChallanges | right-aligned | $1 | | DemoProjects | | | From 29e484e928ee0af29e0b476344741819a650120b Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:24:44 +0200 Subject: [PATCH 11/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0648ba4..d67c668 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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/n Maybe add a Database to Project| In Development | +| ATM-Machine | Doodeling arround with System.in
Maybe add a Database to Project| In Development | | BruitForce | Bruitforce a 6-Digit password | Done | | CodingChallanges | right-aligned | $1 | | DemoProjects | | | From c777f33f368d21627c87a40b53266066057dcd3a Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:28:00 +0200 Subject: [PATCH 12/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d67c668..90db7a9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You dont need anything besides a Java JDK to run the different projects. |:----------:|:-------------:|:------:| | ATM-Machine | Doodeling arround with System.in
Maybe add a Database to Project| In Development | | BruitForce | Bruitforce a 6-Digit password | Done | -| CodingChallanges | right-aligned | $1 | +| CodingChallanges | Contains every coding challange I solved
All challanges where taken from [edabit.com](edabit.com/challanges) | $1 | | DemoProjects | | | | Doodles | | | | ImageToText | | | From 172ac9e3a25b1ddb81fb480b6ef0b092f01a454d Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:28:11 +0200 Subject: [PATCH 13/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90db7a9..8d2f809 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You dont need anything besides a Java JDK to run the different projects. |:----------:|:-------------:|:------:| | ATM-Machine | Doodeling arround with System.in
Maybe add a Database to Project| In Development | | BruitForce | Bruitforce a 6-Digit password | Done | -| CodingChallanges | Contains every coding challange I solved
All challanges where taken from [edabit.com](edabit.com/challanges) | $1 | +| CodingChallanges | Contains every coding challange I solved
All challanges were taken from [edabit.com](edabit.com/challanges) | $1 | | DemoProjects | | | | Doodles | | | | ImageToText | | | From 0b46154a90aa61f935ee5253eaccfee36b02c9bd Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:28:39 +0200 Subject: [PATCH 14/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d2f809..8e22a3a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You dont need anything besides a Java JDK to run the different projects. |:----------:|:-------------:|:------:| | ATM-Machine | Doodeling arround with System.in
Maybe add a Database to Project| In Development | | BruitForce | Bruitforce a 6-Digit password | Done | -| CodingChallanges | Contains every coding challange I solved
All challanges were taken from [edabit.com](edabit.com/challanges) | $1 | +| CodingChallanges | Contains every coding challange I solved
All challanges were taken from [Edabit](www.edabit.com/challanges) | $1 | | DemoProjects | | | | Doodles | | | | ImageToText | | | From 9d55b7294ca4154cd226510cf4caad1964f5e81f Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:29:10 +0200 Subject: [PATCH 15/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e22a3a..5f9e23f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You dont need anything besides a Java JDK to run the different projects. |:----------:|:-------------:|:------:| | ATM-Machine | Doodeling arround with System.in
Maybe add a Database to Project| In Development | | BruitForce | Bruitforce a 6-Digit password | Done | -| CodingChallanges | Contains every coding challange I solved
All challanges were taken from [Edabit](www.edabit.com/challanges) | $1 | +| CodingChallanges | Contains every coding challange I solved
All challanges were taken from [Edabit](https://edabit.com/challanges) | $1 | | DemoProjects | | | | Doodles | | | | ImageToText | | | From 199de5acc2b7b1d82820ae69a9baca2cc6fe6fb6 Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:29:48 +0200 Subject: [PATCH 16/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f9e23f..6a57532 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You dont need anything besides a Java JDK to run the different projects. |:----------:|:-------------:|:------:| | ATM-Machine | Doodeling arround with System.in
Maybe add a Database to Project| In Development | | BruitForce | Bruitforce a 6-Digit password | Done | -| CodingChallanges | Contains every coding challange I solved
All challanges were taken from [Edabit](https://edabit.com/challanges) | $1 | +| CodingChallanges | Contains every coding challange I solved
All challanges were taken from [Edabit](https://edabit.com/challenges) | $1 | | DemoProjects | | | | Doodles | | | | ImageToText | | | From 0fc34aef97f8db8a7127bb5d23930fddedb304af Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:30:57 +0200 Subject: [PATCH 17/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a57532..0152645 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You dont need anything besides a Java JDK to run the different projects. |:----------:|:-------------:|:------:| | ATM-Machine | Doodeling arround with System.in
Maybe add a Database to Project| In Development | | BruitForce | Bruitforce a 6-Digit password | Done | -| CodingChallanges | Contains every coding challange I solved
All challanges were taken from [Edabit](https://edabit.com/challenges) | $1 | +| CodingChallanges | Contains every coding challange I solved
All challanges were taken from [Edabit](https://edabit.com/challenges) | Every Time im Bored | | DemoProjects | | | | Doodles | | | | ImageToText | | |