Skip to content
View emersonf's full-sized avatar

Organizations

@openmhealth @MD2Korg @overlaphealth

Block or report emersonf

Report abuse

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

Report abuse

Pinned Loading

  1. openmhealth/shimmer openmhealth/shimmer Public

    An application for reading health data from third-party APIs.

    Java 456 124

  2. openmhealth/schemas openmhealth/schemas Public

    A repository of Open mHealth schemas.

    Java 74 46

  3. advent-of-code-2022-kotlin advent-of-code-2022-kotlin Public

    Kotlin

  4. soep-variable-resolver soep-variable-resolver Public

    An application that looks up variables on paneldata.org

    HTML 1

  5. A Bash script to compute ETag values... A Bash script to compute ETag values for S3 multipart uploads on OS X.
    1
    #!/bin/bash
    2
    
                  
    3
    if [ $# -ne 2 ]; then
    4
        echo "Usage: $0 file partSizeInMb";
    5
        exit 0;