Skip to content
View pseudocoder-in's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report pseudocoder-in

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

Hello World ๐Ÿ‘‹

Summary of my life

#include <thread>
#include <life.h>
#include <work.h>

int main() {
    std::thread lifeThread(life::liveLife);
    std::thread workThread(work::doWork);
    // ...
    // do random stuff, just like this one
    // ...
    workThread.join();
    lifeThread.join();
    return 1;
}

"I am here to try out new ideas and collaborate on interesting ones. Feel free to contact me, if you have any interesting opportunnity aligning to my work and skill set" - Pseudo Coder

Pinned Loading

  1. ftcomponents ftcomponents Public

    Reusable components for React used in ftwebapp

    TypeScript

  2. ChatGPT ChatGPT Public

    Lightweight ChatGPT / Gemini client for Mac (Resides in the menu bar)

    Rust 3