netstat -aon | findstr '[port_number]'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const progressBar = document.querySelector('.ytp-progress-bar') | |
progressBar.addEventListener('mouseover', (event) => { | |
const tooltipContent = document.querySelector( | |
'.ytp-tooltip-title span' | |
).innerHTML | |
if (tooltipContent !== '') { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "adrianwilczynski.user-secrets", | |
"name": "user-secrets", | |
"publisher": "adrianwilczynski", | |
"version": "2.0.1" | |
}, | |
{ | |
"id": "akamud.vscode-theme-onedark", | |
"name": "vscode-theme-onedark", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.iconTheme": "helium-icon-theme", | |
"prettier.singleQuote": true, | |
"breadcrumbs.enabled": true, | |
"peacock.favoriteColors": [ | |
{ | |
"name": "Angular Red", | |
"value": "#b52e31" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file was initially generated by Windows Terminal 1.1.2021.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", |
- Click on the Search Bar on the left hand side of the Taskbar.
- Now type CMD, right click on it, and select Run as Administrator.
- Type in the following command: icacls "%ProgramFiles%\WindowsApps" /grant Administrators:F
- 28 heads of state in council at any given meeting depending on the topic of discussion (e.g. agriculture)
- meet 4 times a year
- can cancel a plan if half vote against
- can impose fines on multinational companies
- 28 commissioners from each country meet at any one time in 10 different configurations
https://gist.github.com/jchandra74/5b0c94385175c7a8d1cb39bc5157365e
Install-PackageProvider NuGet -MinimumVersion '2.8.5.201' -Force
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-Module -Name 'posh-git'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!(Test-Path -Path $PROFILE )) { New-Item -Type File -Path $PROFILE -Force } | |
notepad $PROFILE |
NewerOlder