Skip to content
View sdshorin's full-sized avatar

Block or report sdshorin

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. funexpected/godot funexpected/godot Public

    Working version of GodotEngine by Funexpected team

    C++ 1 3

  2. ft_ssl_md5 ft_ssl_md5 Public

    This C project involves implementing hash functions (MD5, SHA256, SHA512, SHA384, SHA224) and encryption algorithms (Base64, DES) from scratch, employing object-oriented programming principles.

    C

  3. snake-sssembly-RISCV snake-sssembly-RISCV Public

    An implementation of the classic Snake game in RISK-V Assembly, featuring memory-mapped I/O, interrupts, and a simulated display.

    Assembly 3

  4. cv cv Public

    My resume, automatically generated via GitHub Actions.

    TeX

  5. graphic_engine graphic_engine Public

    Developed a game engine from scratch in C++, featuring a custom CPU renderer and support for complex game scenes with animations.

    C++

  6. webserv webserv Public

    Implemented an HTTP server in C++, supporting GET, POST, PUT, DELETE, and HEAD methods, ensuring resilience under heavy loads, and providing support for both static and CGI content.

    C++