n08i40k a3b4a501db feat(parser): improve names regex to exclude some non-standard cases
Like "Название ФАмилия. И.О.".
In that case regex will grab "Название ФА", instead of "Амилия. И. О." (we can't add 'Ф', bc it will make regex checks way more complex).

Now it will ignore "Название ФА" if after that lower or upper char is placed.
Previously only lower chars are excluded and check won't exclude "Название ФА" and grabs "Название Ф" bc after 'Ф' uppercase char is present.
2025-10-10 01:37:52 +04:00
2025-06-13 01:02:08 +04:00
2025-10-02 07:55:07 +04:00
2025-10-02 07:55:07 +04:00
2025-03-22 00:30:18 +04:00
2025-03-22 00:31:03 +04:00
2025-03-21 07:39:56 +04:00

API для получения расписания политехникума

Rust

Description
API для получения расписания политехникума на Rust
Readme MIT 4 MiB
Languages
Rust 99.9%
Dockerfile 0.1%