- Albuquerque, New Mexico
Pinned Loading
-
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
3while ($speed -gt 0) {
4$wsh.SendKeys('{NUMLOCK}')
5Start-Sleep -Milliseconds $speed
-
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
-
-
sandialabs/Chordly
sandialabs/Chordly PublicChordly is a javascript library that may be used to detect and act upon key sequences entered by a user.
-
sandialabs/Gulliver
sandialabs/Gulliver PublicGulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length.
-
sandialabs/Arcus
sandialabs/Arcus PublicArcus, 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…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.