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

Block or report ReverseSage

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. ReverseSage.github.io ReverseSage.github.io Public

    Ruby

  2. Slurm-ubuntu-20.04.1 Slurm-ubuntu-20.04.1 Public

    A guide for setting up a SLURM cluster using Ubuntu 20.04 with both CPUs and GPUS.

    Python 5

  3. Terminal Terminal Public

    Linux terminal simulator

    Java 1 1

  4. easybuild-easyconfigs easybuild-easyconfigs Public

    Forked from easybuilders/easybuild-easyconfigs

    A collection of easyconfig files that describe which software to build using which build options with EasyBuild.

    Python

  5. My personal vim configuration file My personal vim configuration file
    1
    You need to install vim plug and nodejs >= 12
    2
     set number
    3
     " set relativenumber
    4
     set autoindent
    5
     set tabstop=4
  6. My tmux configuration file My tmux configuration file
    1
    # NEEDED FOR THIS TO RUN PROPERLY:
    2
    # 1. INSTALL XCLIP
    3
    set-option -g prefix C-a
    4
    #Command Sequence for Nested Tmux Sessions
    5
    bind-key a send-prefix