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

Block or report yzpaul

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. r-psych-scoring r-psych-scoring Public

    R code for scoring some commonly used psychology measures

    R 1 2

  2. An example of a fault tolerant API c... An example of a fault tolerant API call from C# to an Angular front-end in Angular 8
    1
    //------------------------------------------------------------------------
    2
    //Angular Service (calling C#) and handling responses
    3
    //retrieves a list of Card, or an empty object and throws an error message 
    4
    //in console if the result isnt a list of Card objects
    5
    //------------------------------------------------------------------------