Skip to content
View satendra02's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report satendra02

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. fabricjs/fabric.js fabricjs/fabric.js Public

    Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser

    JavaScript 27.4k 3.4k

  2. thecodinghouse/rails_rest_vote thecodinghouse/rails_rest_vote Public

    RESTful voting gem for rails application

    Ruby 7

  3. react-chrome-extension react-chrome-extension Public

    chrome extension boilerplate with ReactJs using inject page strategy

    JavaScript 634 131

  4. thecodinghouse/knowme thecodinghouse/knowme Public

    Public Profile For Developers

    JavaScript 1

  5. leongersen/noUiSlider leongersen/noUiSlider Public

    noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits …

    TypeScript 5.6k 660

  6. docker+rails+puma+nginx+postgres (P... docker+rails+puma+nginx+postgres (Production ready)
    1
    FROM ruby:2.3.1
    2
    
                  
    3
    # Install dependencies
    4
    RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
    5