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

Highlights

  • Pro

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

Pinned Loading

  1. 42_miniRT 42_miniRT Public

    MiniRT is a ray tracing program that creates 3D images from .rt files with geometric objects, lighting, and interactive controls.

    C

  2. 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

  3. 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

  4. 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

  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