#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
| @echo OFF | |
| echo Following is a list of files containing the word db extension on your hard drives: | |
| echo ____________________________________________________________________________ | |
| dir D:\of\*.db /s >> dbFiles.txt | |
| echo ____________________________________________________________________________ | |
| echo. | |
| echo If you don't want to delete any of the above files, close this window now! | |
| echo The batch will now delete the above files. | |
| pause |
| SET /p comment="> " | |
| git add . | |
| git commit -m "%comment%" | |
| git push origin master |
| git rm -r --cached . | |
| git add . | |
| git commit -m "reload gitignore" | |
| git push origin master |
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
A collection of Markdown code and tricks that were tested to work in Gist.
This and all public gists in https://gist.github.com/ww9 are Public Domain. Do whatever you want with it including , no need to credit me.
| <? | |
| ///////////////////// | |
| // slack2html | |
| // by @levelsio | |
| ///////////////////// | |
| // | |
| ///////////////////// | |
| // WHAT DOES THIS DO? | |
| ///////////////////// | |
| // |
| 1.Download coreinfo from https://technet.microsoft.com/en-us/sysinternals/cc835722.aspx | |
| 2.Extract it to a folder, open a command window, change current dir to the folder and run coreinfo.exe | |
| C:\Users\User\Downloads\Coreinfo>coreinfo | |
| Coreinfo v3.31 - Dump information on system CPU and memory topology | |
| Copyright (C) 2008-2014 Mark Russinovich | |
| Sysinternals - www.sysinternals.com | |
| Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz |