Skip to content
View moeryomenko's full-sized avatar
🏠
work at home
🏠
work at home
Block or Report

Block or report moeryomenko

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

  1. delta_crdt delta_crdt Public

    Implementation δ-based Conflict-free Replicated Data Types on C++20

    C++ 1

  2. ngxjs ngxjs Public

    This nginx container with support modules njs and Brotli, also use BoringSSL instead OpenSSL.

    Dockerfile 2 1

  3. mysql5 if not exists emulation mysql5 if not exists emulation
    1
    --- if not exists index
    2
    SET @dbname = DATABASE();
    3
    SET @tablename = "TABLENAME";
    4
    SET @indexname = "INDEXNAME";
    5
    SET @preparedStatement =
  4. Fast docker build Fast docker build
    1
    # use DOCKER_BUILDKIT=1
    2
    FROM golang:1.17.3-alpine3.14 AS build
    3
    
                  
    4
    ENV GO111MODULE on
    5