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

Block or report mrcunninghamz

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. XLIFF to lazy loaded resource files ... XLIFF to lazy loaded resource files for i18next
    1
    ## Abstract
    2
    In the case you are given an XLIFF file from your translation service and would like to convert it to resource files that can be utilized by your javascript application utilizing i18next.
    3
    
    
    4
    ## Notes
    5
    The following piece of javascript can be used as a build step for your node project. In my case it runs in a react application and is set to run with the command `npm run build:resources` by adding `build:resources` to the `script` secion of our project's package.json. This utilizes and follows file location conventions from the [i18next-http-backend](https://github.com/i18next/i18next-http-backend) library.
  2. Creating a self signed certificate i... Creating a self signed certificate in a pfx format on a mac.
    1
    # Create Self Signed Certificate using OpenSSL on a Mac
    2
    
    
    3
    ## Introduction
    4
    Every now and then I need to create a self signed certificate in azure for something. In my particular case its Azure B2C. I am using a mac so its not simply just running something like
    5
    
    
  3. Core.Testing Core.Testing Public

    A set of base test classes that take care of mocking / dependency injection / automapper

    C# 1