See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
| from pathlib import Path | |
| import numpy as np | |
| import cv2 | |
| from rosbags.highlevel import AnyReader | |
| from rosbags.typesys import Stores, get_typestore | |
| # be sure to install deps: pip install numpy opencv-python rosbags | |
| bagpath = Path('extraction_bf80da61-90ed-48ee-ad38-34908e0b2b21.bag') # replace with your ROS bag path | |
| typestore = get_typestore(Stores.ROS2_FOXY) |
| import os | |
| import json | |
| import datetime | |
| from dotenv import load_dotenv | |
| load_dotenv() | |
| DISCORD_BOT_TOKEN = os.getenv("DISCORD_BOT_TOKEN") | |
| TICKTICK_CLIENT_ID = os.getenv("TICKTICK_CLIENT_ID") | |
| TICKTICK_CLIENT_SECRET = os.getenv("TICKTICK_CLIENT_SECRET") |
| #!/usr/bin/env python3 | |
| """Upload Directory | |
| This script relies on the LogQS Client library: | |
| pip install --upgrade lqs-client | |
| The lqs.utils.upload method uses threading to speed up the upload. This means | |
| that we need to consider both the number of threads (max_workers) and the part_size |
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
| from math import log, sqrt, exp | |
| import scipy.stats as stats | |
| import numpy as np | |
| # from https://www.quantconnect.com/tutorials/introduction-to-options/options-pricing-black-scholes-merton-model | |
| class BsmModel: | |
| def __init__(self, option_type, price, strike, interest_rate, expiry, volatility=None, target_price=None, dividend_yield=0): | |
| self.s = price # Underlying asset price |
| #!/usr/bin/env python | |
| | |
| # From https://gist.github.com/mfehr/305c1d07f6ca6a6e70afe1f155843d17 | |
| | |
| import rosbag | |
| import argparse | |
| import os | |
| import logging | |
| | |
| logging.basicConfig() |
I hereby claim:
To claim this, I am signing this object: