Skip to content
View DrMerlin01's full-sized avatar
  • Novosibirsk
Block or Report

Block or report DrMerlin01

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

Popular repositories

  1. LiFi-STM32 LiFi-STM32 Public

    A program that allows you to convert the received information into a stream of bytes, which is transmitted using visible light radiation, and also converted back from the received bytes to the orig…

    C 2

  2. Ringing Ringing Public

    A collection of projects on working with various peripherals for STM32, PIC16, Atmega8 microcontrollers, as well as circuits for connecting peripherals.

    C

  3. SEARCH-ENGINE SEARCH-ENGINE Public

    Document search engine with negative keywords (documents with these words will not be displayed in the search results). It works in the likeness of a search engine, such as Yandex. The ranking of t…

    C++

  4. SingleLinkedList SingleLinkedList Public

    A singly linked list. I wrote a sequential iterator (Forward iterator) for it. A strict security guarantee is provided. Unit tests were written.

    C++

  5. SimpleVector SimpleVector Public

    Container, a simplified analogue of std::vector. A pointer wrapper has been written for this container. The RAII idiom is used.

    C++

  6. TransportCatalogue TransportCatalogue Public

    Transport directory. Works with JSON requests. Returns a response to a request to draw routes with an SVG format string. The JSON constructor is implemented using a chain of method calls, obvious e…

    C++