Skip to content
View arun-jyothish's full-sized avatar

Block or report arun-jyothish

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
arun-jyothish/README.md

πŸ‘‹ Hi, I’m @arun-jyothish

  • 🌱 I’m currently working as a Software Design Engineer
  • πŸ‘€ I’m interested in ...
        πŸ‘Ύ Networking/Multimedia Applications
        πŸ’» Linux kernel programming
        πŸ”— Cloud applications
        πŸ€– Edge Computing/AI
  • πŸ’žοΈ I’m looking to collaborate on any c/cpp projects
  • πŸ“« How to reach me
        πŸ’₯ E-mail: arunjyothishk@gmail.com
        πŸ’« LinkedIn: https://www.linkedin.com/in/arun-jyothish/
        πŸ‘¨β€πŸ’» StackOverflow: https://stackoverflow.com/users/28410734/arun-jyothish-k
  • πŸ˜„ Pronouns: He/Him
  • ⚑ Fun fact: I would like to play guitar when I'm tired of coding; guess what, I'm pretty bad at it πŸ˜…
  • 😌 I'm into funny but productive collaboration, let's enjoy coding without ego-fighting 😌
  • πŸ˜‹ My favorite languages are C and C++
struct Person {
    bool happy = true, knowledgeable = true, ego = false;

    void share(Person& other) {
        if (happy) other.happy = true;
        if (knowledgeable) other.knowledgeable = true;
    }
};

int main() {
    std::vector<Person> coders(10);
    Person you;
    for (auto& coder : coders) you.share(coder);

    // Enjoy coding, spread joy & wisdom!
    return 0;
}

Skills

{
"skills": {
    "Programming Languages":" C, C++, Python, Bash"
    "Tools":" Git, Docker, PetaLinux, Emacs, i3wm, Vim"
    }
}

LQ screen capture host-pc

Popular repositories Loading

  1. arun-jyothish arun-jyothish Public

    GitHub profile summary

    1

  2. libgit2 libgit2 Public

    Forked from torvalds/libgit2

    A cross-platform, linkable library implementation of Git that you can use in your application.

    C 1

  3. uemacs uemacs Public

    Forked from torvalds/uemacs

    Random version of microemacs with my private modificatons

    C 1

  4. FFmpeg FFmpeg Public

    Forked from FFmpeg/FFmpeg

    Mirror of https://git.ffmpeg.org/ffmpeg.git

    C 1

  5. mosquitto mosquitto Public

    Forked from eclipse-mosquitto/mosquitto

    Eclipse Mosquitto - An open source MQTT broker

    C 1

  6. lwjson lwjson Public

    Forked from MaJerle/lwjson

    Lightweight JSON parser for embedded systems

    C 1