Yimura - Overview

class AboutMe final
{
public:
  static const std::string Name() const
  {
    return "Andreas Maerten";
  }

  static const std::vector<std::string> Languages() const
  {
    return {
      "English",
      "Dutch",
      "French"
    };
  }

  static const std::vector<std::string> CodingLangues() const
  {
    return {
      "C++",
      "C#",
      "Java",
      "NodeJS",
      "Python"
    };
  }

  static const std::vector<std::string> Skillset() const
  {
    return {
      "Docker",
      "Github CI/CD",
      "Reverse Engineering",
      "Linux",
      "Git"
    };
  }

  static const std::unordered_map<std::string, std::string> Socials() const
  {
    return {
      { "twitter", "Yimura9" },
      { "discord", "yimura.dev" }
    };
  }
};

🤹 Recent Activity

❗️ Opened issue #45 in Jonohas/auction-categorization
❗️ Opened issue #44 in Jonohas/auction-categorization
🗣 Commented on #22 in Jonohas/auction-categorization

🌟 Cool Repos

⭐️ 1572 📦 YimMenu/YimMenu
⭐️ 179  📦 Yimura/GTAV-Classes
⭐️ 51   📦 Yimura/Scraper
⭐️ 35   📦 Yimura/Injector
⭐️ 19   📦 Yimura/FridaMgr