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

Highlights

  • Pro
Block or Report

Block or report mefjak000

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
mefjak000/README.md
typedef struct {
  uint8_t age;
  char *interests;
  char *working_as;
  char *university;
  char *faculty;
} profile_t;

profile_t mateusz = {
  .age = 21;
  .interests = "engineering, physics, circuit theory, signal processing";
  .working_as = "Embedded Software Developer"
  .university = "AGH University of Science and Technology";
  .faculty = "Electronics and Telecomunications";
}

Pinned Loading

  1. esp32-csi-spectroscope esp32-csi-spectroscope Public

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

    C

  2. esp32-edge-detection esp32-edge-detection Public

    Project for PP RAI 2024

    C++ 1

  3. theiotproject/keybox-core theiotproject/keybox-core Public

    This is embedded software of Keybox Core

    C 1

  4. vietas-formulas-x86 vietas-formulas-x86 Public

    Vieta's Formulas in x86 Assembly

    Assembly

  5. vim_cfg vim_cfg Public

    This my vim config

    Vim Script

  6. organic-chemistry organic-chemistry Public

    Site about chemistry with full responsive layout

    HTML