Skip to content
View joeymeech's full-sized avatar

Block or report joeymeech

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. CVE-2022-0847-Exploit-Implementation CVE-2022-0847-Exploit-Implementation Public

    Using CVE-2022-0847, "Dirty Pipe Exploit", to pop a reverse bash shell for arbitrary code execution on a foreign machine.

    C 1 1

  2. TwitterUsernameBot TwitterUsernameBot Public

    python

    Python

  3. ROT13 ROT13 Public

    A simple script that encrypts and decrypts user text using the ROT13 cipher!

    Java

  4. forecast forecast Public

    Simple python script that gets the state/city and current weather of latitude and longitude coordinates

    Python

  5. numberConversion numberConversion Public

    This program can take in a binary, decimal, or hexadecimal to the other number type of your choosing. My program does not use the C++ library functions for the conversion operations.

    C++

  6. N-Queens N-Queens Public

    This program uses a simple backtracking search to calculate all possible solutions to the N-Queens problem.

    Java