#include <about_me.h>
int
main(void)
{
struct about me = {
.name = {
.first = "Roos",
.last = "Catling-Tate",
.pronunciation = {
.original = "like Roahs (Dutch)",
.english = "Rose",
.alternate = "Ruess or Ruezz, I'll still answer :)"
}
},
.pronouns = "she/her",
.location = "Eastern Ontario, Canada",
.hobbies = "Rally racing, Restoring vintage cars, Hiking, Music"
};
char *software_development[] = {
"Full-stack",
"Backend",
"Embedded"
}, *infrastructure[] = {
"Infrastructure Engineering",
"Systems Administration",
"Cloud"
};
professional(&me, software_development, infrastructure);
about(&me);
return (0);
}
🤷♀️
Full-stack, backend, and embedded developer. Infrastructure and systems engineering.
- Eastern Ontario, Canada
-
17:45
(UTC -04:00)
Pinned Loading
-
rgpstk
rgpstk PublicRoos's GPS Tool Kit. A C library and tool collection for GPS. Featuring NMEA 0183 and geographical distance calculation functionality.
C
-
-
-
roocatt.github.io
roocatt.github.io PublicReact + Vite app for my personal site hosted on GitHub Pages.
TypeScript
-
RPi_Emulator_Manager
RPi_Emulator_Manager PublicTool for automating emulation of Raspberry Pi devices in QEMU with various operating systems
Ruby
-
SimTelemetryToolkit
SimTelemetryToolkit PublicPlaying around with sim racing telemetry in Java (WIP).
Java
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.