Skip to content
View jhasubhash's full-sized avatar

Block or report jhasubhash

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
jhasubhash/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" - Subhash Jha

Pinned Loading

  1. v8_playground v8_playground Public

    C++

  2. wasmApp wasmApp Public

    testing different wasm related stuff

    JavaScript

  3. canvas canvas Public

    sample app using canvaskit

    HTML 1

  4. memtracker memtracker Public

    Check Wasm memory limit of your Browser

    HTML

  5. tree tree Public

    Family Tree

    JavaScript