install quick assist in Windows 10
Quick assist is a nice feature that allow you connect to other computer, just like TeamViewer.
Quick assist is a nice feature that allow you connect to other computer, just like TeamViewer.
How to reset network settings in Windows 10
This action can help solve connection problems you might have after upgrading from a previous version of Windows to Windows 10. It can also help fix the problem of connecting to the internet but cannot connect to shared network drives. Network reset removes any network adapters you have installed and the settings for them. After your PC restarts, any network adapters are reinstalled, and the settings for them are set to the defaults.
Step-by-step instruction on how to:
Difficulty: Medium
Original link: https://www.codingame.com/ide/puzzle/shadows-of-the-knight-episode-1
Language: python
Batman will look for the hostages on a given building by jumping from one window to another using his grapnel gun. Batman’s goal is to jump to the window where the hostages are located to disarm the bombs. Unfortunately, he has a limited number of jumps before the bombs go off…
Step-by-step instructions on how to download Windows 10 ISO.
NLTK has a function called regexpparser
to parse the Part-of-Speech tagged sentence. I cannot find a good and short explanation for the Regex pattern. So here is one.
After coming home with Microsoft, more and more good and free things come to GitHub. This time, a long-awaited features are in beta, invitation-only, and it is GitHub Codespaces
.
Microsoft acquired GitHub, and everyone has an unlimited number of private repositories. This reason alone makes me want to move all my project and source code to GitHub.
I don’t know why Google makes it so challenging to connect to its Compute Engine cloud service. Even the name is confusing. Why don’t they just call it Virtual Machine?
Anyway, here is how to connect.
Removing clones in code maybe is the most challenging type of refactoring action. In this post, I will show you how to refactor a clone type 2 using Functional Interface in Java and delegate in C#