i dont code. i dont trade.
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
import norgatedata | |
import logging | |
import pandas as pd | |
import os | |
# Setup logging configuration for tracking progress | |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') | |
# Define the folder to save individual ticker CSV files | |
output_folder = './ticker_data' |
i code. i trade.
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
#!/bin/bash | |
for branch in `git branch -a | grep remotes | grep -v HEAD | grep -v master`; do | |
git branch --track ${branch##*/} $branch | |
done | |
git fetch --all | |
git pull --all |
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
π 757 Contributions in year 2020 | |
π¦ Used 312 MB in GitHub's Storage | |
π 9 Public Gists | |
π 2 Public Keys | |
π« Not opted to Hire |
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
π 9,581 Karma Points | |
β Completed 1,635 tasks so far | |
β Longest streak is 0 days |
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
πMorning 13 commits βββββββββββββββββββββ 2.2% | |
πDaytime 167 commits βββββββββββββββββββββ 27.9% | |
πEvening 273 commits βββββββββββββββββββββ 45.6% | |
πNight 146 commits βββββββββββββββββββββ 24.4% |
NewerOlder