Skip to content
View M2vH's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report M2vH

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
M2vH/README.md

Hi there 👋

Pinned

  1. m2vh.github.io m2vh.github.io Public

    My static portfolio using GitHub pages and Jekyll

    CSS 1

  2. skills-copilot-codespaces-vscode skills-copilot-codespaces-vscode Public

    My clone repository

    JavaScript

  3. NullableIsType.cs NullableIsType.cs
    1
    using System;
    2
    
                  
    3
    int? x = 3;
    4
    if (x is int) 
    5
        Console.WriteLine(x);
  4. dib-collection dib-collection Public

    My collection of interactive notebooks

    Jupyter Notebook

  5. tf-test-dev tf-test-dev Public

    Develop terraform modules

    1