1
0
Fork 0

2024-03-31

This commit is contained in:
Gennadiy 2024-03-31 02:19:25 +03:00
parent 1543a1c0af
commit 07b494aa75
4 changed files with 25 additions and 15 deletions

View file

@ -1,21 +1,25 @@
# [Pomodori](README.md)
Updated and once again rewritten variant of my old blog, new versions of old programs: volumetric
tetris, simple captcha and others — simplified site generating without obfuscation, lightweight
page design without JavaScript and open license RF instead of MIT — there are a lot of changes and
everywhere, but the essence remains the same — nothing has changed. Series of static websites
«Pomodori» — not to be bored and not to forget how to write programs, when there is no work.
Updated and once again rewritten variant of my old blog, new versions of old programs: volumetric tetris,
simple captcha and others — simplified site generating without obfuscation, lightweight page design without
JavaScript and open license RF instead of MIT — there are a lot of changes and everywhere, but the essence
remains the same — nothing has changed. Series of static websites «Pomodori» — not to be bored and not to
forget how to write programs, when there is no work.
- [gitea.com](https://gitea.com/pomodoro) — latest version.
- [git.org.ru](https://git.org.ru/pomodoro) — history of changes.
- [hub.mos.ru](https://hub.mos.ru/pomodoro) — history of changes.
### Content
Solutions to programming problems with errors and descriptions of solutions. Correction of errors
— is an additional task for C students and cheaters. All code is checked and works — it looks nice,
but such code cannot be used on the production server. Question for B students: find at least one
error. Question for A students: find *more* errors and write the *own* solution.
Solutions to programming problems with errors and descriptions of solutions. Correction of errors — is an
additional task for C students and cheaters. All code is checked and works — it looks nice, but such code
cannot be used on the production server. Question for B students: find at least one error. Question for A
students: find *more* errors and write the *own* solution.
Constructive criticism and error descriptions can be sent over electronic mail — at least it is
interesting for me and useful for professional growth. Because, firstly, not all mistakes are made
intentionally and, secondly, not all of them — are mistakes.
Constructive criticism and error descriptions can be sent over electronic mail — at least it is interesting
for me and useful for professional growth. Because, firstly, not all mistakes are made intentionally and,
secondly, not all of them — are mistakes.
1. [Three-dimensional graphics in JavaScript](https://pomodoro1.mircloud.ru/en/).
2. [Cartesian product, combinatorics](https://pomodoro2.mircloud.ru/en/).
@ -40,9 +44,9 @@ The creative process began in 2016, but even earlier I wrote some things for mys
creativity occurs, when there is no work. Mature thoughts become separate projects, and immature ones
go as parts of this project. Over time, there are more parts, so automation comes in handy here too.
- [Incomplete publications](archive/README.md) — archive without translation.
- [Process management](bash_scripts/README.en.md) — scripts Bash.
- [Avatars for repositories](pictures/README.md) — pictures.
- [Incomplete publications](archive/README.md) — archive without translation.
### Build
@ -53,7 +57,7 @@ the client. *Obusificator* — is a unique solution, no longer used.
Now the site is generated by Jekyll, the template language is Liquid, syntax highlighting during build
time, and the content of the pages is in Markdown format. Process management is performed by Bash scripts.
The thought does not leave me, that I made a *senseless swap* — in general, nothing has changed.
The thought does not leave me, that I *made a senseless swap* — in general, nothing has changed.
### License

View file

@ -5,6 +5,10 @@
открытая лицензия РФ вместо MIT — изменений много и везде, но суть осталась прежней — ничего не изменилось. Серия
статических вёб-сайтов «Помидоры» — чтобы не скучать и чтобы не забыть, как программы писать, когда работы нет.
- [gitea.com](https://gitea.com/pomodoro) — последняя версия.
- [git.org.ru](https://git.org.ru/pomodoro) — история изменений.
- [hub.mos.ru](https://hub.mos.ru/pomodoro) — история изменений.
### Содержание
Решения задач по программированию с ошибками и описания решений. Исправление ошибок — дополнительная задача для
@ -39,9 +43,9 @@
наступает, когда работы нет. Созревшие мысли становятся отдельными проектами, а несозревшие идут как части
этого проекта. Со временем частей становится больше, поэтому автоматизация пригождается и здесь тоже.
- [Незавершённые публикации](archive/README.md) — архив.
- [Управление процессами](bash_scripts/README.md) — скрипты Bash.
- [Аватарки для репозиториев](pictures/README.md) — картинки.
- [Незавершённые публикации](archive/README.md) — архив.
### Сборка

View file

@ -20,6 +20,7 @@ Creating an archive, switching the domain, composing scripts and creating reposi
Local project directories are located on the same level. On the server,
repositories with websites are moved to a separate group, and the rest
of the repositories remain with the user. The directory structure for
[gitea.com](https://gitea.com/golovin),
[git.org.ru](https://git.org.ru/golovin) and
[hub.mos.ru](https://hub.mos.ru/golovin).

View file

@ -20,6 +20,7 @@
Локальные каталоги проектов расположены на одном уровне. На сервере
репозитории с вёб-сайтами переходят в отдельную группу, а остальные
репозитории остаются у пользователя. Структура каталогов для
[gitea.com](https://gitea.com/golovin),
[git.org.ru](https://git.org.ru/golovin) и
[hub.mos.ru](https://hub.mos.ru/golovin).