No description
This repository has been archived on 2026-07-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 78.2%
  • C++ 21.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-10-01 15:11:13 +03:00
csv-parser Add csv-parser 2022-10-01 15:08:57 +03:00
math-expression-parser Move math-parser -> math-expression-parser 2022-10-01 15:10:04 +03:00
tree-printer Add tree-printer 2022-10-01 15:09:02 +03:00
typeracer refactor: change request_type_dict to an array, main() while block 2022-05-24 00:10:36 +03:00
.editorconfig Add .editorconfig 2022-10-01 15:11:13 +03:00
.gitignore refactor: change request_type_dict to an array, main() while block 2022-05-24 00:10:36 +03:00
README.md Update README.md 2022-10-01 14:42:21 +03:00

Small projects

Here you can find programs with different fields of usage. The solutions are not very major, so I don't want to put them in a separate repository.

Statistics for typeracer

Приложение для взаимодействия с API игры typeracer для повышения скорости печати.

Реализовано несколько функций для осуществления запросов на получение статистики.

Про атрибуты API написано в здесь.