diff --git a/.gitignore b/.gitignore index 24b5f75..0701d76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea *.iml *.zip +_profile _site* .repo_* diff --git a/DIRECTORY_TREE.md b/DIRECTORY_TREE.md index e71a2dc..b03fa77 100644 --- a/DIRECTORY_TREE.md +++ b/DIRECTORY_TREE.md @@ -1,46 +1,46 @@ ## Дерево каталогов
-. -├─ jekyll_site -│ ├─ en -│ │ ├─ 2021/12 -│ │ │ ├─ 10/optimizing-matrix-multiplication.md -│ │ │ ├─ 13/matrix-rotation-90-degrees.md -│ │ │ └─ 17/matrix-rotation-180-degrees.md -│ │ ├─ 2022/02 -│ │ │ ├─ 09/matrix-multiplication-parallel-streams.md -│ │ │ └─ 11/winograd-strassen-algorithm.md -│ │ └─ index.md -│ ├─ img -│ │ ├─ block-matrices.svg -│ │ ├─ products.svg -│ │ ├─ sums1.svg -│ │ ├─ sums2.svg -│ │ └─ sums3.svg -│ ├─ ru -│ │ ├─ 2021/12 -│ │ │ ├─ 09/optimizing-matrix-multiplication.md -│ │ │ ├─ 12/matrix-rotation-90-degrees.md -│ │ │ └─ 16/matrix-rotation-180-degrees.md -│ │ ├─ 2022/02 -│ │ │ ├─ 08/matrix-multiplication-parallel-streams.md -│ │ │ └─ 10/winograd-strassen-algorithm.md -│ │ └─ index.md -│ ├─ Gemfile_color -│ ├─ Gemfile_older -│ ├─ _config_color.yml -│ ├─ _config_older.yml -│ └─ robots.txt -├─ .gitattributes -├─ .gitignore -├─ CONTRIBUTING.md -├─ DIRECTORY_TREE.md -├─ LICENSE.md -├─ OPEN_LICENSE.txt -├─ README.md -├─ WIKI.md -├─ build.sh -├─ package.sh -└─ serve.sh +. +├─ jekyll_site +│ ├─ en +│ │ ├─ 2021/12 +│ │ │ ├─ 10/optimizing-matrix-multiplication.md 9,9K +│ │ │ ├─ 13/matrix-rotation-90-degrees.md 3,1K +│ │ │ └─ 17/matrix-rotation-180-degrees.md 2,5K +│ │ ├─ 2022/02 +│ │ │ ├─ 09/matrix-multiplication-parallel-streams.md 7,6K +│ │ │ └─ 11/winograd-strassen-algorithm.md 13K +│ │ └─ index.md 4,4K +│ ├─ img +│ │ ├─ block-matrices.svg 8,2K +│ │ ├─ products.svg 17K +│ │ ├─ sums1.svg 20K +│ │ ├─ sums2.svg 7,2K +│ │ └─ sums3.svg 14K +│ ├─ ru +│ │ ├─ 2021/12 +│ │ │ ├─ 09/optimizing-matrix-multiplication.md 13K +│ │ │ ├─ 12/matrix-rotation-90-degrees.md 4,5K +│ │ │ └─ 16/matrix-rotation-180-degrees.md 3,5K +│ │ ├─ 2022/02 +│ │ │ ├─ 08/matrix-multiplication-parallel-streams.md 10K +│ │ │ └─ 10/winograd-strassen-algorithm.md 17K +│ │ └─ index.md 6,7K +│ ├─ Gemfile_color 68 +│ ├─ Gemfile_older 68 +│ ├─ _config_color.yml 1,5K +│ ├─ _config_older.yml 1,5K +│ └─ robots.txt 178 +├─ .gitattributes 82 +├─ .gitignore 42 +├─ CONTRIBUTING.md 557 +├─ DIRECTORY_TREE.md 4,4K +├─ LICENSE.md 955 +├─ OPEN_LICENSE.txt 25K +├─ README.md 275 +├─ WIKI.md 1,5K +├─ build.sh 2,6K +├─ package.sh 189 +└─ serve.sh 267