Skip to content

arun-jyothish/arun-jyothish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘‹ 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

About

GitHub profile summary

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published