Skip to content

Instantly share code, notes, and snippets.

View kushaldas's full-sized avatar
🖥️
Trying to talk to a computer.

Kushal Das kushaldas

🖥️
Trying to talk to a computer.
View GitHub Profile
@kushaldas
kushaldas / sdconfig.py
Created February 21, 2018 11:05
current code of sdconfig.py before commiting
# -*- coding: utf-8 -*-
import config as _config
import typing
# https://www.python.org/dev/peps/pep-0484/#runtime-or-type-checking
if typing.TYPE_CHECKING:
# flake8 can not understand type annotation yet.
# That is why all type annotation realted import
# statements has to be marked as noqa.

Keybase proof

I hereby claim:

  • I am kushaldas on github.
  • I am kushaldas (https://keybase.io/kushaldas) on keybase.
  • I have a public key whose fingerprint is A85F F376 759C 994A 8A11 68D8 D821 9C8C 43F6 C5E1

To claim this, I am signing this object:

@kushaldas
kushaldas / gist:1bd8a6339ca59399a960
Last active August 29, 2015 14:25
Example script to test the cloud images
# Let us download the image first
wget $1
if [ $? -ne 0 ]
then
echo "Downloading $1 failed."
exit 1
fi
# Now we need the filename