Skip to content
View prime-hacker's full-sized avatar
🎯
Focusing
🎯
Focusing
  • 15:48 - 2h ahead

Block or report prime-hacker

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. Black-Hat-Python Public

    Some code from the book Black Hat Python 2nd Edition

    Python 1

  2. .tmux.conf
    1
    # NEEDED FOR THIS TO RUN PROPERLY:
    2
    # 1. INSTALL XCLIP
    3
    # 2. TMUX Plugin Manager (https://github.com/tmux-plugins/tpm)
    4
    # 3. Type (your prefex + I) to install the plugins
    5
    set-option -g prefix C-a
  3. ctfchallenge-reports Public

    Reports for some of the https://ctfchallenge.com challenges

    Shell 4

  4. My Vim settings
    1
    " NEEDED FOR THIS FILE TO WORK:
    2
    " 1. INSTALL VIM-PLUG FROM ITS GITHUB PAGE
    3
    " 2. RUN :PlugInstall in Vim
    4
    " 3. PIP INSTALL POWERLINE
    5
    " 4. INSTALL COC.NVIM
  5. picoctf-challenges Public

    Solutions for some of the challenges available on the https://picoctf.org/ website.

    Shell 1

  6. Elections-In-Parallel Public

    An MPI program to calculate the winners of elections in parallel.

    C