Skip to content
View AnnLvu's full-sized avatar
🐵
🐵
  • Berlin, Germany
  • 06:58 (UTC -12:00)

Block or report AnnLvu

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

👩About Me:

  • 👩‍🏫➖👩‍💻 From teacher to programmers
  • 🇩🇪4️⃣2️⃣ Student at School42
  • 🌱 I’m currently learning Java and C
  • 🐵 Little dancing monkey
  • 🐸 Globetrotter

🛠️ Languages and Tools :

C  UBUNTU  Java  bash  Spring  MySQL 

AnnLvu

🔥 My Stats :

GitHub Streak

Pinned Loading

  1. MinesweeperGame MinesweeperGame Public

    A classic Minesweeper game implementation in Java. This project provides a simple, user-friendly interface and logic to play Minesweeper, with features like flagging, revealing cells, and detecting…

    Java

  2. Snake Snake Public

    A classic Snake game implemented in Java. This project features basic gameplay mechanics where the player controls a snake to eat food, grow in length, and avoid collisions with walls or itself.

    Java

  3. minishell_42 minishell_42 Public

    A simple Unix shell implementation that mimics basic functionality of bash. It supports command execution, input/output redirection, pipes, and essential built-ins like cd, pwd, and exit.

    C

  4. fdf_42 fdf_42 Public

    FDF is a 3D wireframe visualizer that renders matrices from input files as 3D landscapes. It supports interactive controls for zoom, translation, and rotation with options for isometric and paralle…

    C

  5. philosophers philosophers Public

    Implementation of the **Dining Philosophers Problem** in C, demonstrating multithreading, synchronization, and concurrency. The simulation manages philosophers sharing forks and avoids issues like …

    C

  6. push_swap_42 push_swap_42 Public

    **push_swap** is a C project that implements a sorting algorithm to sort a stack of integers with the minimum number of operations. The goal is to demonstrate efficient stack manipulation and algor…

    C