Skip to content
View BogdanSvirsky's full-sized avatar

Block or report BogdanSvirsky

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
BogdanSvirsky/README.md

Hello there πŸ‘‹

I'm a computer science student at NSU (CS&SD). Here you can find a list of my projects.

Completed Projects

  • Garbage Collector - implementation the mark-and-sweep garabage collector with multithreading support using only glibc.
  • Snake Game – implemented the classic Snake game by simulating a von Neumann architecture computer and programming it in Assembly.
  • Huffman Archiver – a C implementation of a file compressor using Huffman coding.

Other Projects

  • Pharma-Algorithm – an algorithm on Python for calculating optimal drug pricing for a pharmaceutical company.
  • Health Tracker – an Android app for tracking daily physical activity written by Java (with Spring server).
  • Python Signal Bot – a crypto microtrading bot that analyzes data using Pandas.
  • DAO Mint Calendar – a Telegram bot on Python for tracking minting events in crypto projects.
  • The Lines Game – a remake of the Dots game using Pygame.
  • 2048 Game – implementation of the 2048 puzzle game using Pygame.

Pinned Loading

  1. Andrew-Vetrov/Garbage-collector Andrew-Vetrov/Garbage-collector Public

    C 2

  2. snake-game snake-game Public

    Implementation of the Snake game in Assembler using Logisim and CdM16

    Assembly 1

  3. health-tracker health-tracker Public

    Android Fitness App written by Java

    Java 1

  4. huffman-archiver huffman-archiver Public

    Implementation of Huffman archiver on C

    C 1