Skip to content
View pavalAlexandru's full-sized avatar

Block or report pavalAlexandru

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
pavalAlexandru/README.md

πŸ’« About Me:

Hi πŸ‘‹, I'm pavalAlexadnru!

🌱 A second year student at UBB FMI following the Math and CS course.

πŸš€ Currently exploring the depths of low-level architecture, rendering pixels through graphics programming 🎨, and tinkering with embedded systems πŸͺ›.

  • Current Project : C-Config-Parser

πŸ› οΈ Languages & Tools

Languages

C C++ Python Java C# JavaScript TypeScript Lua

Frameworks & Libraries

Vue.js Nuxt.js Node.js TailwindCSS .Net NuGet

Tools & DevOps

Git Neovim Linux Fedora Wokwi CMake Gradle

Popular repositories Loading

  1. pavalAlexandru pavalAlexandru Public

    1

  2. Music-List-App-in-Java Music-List-App-in-Java Public

    A JavaFX desktop application with an embedded SQLite database for managing a music library and automatically generating smart playlists based on custom rules.

    Java

  3. C-Hex-Dumper C-Hex-Dumper Public

    This is a practice project designed to exercise basic C programming concepts, specifically working with the standard I/O library and processing binary file data.

    C

  4. C-Singly-Linked-List C-Singly-Linked-List Public

    I created this singly linked list project to practice basic C programming. It helped me learn how to use pointers, manage memory, and build simple data structures from scratch.

    C

  5. C-Config-Parser C-Config-Parser Public

    I created this config parser project to practice reading files, string manipulation, and memory management in C. It helped me learn how to parse simple key-value data (like KEY=VALUE) from a text f…

    C