Skip to content
View prime-hacker's full-sized avatar
🎯
Focusing
🎯
Focusing
  • 14:38 (UTC +03:00)

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

    Some code from the book Black Hat Python 2nd Edition

    Python 1

  2. .tmux.conf .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 ctfchallenge-reports Public

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

    Shell 4

  4. My Vim settings 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 picoctf-challenges Public

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

    Shell 1

  6. Elections-In-Parallel Elections-In-Parallel Public

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

    C