Pinned Repositories
canabalt
canabalt score analysis
chucknorrisfacts
Scraping Chuck Norris Facts from chucknorrisfacts.com
hockeyhacking
national_debt
Scrapes the national debt and tweets it
raindrop
real-time twitter analytics using streaming API and MongoDB
steve_jobs_tribute_messages
Analysis of Steve Jobs tribute messages submitted to Apple
top_1000_sites
Code to download and produce a datafile of Google's top 1000 sites
tweetParser
Parses raw twitter JSON from stdin using python. I'm only extracting a few fields for quick processing in PIG. Still a lot of work to do. Currently, it extracts id, timestamp, client program, author, and tweet text. I'll add more fields such as geo, if requested. The filenames for the output and bad tweets are currently hardcoded for my testing. I'll make this more dynamic shortly.
zip-code-data-hacking
sourcing publicly available files, generate useful zip code-county data
neilkod's Repositories
neilkod/Tanimoto-Similarity
Calculates item-item tanimoto similarity
neilkod/misc.-python-projects
sample python programs for statistics, NLP, and machine learning
neilkod/twitter-followers
download and analyze stats for my twitter followers
neilkod/twitterParser
Parses twitter JSON using python