Skip to content
View bepri's full-sized avatar
  • Canonical
  • Indiana
  • 08:24 (UTC -04:00)

Block or report bepri

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

    A for-fun tool to display any FFMPEG-supported image/video file in a terminal.

    Rust 1 3

  2. Bitwarden script to log in & retriev... Bitwarden script to log in & retrieve a password
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    """
    4
    INTRO:
    5
    This is a Python script to log in & retrieve your SSH keys from Bitwarden. It will save your session token to a
  3. AES.rs AES.rs Public

    An implementation of AES-128, AES-192, and AES-256 in Rust for Dr. Ruoti's COSC583 - Applied Cryptography at UTK F'22

    Rust 2

  4. Minimal-configuration "universal" ma... Minimal-configuration "universal" makefile for medium-scale C/C++ projects
    1
    # "Universal" Makefile
    2
    # Imani Pelton (@bepri on GitHub)
    3
    # A plug-n-play Makefile for any medium-scale C/C++ project. Probably not as powerful as CMake, but sufficient if you don't want to use all that.
    4
    # Uses a target directory with object file outputs to speed up compilation times on multi-file projects
    5