I may be slow to respond.
Pinned Loading
-
Indian Number Format - Google Sheet ...
Indian Number Format - Google Sheet and Excel 1Indian currency format displays numbers like below
23```41 - One Rupee510 - Ten Rupee -
git credentials management
git credentials management 1#run in the git woring folder2git credential-manager ininstall
3git config list #shows the credential infotmation4#next when git need credentials, it will prompt you to enter. For public repos, it happens during push5#and on private repos, this happens during push and pull. -
See windows 10 wifi password : For c...
See windows 10 wifi password : For connected wifi 1netsh wlan show profile name=ssid key=clear -
Git fetch and pull all git branches ...
Git fetch and pull all git branches locally 1git branch -r | grep -v '\->' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
2git fetch --all
3git pull --all
-
RemoveDuplicates.regex
RemoveDuplicates.regex 1^(.*?)$\s+?^(?=.*^\1$)
23Since Notepad++ Version 6 you can use this regex in the search and replace dialogue:
45^(.*?)$\s+?^(?=.*^\1$)
-
gui.cs
gui.cs PublicForked from gui-cs/Terminal.Gui
Console-based user interface toolkit for .NET applications.
C#
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.