Skip to content
View adzhl's full-sized avatar

Highlights

  • Pro

Block or report adzhl

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
adzhl/README.md

πŸŽ“ From Dietetics to Tech – Merging my passion for nutrition and coding!

πŸ”§ Tech Stack:

  • C, C++, JavaScript, HTML, CSS, Shell

🌟 Future Goals:

  • πŸ”¬ Combine my expertise in nutrition with technology.
  • πŸ€– Use AI and data science to create personalized health solutions.

πŸ“¬ Contact Me: [email protected]

Pinned Loading

  1. Cub3D Cub3D Public

    Forked from imsolucas/Cub3D

    A 3D maze game using raycasting, inspired by Wolfenstein 3D.

    C

  2. winniehhy/Medilink winniehhy/Medilink Public

    Medilink - NUS Health Hack 2025 ( Semi Finalist)

    JavaScript

  3. minishell minishell Public

    Minishell is a simple shell in C that replicates parts of Bash, handling commands, pipes, redirections, and built-ins.

    C 1

  4. philosophers philosophers Public

    A simulation of the famous Dining Philosophers Problem using POSIX threads and semaphores.

    C

  5. push_swap push_swap Public

    A sorting challenge where you sort integers using two stacks (a and b) with limited operations. The goal is to design the most efficient algorithm with minimal instructions.

    C