Skip to content
View gitisan's full-sized avatar

    Block or report gitisan

    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 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. files filesPublic

    2. ribbon ribbonPublic

      Forked from Netflix/ribbon

      Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support.

      Java

    3. Hystrix HystrixPublic

      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

    4. pyautogui pyautoguiPublic

      Forked from asweigart/pyautogui

      A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.

      Python

    5. gin ginPublic

      Forked from gin-gonic/gin

      Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

      Go

    6. redis redisPublic

      Forked from redis/redis

      Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs,…

      C