Skip to content

Instantly share code, notes, and snippets.

View niranjan92's full-sized avatar

Niranjan Godbole niranjan92

View GitHub Profile
@niranjan92
niranjan92 / GetIVGreeks.py
Created January 19, 2023 22:14 — forked from ShabbirHasan1/GetIVGreeks.py
Python Class To Calculate Options IV and Greeks
# -*- coding: utf-8 -*-
"""
:description: Python Class To Calculate Options IV and Greeks
:license: MIT.
:author: Shabbir Hasan
:created: On Thursday December 22, 2022 23:43:57 GMT+05:30
"""
__author__ = "Shabbir Hasan aka DrJuneMoone"
__webpage__ = "https://github.com/ShabbirHasan1"
__license__ = "MIT"
@niranjan92
niranjan92 / GetIVGreeks.py
Created January 19, 2023 22:14 — forked from ShabbirHasan1/GetIVGreeks.py
Python Class To Calculate Options IV and Greeks
# -*- coding: utf-8 -*-
"""
:description: Python Class To Calculate Options IV and Greeks
:license: MIT.
:author: Shabbir Hasan
:created: On Thursday December 22, 2022 23:43:57 GMT+05:30
"""
__author__ = "Shabbir Hasan aka DrJuneMoone"
__webpage__ = "https://github.com/ShabbirHasan1"
__license__ = "MIT"
@niranjan92
niranjan92 / build_all_master_docker_aarch64.sh
Created November 8, 2017 08:09
builds shippable drydockaarch64 images
#! /bin/bash -e
# this file only calls underlying scripts which will build latest image
# and push images with master tag
declare -a IMAGES=("u16" "microbase" "genexec" "u16pyt" "u16cpp")
for image in "${IMAGES[@]}"
do
echo "building $image"
@niranjan92
niranjan92 / install_docker_aarch64.sh
Created November 8, 2017 08:07
install docker on aarch64 server
sudo apt-get update
sudo apt-get install -y jq expect kvm
sudo apt-get update
sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
# Add arm64 testing