Skip to content
View Spinks90's full-sized avatar
  • Coravant
  • United Kingdom
Block or Report

Block or report Spinks90

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

    MailChemist is a combination of two technologies (MJML, and Fluid.NET) to dynamically generate beautiful responsive emails driven by templates.

    C# 4

  2. LiamRiddell/NoteMaster LiamRiddell/NoteMaster Public archive

    NoteMaster is an smart minimalistic persistent note-taking app to help boost productivity.

    JavaScript 60 5

  3. Enumerable AsNotNull Enumerable AsNotNull
    1
    public static IEnumerable<T> AsNotNull<T>(this IEnumerable<T> enumerable)
    2
    {
    3
        return enumerable ?? Enumerable.Empty<T>();
    4
    }