Skip to content

Instantly share code, notes, and snippets.

View martynscn's full-sized avatar
🎯
Focusing

Martyns Nwaokocha martynscn

🎯
Focusing
View GitHub Profile
@martynscn
martynscn / app.R
Last active April 16, 2018 05:40
ShinyCode_20180415
# Load packages ----
library(shiny)
library(quantmod)
# Source helpers ----
# source("helpers.R")
if (!exists(".inflation")) {
.inflation <- getSymbols('CPIAUCNS', src = 'FRED',
auto.assign = FALSE)
@heyalexej
heyalexej / pytz-time-zones.py
Created November 16, 2016 09:14
list of pytz time zones
>>> import pytz
>>>
>>> for tz in pytz.all_timezones:
... print tz
...
...
Africa/Abidjan
Africa/Accra
Africa/Addis_Ababa
Africa/Algiers