| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseclass 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" }
};
}
};⬆️ Pushed undefined commit to maxke24/Detour ⬆️ Pushed undefined commit to maxke24/Detour ❗️ Closed issue #58 in maxke24/Detour ❗️ Closed issue #27 in maxke24/Detour ⬆️ Pushed undefined commit to maxke24/Detour
⭐️ 1569 📦 YimMenu/YimMenu ⭐️ 178 📦 Yimura/GTAV-Classes ⭐️ 51 📦 Yimura/Scraper ⭐️ 36 📦 Yimura/Injector ⭐️ 20 📦 Yimura/FridaMgr
Asyncronous C++20 logger with std::format and fmt::format support.
| Back | FazBrowse Home | New Git URL |