Skip to content

Yimura/Yimura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,696 Commits
 
 
 
 
 
 

Repository files navigation

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


🌟 Cool Repos

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors