Skip to content

Instantly share code, notes, and snippets.

View pidugusundeep's full-sized avatar
🎯
Focusing

Sundeep Pidugu pidugusundeep

🎯
Focusing
View GitHub Profile
@pidugusundeep
pidugusundeep / googleFontsList.txt
Created October 14, 2019 12:06
List of all google fonts (959)
Roboto
Poppins
Almarai
Liu Jian Mao Cao
Open Sans
Lato
Noto Sans
Mansalva
Montserrat
Roboto Condensed
@pidugusundeep
pidugusundeep / ls.py
Created November 21, 2018 07:16 — forked from jbeezley/ls.py
Recursively list files in s3
#!/usr/bin/env python
import sys
import json
from boto.s3.connection import S3Connection
from boto.s3.prefix import Prefix
from boto.s3.key import Key
bucketname = sys.argv[1]
delimiter = '/'