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

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pgxorbpgxorbPublic

    Package pgxorb provides PostGIS support for github.com/jackc/pgx/v5 via github.com/paulmach/orb.

    Go 1 1

  2. delta_crdtdelta_crdtPublic

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

    C++ 2

  3. ngxjsngxjsPublic

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

    Dockerfile 2 1

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