Skip to content

Instantly share code, notes, and snippets.

View AHartTN's full-sized avatar

Anthony Hart AHartTN

  • AH Operations
  • Hermitage, TN
View GitHub Profile
@AHartTN
AHartTN / GlyphWatchdog.bat
Created October 23, 2011 02:56
Lacuna Expanse Glyphinator Watchdog
@Echo off
E:
cd LE\GLC\examples
cls
echo Starting Glyphinator Watchdog
echo If you want to close this watchdog, close the glyphinator window and type Y depending on your language followed by Enter in this window.
import intrinio
from datetime import datetime
from dateutil.relativedelta import relativedelta
from os.path import join
from mssql import MSSQL
from utility import Utility
class StockData(object):
"""This class was developed to make working with stock data easier"""