Skip to content
View Belladone-Bzz's full-sized avatar
🐝
Save the bees
🐝
Save the bees

Block or report Belladone-Bzz

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

Profile views

Biology Ph.D -- French - English

Formerly a biology teacher, I am now training in computer science. A vast world of creativity and possibility has opened up to me, and it's amazing ! The sea air and sunshine of Marseille keep me company when I'm coding. I am currently learning C and Python, and my professional goal is to move into cybersecurity.

When I'm not coding, there's a good chance you'll find me reading (science fiction, fantasy, sociology), playing video games, climbing, or drinking a beer while playing board games with my friends.

📂 School projects

  • Description : The aim of this project was to help me understand how the libc library functions work, how to recreate them myself, and how to use them correctly.
  • Language: C - Makefile
  • Description : This project involves recreating the printf() function which handles the following conversions : cspdiuxX%
  • Language: C - Makefile
  • Description : The goal of this project was to recode the get_next_line() function, which reads the contents of a file line by line from a file descriptor, where a “line” is a sequence of characters ending with “\n” (new line) or the end of the file (EOF).
  • Language: C - Makefile
  • Description : Push-swap is a group project that involves sorting a stack of integers using a limited set of operations (push, swap and rotate) and minimizing the number of moves.
  • Language: C - Makefile
  • Description : All exercice done to practice Python languqge
  • Language: Python
  • Description : The aim of this project is to create a program capable of generating a maze and then solving it by identifying the shortest path between the entrance and the exit.
  • Language: Python

📂 Personal projects

Global Game Jam

  • Description : The Global Game Jam is a 48-hour video game creation event based on a given theme, which takes place every year. It is the perfect opportunity for developers, artists, game designers, and anyone else who is curious to get together and put their talents to the test by creating an original game concept in record time.
  • Date : 01/28/26 - 01/30/26

Pinned Loading

  1. Get_Next_Line Get_Next_Line Public

    The goal of this project was to recode the get_next_line() function, which reads the contents of a file line by line from a file descriptor, where a “line” is a sequence of characters ending with “…

    C 7

  2. Push_Swap Push_Swap Public

    Push-swap is a group project that involves sorting a stack of integers using a limited set of operations (push, swap and rotate) and minimizing the number of moves.

    C 7

  3. C_library C_library Public

    The aim of this project was to help me understand how the libc library functions work, how to recreate them myself, and how to use them correctly.

    C 5

  4. Printf Printf Public

    This project involves recreating the printf() function which handles the following conversions : cspdiuxX%

    C 4

  5. Python_practice Python_practice Public

    Python 3

  6. A_maze_ing A_maze_ing Public

    The aim of this project is to create a program capable of generating a maze and then solving it by identifying the shortest path between the entrance and the exit.

    Python 9