Skip to content
View Kuasera's full-sized avatar
☁️
no
☁️
no

Block or report Kuasera

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

🚀 Welcome to My Profile


📊 GitHub Stats

Top Languages

🛠️ Tech Stack

JavaScript TypeScript React HTML5 CSS3 Python C# C++ Java Node.js

📞 Contact


🧠 My Life in C++

#include <smallBrain.hpp>
// g++ tells me that it could not find "bigBrain.hpp"
#include <WorkCalendar.hpp>
// Automatically updated list of works
#include <projects.hpp>
// Automatically updated list of projects
// #include <luck.hpp>
// Ran out of ^ a long time ago

int32_t main() {
    while (brain.alive) { 
        while (works.empty() && brain.work) {
            brain.think(projects[rand() % projects.size()]); 
        }
        while (!works.empty() && brain.work) {
            brain.think(works[0]);
        }
        // TODO: FIND ANOTHER THING TO DO
    }
    return 0;
}

Pinned Loading

  1. Kuasera Public

    profile

    Shell

  2. Vencloud Public

    Forked from Vencord/Vencloud

    Vencord API

    Go