Skip to content
View novangarde's full-sized avatar
🎲
🎲

Block or report novangarde

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. hh_salaries_researcher hh_salaries_researcher Public

    Скрипт для парсинга вакансий с Head Hunter, анализа и сравнения зарплат. Собирает по заданным ключевым словам через API hh.ru, группирует по профессии, сохраняет в .csv и .xslx. Также рассчитывает …

    Python

  2. movielens_data_analysis movielens_data_analysis Public

    В этом проекте мы создадим классы на Python для чтения, обработки и анализа данных из датасета `MovieLens` (movies, ratings, tags, links). Будем использовать уменьшенную версию датасета (ml_latest_…

    Python

  3. math_library_c math_library_c Public

    My implementation of the Math library at C. Each function has prefix "mm_" (my math). Functions implemented: abs, fabs, ceil, floor, sqrt, fmod, exp, log, pow, atan, atan_taylor, sin, cos, tan, asi…

    C