Skip to content
View FabienDehopre's full-sized avatar

Block or report FabienDehopre

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. Validate C# identifier name Validate C# identifier name
    1
    using System;
    2
    using System.Linq;
    3
    using System.Text.RegularExpressions;
    4
    
                  
    5
    public static class IdentifierExtensions
  2. game-of-life game-of-life Public

    Conway's Game of Life

    JavaScript

  3. my-netatmo-24 my-netatmo-24 Public

    An Aspire application that display information of my netatmo weather station

    HTML

  4. ngxtension-platform ngxtension-platform Public

    Forked from ngxtension/ngxtension-platform

    Utilities for Angular

    TypeScript

  5. wonderful-components wonderful-components Public

    A weird button that looks like a galaxy when hover over

    CSS

  6. IPAddress class extension method whi... IPAddress class extension method which indicates whether an IP address is routable or not.
    1
    public static class IPAddressExtensions
    2
    {
    3
        /// <summary>
    4
        /// Indicates whether the <see cref="IPAddress"/> is a routable address or not.
    5
        /// </summary>