An open API service indexing awesome lists of open source software.

https://github.com/yimura/yimura


https://github.com/yimura/yimura

Last synced: over 1 year ago
JSON representation

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
```