In Windows:
- space bar+ mouse to pan
- ctrl+mouse wheel to zoom
The triangle works like this. There are three key points: good, fast, and cheap. Your project can be any two of these but never all three.
That means there’s always a trade off:
Cheap + fast = lower quality work
Fast + good = expensive
Good + cheap = not happening anytime soon
What are your priorities?
In Visual Studio, there is an option called "Analyze Code Coverage for All Tests" in the Test menu. After running that, the code is colored to allow you to see which sections are covered by tests or not.
You can view previous code coverage results from the Test\Code Coverage Results menu item. In this pane, you can turn off the coloring by clicking the "Show Code Coverage Coloring" button.
This seems to be succinct
"Products produce a single revenue stream, while platforms—which we define as intermediaries that connect two or more distinct groups of users and enable their direct interaction—can generate many." ("Products to Platforms: Making the Leap Four steps to successful transformation" by Feng Zhu and Nathan Furr)
How to setup and secure your home network using OpenDNS - Video 2020
https://youtu.be/6S-87vV0Ezc
Once you have the Nest configured then you can just switch to the OpenDNS servers.
Note: the OpenDNS servers are:
On my OnePlus 6T Android phone, there is a setting that allows you to provide a message to display when you tap the screen. Find it at Settings->Display->Ambient Display->Display Message.
This will help me find this if I need to later.
From https://www.virtualgyanis.com/post/how-to-logoff-kill-remote-desktop-sessions
Start a command prompt with admin permissions.
qwinsta /server:[ServerIP/Hostname]
Example:
qwinsta /server:192.168.40.1
qwinsta /server:myServer.Contoso.com or myserver.contoso.local
Output of Command
C:>qwinsta /server:myServer.contoso.com
SESSIONNAME USERNAME ID STATE TYPE DEVICE
0 Disc rdpwd
ica-tcp 65536 Listen wdica
rdp-tcp 65537 Listen rdpwd
console 16 Conn wdcon
ica-tcp#966 avijitd 10 Active wdica
ica-tcp#969 deepakk 1 Active wdica
rwinsta [Session ID] /server:[Server IP]
Example: We will kill/logoff the remote session of user "avijitd" whose session ID is "10"
rwinsta 10 /server:192.168.40.1
rwinsta 10 /server:myServer.Contoso.com or myserver.contoso.local