Skip to content
View martijnlentink's full-sized avatar

Block or report martijnlentink

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. propresenter-custom-bibles propresenter-custom-bibles Public

    Tutorial to import custom Bibles in ProPresenter

    Python 71 22

  2. AzUrlShortenerProtected AzUrlShortenerProtected Public

    Forked from microsoft/AzUrlShortener

    An simple and easy Url Shortener

    C#

  3. propresenter-telegram-messages-bot propresenter-telegram-messages-bot Public

    Telegram bot for sending messages

    Python

  4. Validate Hubspot V3 signature in C# Validate Hubspot V3 signature in C#
    1
    private async Task<bool> ValidateSignature(HttpRequestData req, string privateAppValidationSecret)
    2
    {
    3
        var signatureHeader = req.Headers.GetValues("X-HubSpot-Signature-v3").FirstOrDefault();
    4
        var timestampHeader = req.Headers.GetValues("X-HubSpot-Request-Timestamp").FirstOrDefault();
    5
    
                  
  5. Postcode 6 to coordinates Postcode 6 to coordinates
    1
    postcode,lat,long
    2
    1011AB,52.37782757754373,4.90559460005345
    3
    1011AC,52.37735188579582,4.907706824594355
    4
    1011AD,52.376405612677885,4.904196309163696
    5
    1011AE,52.375215149587916,4.910662873299679
  6. ScheduledRefresh.m ScheduledRefresh.m
    1
    // RecursiveTableStorage
    2
    let
    3
        Base64Encode = (str as text) => Binary.ToText(Text.ToBinary(str, BinaryEncoding.Base64)),
    4
        CreateContinuationTokens = (partitionkey as text, rowkey as text) => 
    5
        let