Skip to content
View ZhangSenyan's full-sized avatar
  • Shandong University
  • Ji Nan
Block or Report

Block or report ZhangSenyan

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

    A simple C++ network library for developing high performance network services

    C++ 1

  2. global-local-grasp-detection global-local-grasp-detection Public

    Detect the grasp configuration for various objects by Global and Local CNN(G+L CNN) based on 3D vision

    Python

  3. wangle wangle Public

    Forked from facebook/wangle

    Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.

    C++

  4. leveldb leveldb Public

    Forked from google/leveldb

    LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

    C++

  5. folly folly Public

    Forked from facebook/folly

    An open-source C++ library developed and used at Facebook.

    C++

  6. Hystrix Hystrix Public

    Forked from Netflix/Hystrix

    Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex di…

    Java