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

Block or report paulsancer

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 Loading

  1. material-github material-github Public

    React + Material UI version of GitHub.

    JavaScript 1

  2. Use this JS script to automatically ... Use this JS script to automatically set the Graph Api access token instead of manually getting a new one every time it gets expired. Just put the `{{graphApiAccessToken}}` variable into the Auth tab by selecting type `Bearer Token`.
    1
    const client_id = pm.environment.get('client_id');
    2
    const client_secret = pm.environment.get('client_secret');
    3
    const tenant_id = pm.environment.get('tenant_id');
    4
    
                  
    5
    const graphApiAccessTokenTenantId = pm.globals.get(
  3. Solution to Code VS Zombies challeng... Solution to Code VS Zombies challenge at https://www.codingame.com/ide/puzzle/code-vs-zombies.
    1
    /**
    2
     * Save humans, destroy zombies!
    3
     * https://www.codingame.com/ide/puzzle/code-vs-zombies
    4
     **/
    5