Skip to content
View DiTmOs's full-sized avatar

Block or report DiTmOs

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 Loading

  1. OpenCV OpenCV Public

    OpenCV. In the first lab, different color transformations are applied to the original image using the cv::cvtColor() function (blur, black and white filter, etc.).In the second lab , the gradient a…

    C++

  2. Calculation Calculation Public

    Сalculating. Converting the incoming expression to the reverse Polish notation. Reverse Polish notation is implemented using stack and vector. Stack stores the conversion steps, and the final vecto…

    C++

  3. Canal Canal Public

    Chanel. Creating two processes for writing and reading using pipe(). We also create child processes using fork(). We give them "work". We do this until the tasks are over.

    C++