Skip to content
View xiexin1020's full-sized avatar

Block or report xiexin1020

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

    Forked from git/git

    Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.

    C

  2. incubator-brpc incubator-brpc Public

    Forked from apache/brpc

    Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called "baidu-rpc" inside Baidu.

    C++

  3. grpc grpc Public

    Forked from grpc/grpc

    The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

    C++

  4. workflow workflow Public

    Forked from sogou/workflow

    C++ Parallel Computing and Asynchronous Networking Engine

    C++

  5. gflags gflags Public

    Forked from gflags/gflags

    The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source …

    C++

  6. lrucache11 lrucache11 Public

    Forked from mohaps/lrucache11

    A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list and a std::unordered_map style container to provide fast ins…

    C++