Hunter Tran's Blog

Share to be shared

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.

Read more »

Step-by-step instruction on how to:

  • Enable/Disable microphone
  • boost your Microphone volume
  • listen to your Microphone
  • fix Microphone is disabled on a laptop running on battery
  • fix weird sounds
Read more »

Difficulty: Medium

Original link: https://www.codingame.com/ide/puzzle/shadows-of-the-knight-episode-1

Language: python

The Goal

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…

Read more »

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#

Read more »
0%