Skip to content
View sgoggins's full-sized avatar
Put me in, coach
Put me in, coach

Highlights

  • Pro

Organizations

@SociallyCompute @MALIBUSPIRIT @OCDX @ComputationalMystics @OCHealth @chaoss @angrynarwhal @Mission-Hydro-Sci
Block or Report

Block or report sgoggins

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. chaoss/augur chaoss/augur Public

    Python library and web service for Open Source Software Health and Sustainability metrics & data collection. You can find our documentation and new contributor information easily here: https://oss-…

    Python 567 841

  2. oss-aspen/8Knot oss-aspen/8Knot Public

    Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io

    Python 38 56

  3. pmaconi/TwitterGoggles pmaconi/TwitterGoggles Public

    A Python 3.3 adaptation of the PHP program "Twitter Zombie", originally developed for the Twitter Search API version 1.0. This new project is built for the Twitter Search API version 1.1.

    Python 18 15

  4. todogroup/ospology todogroup/ospology Public

    📖 OSPOlogy - The Study of OSPOs

    HTML 182 79

  5. lottery lottery Public

    Forked from angrynarwhal/lottery

    A lottery number probability assessment toolkit.

    Python 1

  6. github-org.md github-org.md
    1
    # SQL to extract the GitHub organization from a repository URL
    2
    ```sql
    3
    SELECT distinct 
    4
        substring(repo_git from 'github.com/([^/]+)/') as org_name
    5
    FROM