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 4fb2da95882814fec88d2a91764c186ecb1fdd11 Mon Sep 17 00:00:00 2001 From: nonachi Date: Mon, 31 Mar 2025 10:31:30 +0300 Subject: [PATCH 4/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..2b06344b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018—preset Artem Zakharchenko +Copyright (c) 2020—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 668a903757d561da1c537c4011f7f022fd96366c Mon Sep 17 00:00:00 2001 From: nonachi Date: Mon, 31 Mar 2025 10:32:16 +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=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..2fc54eed 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 = 'Olesya' const amigos = ['Kate', 'John'] /* Good */ From 37adbb30433c5aeaa58ad958410143e8e25e24c0 Mon Sep 17 00:00:00 2001 From: nonachi Date: Mon, 31 Mar 2025 10:38:14 +0300 Subject: [PATCH 6/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..206560e1 --- /dev/null +++ b/newFile.txt @@ -0,0 +1,4 @@ +name=Рыцарь +age=18 +city=Акалиф +email=knight@gmail.com