https://github.com/yimura/yimura
https://github.com/yimura/yimura
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yimura/yimura
- Owner: Yimura
- Created: 2020-09-29T15:57:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T00:27:30.000Z (over 1 year ago)
- Last Synced: 2025-03-02T02:12:53.152Z (over 1 year ago)
- Size: 649 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```cpp
class AboutMe final
{
public:
static const std::string Name() const
{
return "Andreas Maerten";
}
static const std::vector Languages() const
{
return {
"English",
"Dutch",
"French"
};
}
static const std::vector CodingLangues() const
{
return {
"C++",
"C#",
"Java",
"NodeJS",
"Python"
};
}
static const std::vector Skillset() const
{
return {
"Docker",
"Github CI/CD",
"Reverse Engineering",
"Linux",
"Git"
};
}
static const std::unordered_map Socials() const
{
return {
{ "twitter", "Yimura9" },
{ "discord", "yimura.dev" }
};
}
};
```
## ๐คน Recent Activity
```
๐ฃ Commented on #594 in Pumpkin-MC/Pumpkin
โ๏ธ Opened issue #594 in Pumpkin-MC/Pumpkin
๐ฃ Commented on #538 in Pumpkin-MC/Pumpkin
๐ฃ Commented on #60 in agriculturedev/guben-cockpit
```
## ๐ Cool Repos
```
โญ๏ธ 1586 ๐ฆ YimMenu/YimMenu
โญ๏ธ 187 ๐ฆ Yimura/GTAV-Classes
โญ๏ธ 52 ๐ฆ Yimura/Scraper
โญ๏ธ 35 ๐ฆ Yimura/Injector
โญ๏ธ 15 ๐ฆ Yimura/FridaMgr
```