Skip to content
View souravsaraf123's full-sized avatar
  • 2pirad
  • Kolkata

Block or report souravsaraf123

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. react-jira-clone react-jira-clone Public

    Simplified Jira Clone in React

    TypeScript

  2. ngx-check-internet ngx-check-internet Public

    Subscribe to internet connection changes (in browser) in Angular2+ application.

    TypeScript 1

  3. Setup Development environment on WSL Setup Development environment on WSL
    1
    # Remove Windows Path
    2
    echo "export PATH=`echo $PATH | tr ':' '\n' | grep -v /mnt/ | tr '\n' ':'`" >> ~/.bashrc
    3
    echo "export PATH=`echo $PATH | tr ':' '\n' | grep -v /mnt/ | tr '\n' ':'`" >> ~/.zshrc
    4
    
                  
    5
    # Configure Git To Use Windows Credentials Manager
  4. system-design system-design Public

    Forked from donnemartin/system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Fork of https://github.com/donnemartin/system-design-primer

    Python