Skip to content
View FabienDehopre's full-sized avatar

Block or report FabienDehopre

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

    C#

  4. ngxtension-platform ngxtension-platform Public

    Forked from ngxtension/ngxtension-platform

    Utilities for Angular

    TypeScript

  5. wonderful-components wonderful-components Public

    A collection of wonderful and beautiful comppnents found on Internet and collected here.

    CSS 1

  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>