- https://husnejahan.github.io/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KEYMAPOPTS="us us" | |
HOSTNAMEOPTS="-n alpine" | |
INTERFACESOPTS="auto lo | |
iface lo inet loopback | |
auto eth0 | |
iface eth0 inet dhcp | |
hostname alpine | |
" | |
TIMEZONEOPTS="-z UTC" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @Author: Dwivedi Chandan | |
# @Date: 2019-08-05T13:35:05+05:30 | |
# @Email: [email protected] | |
# @Last modified by: Dwivedi Chandan | |
# @Last modified time: 2019-08-07T11:52:45+05:30 | |
# import the necessary packages | |
import numpy as np | |
import argparse |