Skip to content
View PetrifiedPanda's full-sized avatar

Highlights

  • Pro

Block or report PetrifiedPanda

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. DataStructures DataStructures Public

    A C++ implementation of various data structures I learned in university. My approach (which may not be the best) was to try to give the user no access that would make them be able to break the stru…

    C++

  2. PyBot PyBot Public

    A very bad discord bot that executes python code in a very bad way, and should never be used by anyone

    Python

  3. RandomText-py RandomText-py Public

    A python file that generates random gibberish that vaguely seems like sentences.

    Python

  4. RandomText-cpp RandomText-cpp Public

    A C++ Project that generates random gibberish that vaguely seems like sentences. This has the same functionality as this python project I made: https://github.com/PetrifiedPanda/RandomText-py. It's…

    C++

  5. Mandelbrot-cuda Mandelbrot-cuda Public

    Cuda

  6. Sudoku Sudoku Public

    A Sudoku solver, written in C using an iterative and recursive approach

    C