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

Block or report Malthebp

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

Hello world!

public class Me
{
    public string Name => "Malthe Bjerregaard Petersen";
    public CultureInfo Language => new CultureInfo("da");
    public RegionInfo Country => new RegionInfo("DK");
    
    public string[] GetSoMeAccounts() 
    {
        return new string[] 
        {
            "https://twitter.com/malthe_bp",
            "https://www.linkedin.com/in/malthe-petersen/"
        };
    }
    
    public string GetCurrentWorkPlace()
    {
        return "Novicell DK - Aarhus";
    }
    
    public CultureInfo[] GetSecondaryLanguages()
    {
        return new CultureInfo[]
        {
            new CultureInfo("en")
        };
    }
}

Popular repositories Loading

  1. enterspeed-pim-example enterspeed-pim-example Public

    Example of how to ingest data from external systems into Enterspeed

    C# 1

  2. Umbraco-CMS Umbraco-CMS Public

    Forked from umbraco/Umbraco-CMS

    The simple, flexible and friendly ASP.NET CMS used by more than 500.000 websites

    C#

  3. Malthebp Malthebp Public

    Config files for my GitHub profile.

  4. ccdoc ccdoc Public

    Forked from raspdevpy/ccdoc

    Custom Command Documentation Repo

    JavaScript