Skip to content
View cheshirecode's full-sized avatar

Block or report cheshirecode

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. alpine-runit Public

    Extending https://hub.docker.com/_/alpine/ with common timezone and runit

  2. docker-with-common-config Public

    Short but ever-expanding Docker setup based on a shared config for multiple applications

    Shell

  3. eslint-config-react Public

    common eslint + prettier config for React, dependencies included

    JavaScript

  4. cheshirecode-sample-refresh-token Public

    TypeScript

  5. test-funxyz-tryout Public

    HTML

  6. convert SVG element to PNG and downl...
    1
    //takes an SVG element, draws it on a new canvas element, convert to dataURI type PNG and download it through clicking on <a>
    2
    //based on
    3
    //https://gist.github.com/mbostock/6466603
    4
    //https://gist.github.com/gustavohenke/9073132
    5
    //http://bl.ocks.org/biovisualize/8187844