//~/Math-42.cpp
class About: public Me {
public:
auto getCurrentWorkplace() -> std::string {
return "Zenith Aerospace";
}
auto getCurrentDegree() -> degree {
degree currentDegree {
.course = "Bachelor of Computer Science",
.where = "University of São Paulo"
.onGoing = true
}
}
auto getDailyKnowledge() -> std::vector<std::string> {
return [
"C/C++",
"Data structures",
"Linux",
"Rust",
"IPC",
"Nix",
"Emacs",
"Git",
"Software Engineering"
];
}
auto getMyLinks() -> std::vector<std::string> {
return [
"https://www.linkedin.com/in/matheus-vieira-g/"
];
}
auto getFutureGoal() -> string {
return 'Learn more about Linux, Nix and DevOps';
}
}
❄️
Highlights
- Pro
Pinned Loading
-
zenitheesc/frameworkd
zenitheesc/frameworkd PublicA framework for creating daemons in our architecture
C++ 3
-
Variable-voltage-source
Variable-voltage-source PublicVariable voltage source from 3v to 12v capable of 100mA.
-
zenitheesc/zenith-website
zenitheesc/zenith-website PublicZenith Aerospace's home on the web.
JavaScript 10
-
zenitheesc/ZenView
zenitheesc/ZenView PublicZenView is a powerful Data visualization tool, which was made especially for Zenith's missions.
JavaScript 7
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.