Skip to content
View mandelkow's full-sized avatar
🐔
🐔

Block or report mandelkow

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. fMRNN fMRNN Public

    RNN models of the resting-state fMRI signal

    Jupyter Notebook 3

  2. hRnnPtLit hRnnPtLit Public

    A minimalist definition of RNNs (LSTM, GRU) using PyTorch and Lightning.

    Jupyter Notebook

  3. hDsProc hDsProc Public

    Large-scale sleep fMRI data preprocessing using AFNI and SLURM on the Biowulf cluster.

    Shell 1

  4. hLoadEeg hLoadEeg Public

    Load BrainVision EEG data, header and marker files .eeg, .vhdr, .vmrk

    MATLAB 3 1

  5. hMtools hMtools Public

    Hendrik's Matlab tools

    MATLAB 1

  6. hrenamere.py : Batch rename files us... hrenamere.py : Batch rename files using regular expressions.
    1
    #!/usr/bin/env python3
    2
    # -*- coding: utf-8 -*-
    3
    """hrenamere ***2a4: Regex rename a batch of files.
    4
    5
    hrenamere.py -m PatternA PatternB * # Rename all files containing regex pattern A to B.