Skip to content
View mtrzc0's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report mtrzc0

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
mtrzc0/README.md
typedef struct {
  uint8_t age;
  char *interests;
  char *working_as;
  char *university;
  char *faculty;
} profile_t;

profile_t mateusz = {
  .age = 21;
  .interests = "operating systems, compilers, antennas, physics";
  .working_as = "Embedded Software Developer";
  .university = "AGH University of Science and Technology";
  .faculty = "Electronics and Telecomunications";
}

Pinned Loading

  1. bootldr bootldr Public

    Unix-family, multiboot compliant bootloader

    C 3

  2. forums forums Public

    Open-source reddit like platform

    PHP 1

  3. POLX POLX Public

    Unix-family kernel designed by determined individuals

    C 1

  4. esp32-csi-spectroscope esp32-csi-spectroscope Public

    This is based on ESP Wi-Fi CSI (Channel state information) used for material detection application

    C 1

  5. star-wars-space-shooter star-wars-space-shooter Public

    Basic shooter game made with pygame library.

    Python

  6. esp32-edge-detection esp32-edge-detection Public

    Project for PP RAI 2024

    C++ 2