From ec72a1fdcf082cad9bc6a12c4b1885fb9d7d904c Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 15:46:40 +0100 Subject: [PATCH 01/10] =?UTF-8?q?drastisch=20k=C3=BCrzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Datei1.txt | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Datei1.txt b/Datei1.txt index de284d6..8474a40 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,17 +1 @@ -Hello Akira! - -Lorem Ipsum - -def neue_funktion(): - print("funk") - -def schleife(): - for i in range(10): - print(i) - -aki <- func(x) { - print(x) -} - -plot(1:10, rep(1,10)) -lines(1:10, 1:10) +Hello du! -- 2.30.2 From 3e8a18c57da9a2b590146230e3691bba014b0c07 Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 15:51:14 +0100 Subject: [PATCH 02/10] einfacher plot --- Datei1.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Datei1.txt b/Datei1.txt index 8474a40..64c1183 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1 +1,3 @@ Hello du! + +plot(letters[1:5], seq(1:5)) \ No newline at end of file -- 2.30.2 From 1cbb651ae73715636b112ce7787cb219923f5511 Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 15:51:58 +0100 Subject: [PATCH 03/10] =?UTF-8?q?grid=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Datei1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Datei1.txt b/Datei1.txt index 64c1183..1f3fdb0 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,3 +1,4 @@ Hello du! -plot(letters[1:5], seq(1:5)) \ No newline at end of file +plot(letters[1:5], seq(1:5)) +grid() \ No newline at end of file -- 2.30.2 From f0c04b62a54d851446d8d123965de0c49e3a3e2a Mon Sep 17 00:00:00 2001 From: Akira Naru Takizawa Date: Thu, 19 Dec 2019 15:54:10 +0100 Subject: [PATCH 04/10] Begonnen resolve #5 --- Datei1.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Datei1.txt b/Datei1.txt index 8474a40..8f14da5 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1 +1,3 @@ Hello du! + +print("welt") -- 2.30.2 From 88ccc761a375f05040f5246cd8eb41bd9ad396f4 Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 15:55:29 +0100 Subject: [PATCH 05/10] =?UTF-8?q?new=20line=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Datei1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datei1.txt b/Datei1.txt index 1f3fdb0..f2ac715 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,4 +1,4 @@ Hello du! plot(letters[1:5], seq(1:5)) -grid() \ No newline at end of file +grid() -- 2.30.2 From 60a9e768d40600f28e1f56541ac6c9f27bd040df Mon Sep 17 00:00:00 2001 From: Akira Naru Takizawa Date: Thu, 19 Dec 2019 16:02:57 +0100 Subject: [PATCH 06/10] =?UTF-8?q?Zweite=20=C3=84nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resolve #5 --- Datei1.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Datei1.txt b/Datei1.txt index 8f14da5..321aa81 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,3 +1,4 @@ Hello du! print("welt") +print("issue5") -- 2.30.2 From b99f3934e99cdfd7a13b9bd14592c3f9693b3c63 Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 16:03:26 +0100 Subject: [PATCH 07/10] du entfernt resolve #6 --- Datei1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datei1.txt b/Datei1.txt index f2ac715..b92b636 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,4 +1,4 @@ -Hello du! +Hello! plot(letters[1:5], seq(1:5)) grid() -- 2.30.2 From 1fa0851dd0141ba413a0573535a46100139988ff Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 16:21:14 +0100 Subject: [PATCH 08/10] abschluss plotten --- Datei1.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Datei1.txt b/Datei1.txt index f2ac715..15d7fd0 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -2,3 +2,5 @@ Hello du! plot(letters[1:5], seq(1:5)) grid() + +#finale oh oh -- 2.30.2 From 68b9d19b270ca440a967e3a72fa46d622bd2f156 Mon Sep 17 00:00:00 2001 From: Akira Naru Takizawa Date: Thu, 19 Dec 2019 16:23:12 +0100 Subject: [PATCH 09/10] =?UTF-8?q?Ende=20der=20Kreativit=C3=A4t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resolve #6 --- Datei1.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Datei1.txt b/Datei1.txt index 2709eef..affedcc 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,7 +1,12 @@ Hello! +def neue_funktion(): + print("kreativ") + print("welt") print("issue5") plot(letters[1:5], seq(1:5)) grid() + + -- 2.30.2 From ea5e40525414f3ae71a63d5b650d8e57af39b9da Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 16:34:04 +0100 Subject: [PATCH 10/10] fehlerkorrektur --- Datei1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datei1.txt b/Datei1.txt index 890e1b3..6ff5635 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -4,7 +4,7 @@ def neue_funktion(): print("kreativ") print("welt") -print("issue5") +print("issues") plot(letters[1:5], seq(1:5)) grid() -- 2.30.2