Skip to content
View AlexInABox's full-sized avatar
:fishsticks:
On vacation
:fishsticks:
On vacation

Highlights

  • Pro

Block or report AlexInABox

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
AlexInABox/README.md

Hi there! I'm AlexInABox 👋

About Me

struct Cute {
    const char* role;
    short age;
    const char* studying[1];
    const char* interests[3];
    const char* loves[1];
};

int main() {
    struct Cute = {
        .role = "CS Student working for the police of Berlin 🕵️‍♂️",
        .age = 20,
        .studying = {"Computer Science"},
        .interests = {"Kittens", "Programming", "Friends"},
        .loves = {"Kitties!!!"}
    };

    return ❤️;
}

Languages

Tools

Projects

These are some of the projects I am more or less actively working on!
Project Description View More
custom-hds A self-written Node.js server that regularly fetches data about me from different sources like heart rate, Netflix last watched, YouTube last watched, YTMusic, Duolingo, etc. view
CursorConnect A Chrome extension that allows you to see others' cursors on the website you're on in real-time (assuming they also have it installed). view

Statistics


Profile Views

Pinned Loading

  1. RoundReports RoundReports Public

    Forked from Thundermaker300/RoundReports

    SCP:SL Plugin which generates reports at the end of each round.

    C#

  2. portfolio portfolio Public

    My website ^^

    JavaScript

  3. dotfiles dotfiles Public

    Shell

  4. mer-imageGenerator mer-imageGenerator Public

    A unity c# script, for MapEditorReborn, that can generate cube mosaic (pixel art) from input images in the Unity Editor.

    C# 2 1

  5. VeraCrypt Header extrahieren und mit... VeraCrypt Header extrahieren und mit Hashcat angreifen
    1
    # VeraCrypt Header extrahieren und mit Hashcat angreifen
    2
    
                  
    3
    ## Voraussetzungen
    4
    
                  
    5
    - Ein E01-Image (z. B. von einem forensischen Datenträger)