Skip to content
View MrGoldSky's full-sized avatar

Block or report MrGoldSky

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. IScript IScript Public

    Lightweight IScript interpreter in C++23 (lexer, parser, AST, Environment)

    C++

  2. inmem_kv inmem_kv Public

    In-memory key-value store с собственным сетевым сервером, реализованный на C++23. Включает неблокирующий EventLoop на корутинах (epoll/select), пул потоков, кастомный MemoryPool, sharded хеш‐таблиц…

    C++

  3. ArgumentParser ArgumentParser Public

    A C++ library for parsing command-line arguments. This library is designed to simplify the process of handling command-line options in your C++ programs by supporting various argument types, automa…

    C++

  4. ExamsHelper ExamsHelper Public

    Программное решение для учителей школ, помогающее в подготовке и тестировании учеников на заданиях ЕГЭ по информатике. Программа помогает создавать свои варианты, просматривать информацию о решения…

    Python 1

  5. SandPileModel SandPileModel Public

    This project implements a simplified version of the Abelian sandpile model. It simulates the dynamics of a sandpile based on an initial configuration provided in a TSV file and generates images in …

    C++