Horje
how to search a particular gist in github Code Example
how to search for a specific file extension with python
import glob, os
os.chdir("/mydir")
for file in glob.glob("*.txt"):
    print(file)
how to search a particular gist in github
There is search bar in left topmost corner of gist.github.com.




Shell

Related
cast my phone screen on laptop in arch linux Code Example cast my phone screen on laptop in arch linux Code Example
bash sed with variable Code Example bash sed with variable Code Example
split disk image dmg Code Example split disk image dmg Code Example
multiple ssh account use in one github and bitbucket at same time Code Example multiple ssh account use in one github and bitbucket at same time Code Example
pip install pywikihub Code Example pip install pywikihub Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10