Skip to content
View manojpandey's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@gdgmsit @pydatadelhi
Block or Report

Block or report manojpandey

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

  1. coala/coala coala/coala Public

    coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.

    Python 3.5k 1.3k

  2. setup setup Public

    🔥 Setting up development environment on Debian based distros

    Shell 36 17

  3. learning-guides learning-guides Public

    📖 PDF slides from various platforms to learn fast :D

    73 39

  4. Studio3T/robomongo Studio3T/robomongo Public

    Native cross-platform MongoDB management tool

    C++ 9.3k 796

  5. RGB to CIELab color space conversion RGB to CIELab color space conversion
    1
    # RGB to Lab conversion
    2
    
                  
    3
    # Step 1: RGB to XYZ
    4
    #         http://www.easyrgb.com/index.php?X=MATH&H=02#text2
    5
    # Step 2: XYZ to Lab
  6. rc4 rc4 Public

    Implementation of the stream cipher - RC4 (Rivest Cipher 4) using both Python 2.x and 3.x

    Python 20 18