Geoffrey Fairchild

Results 11 issues of Geoffrey Fairchild

Does this package manager work with Neovim? If it does: great, you ought you put that in the README so that people know. If it doesn't: dang, you ought to...

When I bring up the finder, how can I enable finding "hidden" files? For example, if I have a file named `.config`, it currently doesn't appear in my search results...

I installed pypar on a cluster I use at work, but when I went to run it, I got this: ``` > python Python 2.7.8 (default, Oct 9 2014, 13:11:01)...

This project does not currently have unit tests, but it really should. Travis CI should be used to automate testing.

enhancement

I know releases are discussed and provided [here](https://bitcointalk.org/index.php?topic=167229.0), but it would be great if releases were also tagged here on GitHub. That way, if mega goes down, or bitcointalk.org goes...

Related to #110, we should add support for granularities other than hourly. The CDC data are daily. I think some low-hanging fruit would be to allow the user to provide...

feature

We've received some (non-publicly available) CDC time series that include the number of hits per day per page per region. This directly relates to how the Wikipedia time series are...

feature

This PR tackles two related issues: #110 and #111. Not included in this PR (but it could be) is a script for migrating the v1 Wikipedia data to v2. This...

I have some really simple code to search the tweets for ngrams I've built (using Python 3.4): ``` python #!/usr/bin/env python import sys import argparse import json import re argparser...

[CONTRIBUTING.md is the official GitHub way of specifying how to contribute to a repo.](https://github.com/blog/1184-contributing-guidelines) I thought you might want to check that out.