Skip to content
View sprestridge's full-sized avatar
Block or Report

Block or report sprestridge

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. sprestridge.github.io sprestridge.github.io Public

    Repository for "On the edge of tomorrow" on GitHub Pages

    Jupyter Notebook 1

  2. A simple Python script to generate a... A simple Python script to generate an Edward-Tufte-style, small multiples graph of the case rate (7-day average) by State for the U.S. See the sample output in this blog post: https://sprestridge.net/datavis/python/covid-19/2020/06/05/COVID-Small-Multiples.html
    1
    # covid19-small-multiples
    2
    
                  
    3
    import math
    4
    import pandas as pd
    5
    import numpy as np
  3. Convert Microsoft Word `.doc` files ... Convert Microsoft Word `.doc` files to Word `.docx` files with VBA
    1
    Sub WordDocIntoDocx()
    2
    
                  
    3
    ' convert Word .doc files to Word .docx
    4
    ' Organize all files to be processed in one directory.
    5
    ' Open Word and press “Alt+ F11” to open the VBA editor.
  4. Howard County Beer Tour. This small ... Howard County Beer Tour. This small bit of HTML & Javascript takes a series of addresses, and converts that into an ordered list. Each item in the list is an Apple Maps navigation link from [Your Current Location] to [That Brewery]. This file is designed to be hosted in Dropbox and then added to your home screen on your iPhone.
    1
    <html>
    2
      <head>
    3
        <title>Howard County Beer Tour</title>
    4
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    5
        <meta name="viewport" content="width=device-width" />
  5. NPS.100.Years NPS.100.Years Public

    Forked from dallasbarnes/dallasbarnes.github.io

    National Parks Service Centennial, 2016

    HTML