Skip to content
View emersonf's full-sized avatar

Organizations

@openmhealth @MD2Korg @overlaphealth
Block or Report

Block or report emersonf

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. openmhealth/shimmer openmhealth/shimmer Public

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

    Java 430 124

  2. openmhealth/schemas openmhealth/schemas Public

    A repository of Open mHealth schemas.

    Java 71 45

  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

  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;