Skip to content
View anton-hrytsevich's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Minsk

Block or report anton-hrytsevich

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. EvilCorp EvilCorp Public

    Test task tesla.io

    C++

  2. Luxoft_gdansk_test_task Luxoft_gdansk_test_task Public

    C++

  3. PokerHand PokerHand Public

    Test task that uses threads, sychronising, a UNIX domain socket, file saving, external JSON parser, C++14 features

    C++

  4. solder_station_firmware solder_station_firmware Public

    Firmware for home made solder station based on AtMega 328

    C++ 1

  5. win_grep win_grep Public

    C

  6. Posix timer without synchronization Posix timer without synchronization
    1
    #include <pthread.h>
    2
    #include <sys/signal.h>
    3
    #include <stdio.h>
    4
    #include <assert.h>
    5
    #include <unistd.h>