Skip to content
View AlexLav3's full-sized avatar
🤔
🤔
  • Prague
  • 15:20 (UTC +02:00)

Highlights

  • Pro

Block or report AlexLav3

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
AlexLav3/README.md
  • Currently studying at 42Prague while working full-time.
  • Focused on systems-level programming, digital forensics, and game development.
  • Learning C, C++, Unreal Engine, and Digital Forensics.
  • Passionate about understanding how things work from the ground up.
  • Random facts: I have a cat, love coffee, and enjoy games with strategy and narrative depth.

Top Langs-Dark

Unreal Engine C C++ Visual Studio Code Visual Studio Linux

LinkedIn

born2beroote ft_printfe get_next_linee philosophersn libftm minitalkm push_swape so_longm

📁 In Repos

  • C-based foundational projects (42 core curriculum)
  • Small utilities written for learning purposes
  • Early game experiments using MinilibX
  • Small games completed or work in progress with Unreal Engine

Pinned Loading

  1. Rpg Rpg Public

    Fox game.

    C++

  2. get_next_line get_next_line Public

    Reads a line from a file descriptor one line at a time. Re-implementation of standard behavior with custom memory handling. 42 project.

    C

  3. push_swap push_swap Public

    This is a sorting algorithm challenge from 42 school. The goal is to sort a stack of integers using only a limited set of stack operations, using as few moves as possible.

    C

  4. meta_extra meta_extra Public

    A C program that extracts EXIF metadata from a jpeg

    C

  5. philo philo Public

    Implementation of the Dining Philosophers problem using threads and mutexes in C. 42 project.

    C