Skip to content

Instantly share code, notes, and snippets.

View sheeshmohsin's full-sized avatar

Sheesh Mohsin sheeshmohsin

  • Bangalore, India
View GitHub Profile
{
   "country": "INDIA",
   "location_json": [
       {
           "DISTRICT": [
@sheeshmohsin
sheeshmohsin / google-font-dl.py
Created June 23, 2016 08:05 — forked from fedir/google-font-dl.py
Script to download google fonts locally (for web development off-line, for example). Use : python getAllGoogleFonts.py Dosis
#!/usr/bin/env python
#
# Downloader for Google Web Fonts
#
# For usage information run with "--help"
#
# Works on Python 2.6 and later, 3 and later
# Requires tinycss (and argparse for Python 2.6) from pip
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@sheeshmohsin
sheeshmohsin / gist:ab11425731d237c21f98
Created February 3, 2016 16:32
AWS::Config::DeliveryChannel
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Resources" : {
"ConfigBucket": {
"DeletionPolicy" : "Retain",
"Type": "AWS::S3::Bucket",
"Properties": {
}
},