i dont code. i dont trade.
This file contains 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 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 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 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 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