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
git rm --cached -r . | |
git add . |
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
<style> | |
ul.table { | |
width: auto !important; | |
margin-bottom: 0; | |
} | |
ul.table > * { | |
display: table-row; | |
} |
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
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[^\w\d\s]).{8,}$ | |
└──┬───┘└──┬──────┘└───┬─────┘└────┬────────┘└─┬─┘ | |
│ │ │ │ allowed chars and length | |
│ │ │ at least a special char | |
│ │ at least an upper case | |
│ at least a lower case | |
at least a numeric |
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
^(?![_.])(?!.*[_.]{2})[a-zA-Z0-9._]{4,20}(?<![_.])$ | |
└──┬───┘└──────┬────┘└─────────┬───────┘└──┬────┘ | |
│ │ │ no _ or . at the end | |
│ │ allowed chars & length | |
│ no __ or _. or ._ or .. inside | |
no _ or . at the beginning |
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
git reset | |
git checkout . | |
git clean -f -fd -fx |
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
@echo off | |
:: Created by: Shawn Brink | |
:: http://www.tenforums.com | |
:: Tutorial: http://www.tenforums.com/tutorials/5655-thumbnail-cache-clear-reset-windows-10-a.html | |
echo. | |
taskkill /f /im explorer.exe |
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
# {quote}quote{quote} | |
reply | |
# {quote}quote{quote} | |
reply |
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
Find what: | |
\}:Wh*\n:Wh*\n:Wh*{\}|catch} | |
Replace with: | |
}\n\1 |
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
{panel:title=.|titleColor=#fff|titleBGColor=#333} | |
{panel} | |
green #14892c | |
yellow #f6c342 | |
red #d04437 |
OlderNewer