Skip to content
View ManuelBehrendt's full-sized avatar
Block or Report

Block or report ManuelBehrendt

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. Mera.jl Mera.jl Public

    Analysis Tool for Astrophysical Simulation Data in the Julia Language

    Jupyter Notebook 10 3

  2. Notebooks Notebooks Public

    HTML 1

  3. 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.
  4. Email notification of your finished ... Email notification of your finished program or due to interruptions. Sends Runtime information and screen output.
    1
    #!/bin/bash
    2
    # ---------------------------------------------------------------------
    3
    # This script measures the runtime of your post-processing program
    4
    # and sends an email notification with the information:
    5
    # - Start time
  5. RUM2023 RUM2023 Public

    Jupyter Notebook