From eb1aea6ad6f30c7535e9bd88eb9610593b7159c4 Mon Sep 17 00:00:00 2001 From: nonachi Date: Mon, 31 Mar 2025 10:16:59 +0300 Subject: [PATCH 1/6] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B3=D0=BE=D0=B4=D0=B0=20=D0=B2=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D0=B5=20LICENSE.md!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 1c406b49..df2d0dbc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018—preset Artem Zakharchenko +Copyright (c) 2019—preset Artem Zakharchenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 1403be64eebb3a2d74475582b2210d8f994a3c06 Mon Sep 17 00:00:00 2001 From: nonachi Date: Mon, 31 Mar 2025 10:17:37 +0300 Subject: [PATCH 2/6] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=B2=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D0=B5=20README.md!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d72c9dd..e7f034d1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Use English language when naming your variables and functions. ```js /* Bad */ -const primerNombre = 'Gustavo' +const primerNombre = 'Nonachi' const amigos = ['Kate', 'John'] /* Good */ From 35b977ee15921444aaad10180327ab72138737d2 Mon Sep 17 00:00:00 2001 From: nonachi Date: Mon, 31 Mar 2025 10:23:59 +0300 Subject: [PATCH 3/6] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20newFile.txt!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newFile.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 newFile.txt diff --git a/newFile.txt b/newFile.txt new file mode 100644 index 00000000..c37f72f4 --- /dev/null +++ b/newFile.txt @@ -0,0 +1,4 @@ +name=Олеся +age=19 +city=Москва +email=mirai.nonachi@gmail.com From 1ac6be63a86282f70dd785fd8a06013c81fd1144 Mon Sep 17 00:00:00 2001 From: nonachi Date: Mon, 31 Mar 2025 11:25:20 +0300 Subject: [PATCH 4/6] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D1=80=D0=B8=D1=8F=20=D0=B2=20LICENSE.md!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LICENSE.md b/LICENSE.md index df2d0dbc..713b0099 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,5 @@ +I love cookies! + MIT License Copyright (c) 2019—preset Artem Zakharchenko From b87c8e696b36bba54702b94c25c792bffcb81441 Mon Sep 17 00:00:00 2001 From: nonachi Date: Mon, 31 Mar 2025 11:26:36 +0300 Subject: [PATCH 5/6] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=BD=D0=B0=20?= =?UTF-8?q?Kate=20=D0=B2=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B5=20README.md!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7f034d1..65aaa30d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ const primerNombre = 'Nonachi' const amigos = ['Kate', 'John'] /* Good */ -const firstName = 'Gustavo' +const firstName = 'Kate' const friends = ['Kate', 'John'] ``` From ce57c2539448e2d4b16dfe0d6adb835937135c28 Mon Sep 17 00:00:00 2001 From: nonachi Date: Mon, 31 Mar 2025 11:27:25 +0300 Subject: [PATCH 6/6] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=B2=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D0=B5=20newFile.txt!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newFile.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newFile.txt b/newFile.txt index c37f72f4..d67d4f5c 100644 --- a/newFile.txt +++ b/newFile.txt @@ -1,4 +1,4 @@ -name=Олеся +name=ОлесяСися age=19 city=Москва email=mirai.nonachi@gmail.com