Skip to content
View nicksterx's full-sized avatar
  • Albuquerque, New Mexico

Block or report nicksterx

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. Flash the leds on your keyboard prog... Flash the leds on your keyboard progressively faster
    1
    $wsh = New-Object -ComObject WScript.Shell
    2
    $speed = 100
    3
    while ($speed -gt 0) {
    4
        $wsh.SendKeys('{NUMLOCK}')
    5
        Start-Sleep -Milliseconds $speed
  2. Disable HTTP/2 Protocol on Windows 1... Disable HTTP/2 Protocol on Windows 10 and Windows 2016 Desktops With some web browsers, you might encounter the error ERR_SPDY_PROTOCOL_ERROR when accessing a Windows 10 VADC or Windows 2016 VADC desktop. You can prevent this error by disabling the HTTP/2 protocol on the desktop.
    1
    #2017-20-04
    2
    #Disable HTTP/2 Protocol on Windows 10 and Windows 2016 Desktops
    3
    #With some web browsers, you might encounter the error ERR_SPDY_PROTOCOL_ERROR when accessing a Windows 10 VADC or Windows 2016. 
    4
    #You can prevent this error by disabling the HTTP/2 protocol on the desktop.
    5
    #http://stackoverflow.com/a/31714461/2375884
  3. dotfiles dotfiles Public

    Dotfiles

    Vim Script

  4. sandialabs/Chordly sandialabs/Chordly Public

    Chordly is a javascript library that may be used to detect and act upon key sequences entered by a user.

    JavaScript 17 4

  5. sandialabs/Gulliver sandialabs/Gulliver Public

    Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length.

    C# 15 3

  6. sandialabs/Arcus sandialabs/Arcus Public

    Arcus, developed by Sandia National Laboratories, is a C# library for calculating, parsing, formatting, converting and comparing both IPv4 and IPv6 addresses and subnets. It accounts for 128-bit nu…

    C# 9 4