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 250 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 = 22;
  .interests = "power electronics, microwaves, physics";
  .working_as = "soon :D";
  .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. esp32-edge-detection esp32-edge-detection Public

    Project for PP RAI 2024

    C++ 2

  3. digital-signal-processing digital-signal-processing Public

    AGH University course materials

    Julia 5

  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 4

  5. buck-boost-converter-ltspice buck-boost-converter-ltspice Public

    Simulation for AGH University course

  6. system-multitool system-multitool Public

    This repo contains files for project that focus on understending system low level functions of the linux kernel

    Shell 3