Skip to content
View Krizz's full-sized avatar

Block or report Krizz

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. mbtileserver mbtileserver Public

    Forked from consbio/mbtileserver

    Basic Go server for mbtiles

    Go

  2. nebula.gl nebula.gl Public

    Forked from uber/nebula.gl

    A suite of 3D-enabled data editing overlays, suitable for deck.gl

    TypeScript

  3. maplibre/martin maplibre/martin Public

    Blazing fast and lightweight PostGIS, MBtiles and PMtiles tile server, tile generation, and mbtiles tooling.

    Rust 2.1k 198

  4. agentcooper/react-pdf-highlighter agentcooper/react-pdf-highlighter Public

    Set of React components for PDF annotation

    TypeScript 1k 399

  5. uber/nebula.gl uber/nebula.gl Public

    A suite of 3D-enabled data editing overlays, suitable for deck.gl

    TypeScript 685 165

  6. Installing latest node.js version au... Installing latest node.js version automatically
    1
    cd /tmp
    2
    nodev=$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\-linux-x64.tar\.xz</a>.*|\1|p')
    3
    curl "https://nodejs.org/dist/${nodev}/node-${nodev}-linux-x64.tar.xz" > "node-${nodev}-linux-x64.tar.xz"
    4
    tar xf node-${nodev}-linux-x64.tar.xz
    5
    cd node-${nodev}-linux-x64