Умножение матриц и повороты — https://pomodoro3.mircloud.ru
jekyll_site | ||
.gitattributes | ||
.gitignore | ||
build.sh | ||
CONTRIBUTING.md | ||
DIRECTORY-TREE.md | ||
LICENSE.md | ||
OPEN_LICENSE.txt | ||
package.sh | ||
README.en.md | ||
README.md | ||
serve.sh |
Website pages
- Winograd — Strassen algorithm — 11.02.2022.
- Matrix multiplication in parallel streams — 09.02.2022.
- Matrix rotation 180 degrees — 17.12.2021.
- Matrix rotation 90 degrees — 13.12.2021.
- Optimizing matrix multiplication — 10.12.2021.
Source texts
- Series of the static websites «Pomodori».
- Used formats — Markdown, Liquid, YAML.
- Build tool — Jekyll with tomato design themes.
- Automation of processes — Bash scripts for command line.
- build.sh — Building a site in two tomato themes and optimizing the results.
- serve.sh — Local deployment to verify the correctness of the build.
- package.sh — Preparing an archive for subsequent deployment.