Skip to content
View sgoggins's full-sized avatar
🧨
Engines pumping and thumping in time The green light flashes, the flags go up
🧨
Engines pumping and thumping in time The green light flashes, the flags go up

Highlights

  • Pro

Organizations

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

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 Loading

  1. 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 637 889

  2. chaoss/augur-utilities Public

    Utilities for working with Augur data

    HTML

  3. auteursoft/zapruder-notes Public

    The full tranche of JFK files released through March 18, 2025. This includes the files themselves, as well as instructions and functional scripts to download them yourself again. Should any of the …

    Shell

  4. auteursoft/DoFISaC Public

    DoFISaC: Division of Facial Indexing and Clustering

    Python

  5. auteursoft/file-tools Public

    Tools for fixing various file metadata related issues on photographs

    Shell

  6. Pandoc: Word to Markdown
    1
    # Convert a Word Document to Markdown
    2
    
                  
    3
    ```bash
    4
     pandoc -s CS3050SP2024-A2.docx -t markdown -o CS3050a2.md 
    5