Skip to content
View jstott's full-sized avatar

Block or report jstott

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 fokusferit/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 git@github.com: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 3 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