Skip to content
View matzar's full-sized avatar
Block or Report

Block or report matzar

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

    Forked from npm/documentation

    Fork of npm/documentation as of my PR merge, updating 'Docker and Private Modules': https://docs.npmjs.com/docker-and-private-modules.

    JavaScript 1

  2. time-to-seconds time-to-seconds Public

    Non-strict format, time to seconds converter - npm package.

    JavaScript 2

  3. Multi-stage build Dockerfile for a N... Multi-stage build Dockerfile for a Node.js application that uses the NX workspace and Nginx as a web server for the runtime environment.
    1
    # Use a specific version of the official Node.js image based on the slim variant
    2
    FROM node:18.16.0-bullseye-slim AS build
    3
    
                  
    4
    # Set the working directory
    5
    WORKDIR /usr/src/app
  4. hdl-lang hdl-lang Public

    VS Code extension for Nand2Tetris course that provides HDL snippets and syntax highlighting.

    1 1

  5. PSVita-Game PSVita-Game Public

    Box2D-powered game for PSVita.

    C++ 1 1

  6. DirectX-Shaders DirectX-Shaders Public

    DirectX 11 HLSL shaders programming.

    C++