Skip to content
View Majestic9169's full-sized avatar
👾
👾

Block or report Majestic9169

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
Majestic9169/README.md
    
      cube // code // ctfs
      i like low level stuff
    
  

jinx gif stats graph yui gif languages graph streak graph power gif

Pinned Loading

  1. dots dots Public

    arch/hyprland, using pywal with swww, cava, waybar and more

    Shell 11

  2. ppGB-emu ppGB-emu Public

    A GameBoy emulator written in C++

    C++ 3

  3. kossiitkgp/ctf-writeups kossiitkgp/ctf-writeups Public

    A repo to store our writeups for the CTFs we participate in as a team

    Python 6

  4. chip8 chip8 Public

    yet another chip8 emulator, now with custom rom

    C 1

  5. metakgp/metakgp.org metakgp/metakgp.org Public

    [WIP] The website for metaKGP. Showcases all metaKGP projects since it is more than just a Wiki.

    TypeScript 3 5

  6. Win10/11 Notepad Artifacts Parser Win10/11 Notepad Artifacts Parser
    1
    import logging
    2
    from zlib import crc32
    3
    
                  
    4
    logger = logging.getLogger()
    5
    logging.basicConfig(format='%(levelname)s: %(message)s',encoding='utf-8', level=logging.DEBUG)