Skip to content
View mustafaascha's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report mustafaascha

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. brain-mets-seer brain-mets-seer Public

    Reproducibility materials for a study of brain metastases incidence and Medicare claims classification accuracy

    R 2 3

  2. ubuntu-synpuf-cdm ubuntu-synpuf-cdm Public

    Setup OMOP CDMV5 on Ubuntu using PostgreSQL and synthetic data

    Shell 6 1

  3. mimic-aztreonam mimic-aztreonam Public

    Reproducibility repository for a study of antibiotic use

    R 2

  4. bash script for installing tmux with... bash script for installing tmux without root access
    1
    #!/bin/bash
    2
    
                  
    3
    # Script for installing tmux on systems where you don't have root access.
    4
    # tmux will be installed in $HOME/local/bin.
    5
    # It's assumed that wget and a C/C++ compiler are installed.