Skip to content
View nithinmanne's full-sized avatar

Organizations

@cs60050

Block or report nithinmanne

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

Pinned Loading

  1. drm-misc-kernel drm-misc-kernel Public

    C

  2. linux-rockchip linux-rockchip Public

    Forked from Joshua-Riek/linux-rockchip

    Ubuntu Rockchip Kernel Source

    C

  3. pandas-dev/pandas-stubs pandas-dev/pandas-stubs Public

    Public type stubs for pandas

    Python 300 159

  4. ubuntu-rockchip ubuntu-rockchip Public

    Forked from Joshua-Riek/ubuntu-rockchip

    Ubuntu for Rockchip RK35XX Devices

    Shell

  5. radiant-systems-lab/CHEX radiant-systems-lab/CHEX Public

    Python 1

  6. Code to create a simple registerer. Code to create a simple registerer.
    1
    """This function returns two functions, the first is used to call by the registered
    2
       functions based on the first argument(index or key). The second is a decorator
    3
       used to register a new function. The decorator takes a key as argument or if no
    4
       argument is provided, it taked the function name as key.
    5