Keybase proof
I hereby claim:
- I am yanofsky on github.
- I am yanofsky (https://keybase.io/yanofsky) on keybase.
- I have a public key ASAtdhnt_0pr8wgeUzVYpw03u0DhRZgE4cj3DwkNm2XNxQo
To claim this, I am signing this object:
#!/usr/bin/env python | |
# encoding: utf-8 | |
import tweepy #https://github.com/tweepy/tweepy | |
import csv | |
#Twitter API credentials | |
consumer_key = "" | |
consumer_secret = "" | |
access_key = "" |
# requirement! install imagemagick | |
# brew install imagemagick | |
# or build from source here http://www.imagemagick.org/script/binary-releases.php | |
#navigate to folder of the images | |
cd folderofmyimages/ | |
# take every jpg in the folder and smash into a gif with a frame rate of 0.5 sec | |
convert -delay 50 *.jpg gif_of_my_images.gif |
# lansatutil directory | |
LANDSAT = ~/landsat | |
# scenes to target | |
LANDSAT_IDS = \ | |
LC81220442016038LGN00 \ | |
LC81220452016038LGN00 \ | |
LC81210442014281LGN00 \ | |
LC81210452014281LGN00 |
#download the data and save it as json for the overview via a python script | |
cd overview | |
python overview_scraper.py | |
cd ../sector | |
#download the data and save it as json for the sector info via python script | |
python sector_scraper.py | |
cd .. |
id,url,created_at,text,source | |
761219396635361280,http://twitter.com/realdonaldtrump/status/761219396635361280,2016-08-04 15:17:01,"Looking forward to IA & WI with Gov. Pence, tomorrow. Join us! #MAGA | |
https://t.co/3Hcnzj0Slx | |
https://t.co/sEwLWkn1Sz https://t.co/0Ei3EdQdXB",Twitter for iPhone | |
761025834350018561,http://twitter.com/realdonaldtrump/status/761025834350018561,2016-08-04 02:27:52,"Thank you Jacksonville, Florida! | |
#MakeAmericaGreatAgain | |
https://t.co/xrTQjt9WOC https://t.co/VSnBoQYoZs",Twitter for iPhone | |
760976212068106240,http://twitter.com/realdonaldtrump/status/760976212068106240,2016-08-03 23:10:41,"Thank you for your support of my candidacy! #MAGA #ImWithYou | |
https://t.co/Al5bZlRFYk",Twitter for iPhone | |
760960985524043777,http://twitter.com/realdonaldtrump/status/760960985524043777,2016-08-03 22:10:11,"Thank you to the amazing law enforcement officers today- in Daytona Beach, Florida! #LESM #MAGA https://t.co/QoxJf4Xzbc",Twitter for iPhone |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>US Map of Nielsen Media Markets</title> | |
</head> | |
<body> | |
<button data-month="Jan"> |
I hereby claim:
To claim this, I am signing this object:
<html> | |
<head> | |
<title>Perfect sp 500 graphic</title> | |
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> | |
<script src="http://www.datejs.com/build/date.js" charset="utf-8"></script> | |
</head> | |
<body> | |
<style type="text/css"> | |
@font-face { |
#!/usr/bin/env python | |
# encoding: utf-8 | |
import sys | |
import os | |
import csv | |
import datetime | |
#define market holidays | |
marketHolidays = ["2013-01-21","2013-02-18","2013-03-29","2013-05-27","2013-07-04","2013-09-02","2013-11-28","2013-12-25"] |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-type" content="text/html; charset=utf-8"> | |
<title>Text bbox issue</title> | |
</head> | |
<style type="text/css" media="screen"> | |
@import url(http://fonts.googleapis.com/css?family=Cutive); | |
svg text { |