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

Block or report jong

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 Loading

  1. testing.elasticsearch testing.elasticsearch Public

    Automatically sets up an elasticsearch instance in a temporary directory, and destroys it after testing.

    Python 12 7

  2. species-lookup species-lookup Public

    lookup a specific plant species and get basic data about it from USDA Plants database.

    Python 1

  3. pws-app-configs pws-app-configs Public

    Forked from pulseone/pws-app-configs

    A repository for known app-configs.

    Python

  4. list branches based on commit activi... list branches based on commit activity (useful on Mondays...)
    1
    # adapted from: http://www.commandlinefu.com/commands/view/2345/show-git-branches-by-date-useful-for-showing-active-branches
    2
    
                  
    3
    [alias]
    4
        ...
    5
        active = "!for k in $(git branch|perl -pe s/^..//); do echo $(git show --pretty=format:\"%Cgreen%ci %Cblue%cr%Creset\" $k -- | head -n 1) \\\t$k; done | sort -r"
  5. datadogpy datadogpy Public

    Forked from DataDog/datadogpy

    The Datadog Python library

    Python

  6. zipzones zipzones Public

    A utility to generate a mapping of US Zip Codes to USDA Plant Hardiness Zones.

    Python