Skip to content
View Roocatt's full-sized avatar
🤷‍♀️
🤷‍♀️
  • Eastern Ontario, Canada
  • 17:45 (UTC -04:00)

Block or report Roocatt

Block user

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Roocatt/README.md

🙋‍♀️ Hi, I'm Roos! 🌹

#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);
}

LinkedIn

✨ Welcome to my GitHub Page! ✨

Pinned Loading

  1. rgpstk rgpstk Public

    Roos's GPS Tool Kit. A C library and tool collection for GPS. Featuring NMEA 0183 and geographical distance calculation functionality.

    C

  2. piMCP2515 piMCP2515 Public

    Library for interacting with MCP2515 chips over SPI

    C

  3. WiringPiBSD WiringPiBSD Public

    The WiringPi library, but ported for BSD systems.

    C

  4. roocatt.github.io roocatt.github.io Public

    React + Vite app for my personal site hosted on GitHub Pages.

    TypeScript

  5. RPi_Emulator_Manager RPi_Emulator_Manager Public

    Tool for automating emulation of Raspberry Pi devices in QEMU with various operating systems

    Ruby

  6. SimTelemetryToolkit SimTelemetryToolkit Public

    Playing around with sim racing telemetry in Java (WIP).

    Java