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

Block or report jstott

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. awesome-leading-and-managing awesome-leading-and-managing Public

    Forked from LappleApple/awesome-leading-and-managing

    Awesome List of resources on leading people and being a manager. Geared toward tech, but potentially useful to anyone.

  2. insomnia-plugin-brokeredMessage insomnia-plugin-brokeredMessage Public

    Insomnia plugin to re-format json body message as a BrokeredMessage in order to trigger Azure non-HTTP triggered Functions

    JavaScript

  3. Keeping a fork up to date Keeping a fork up to date
    1
    ### 1. Clone your fork:
    2
    
                  
    3
        git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
    4
    
                  
    5
    ### 2. Add remote from original repository in your forked repository: 
  4. postman-ninjarmm postman-ninjarmm Public

    Postman collection for accessing the Ninja RMM APIs

    JavaScript 1 4

  5. New (windows) machine software insta... New (windows) machine software install script - few things removed/added from the original Source was liberally lifted from Rick Strahl's blog post at http://weblog.west-wind.com/posts/2013/Dec/19/Dell-XPS-15-review
    1
    REM on one line
    2
    @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex
    3
    ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))"
    4
    && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
    5