Skip to content
View Ci3l's full-sized avatar
🦧
🦧
Block or Report

Block or report Ci3l

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

👋 Hi, I’m Erwan Poiré (@Ci3l)

  • 🎓 Second-Year MIDO Student at Paris Dauphine, specializing in Mathematics, Computer Science, and Decision Making.
  • 🧠 Passionate about Math and Algorithms: I’m deeply interested in solving complex problems through mathematical models and algorithmic approaches.
  • 💻 Programming Skills: I have a solid foundation in Python and am currently focused on perfecting my skills in C as part of my coursework this year.
  • 🌍 Multilingual: I’m bilingual in French and English, and I also have conversational skills in Spanish and Russian.
  • 🤝 Open to Collaboration: I’m eager to collaborate on projects, especially those in the mathematical and algorithmic fields. Let’s work together to tackle interesting problems!

📫 How to Reach Me

  • LinkedIn

  • Quora

  • My code never has bugs, it just develops random unexpected features! 😄

Pinned Loading

  1. TextToBrainfuckTranslator TextToBrainfuckTranslator Public

    TextToBrainfuckTranslator is a Python-based translator that converts arbitrary text input into optimized Brainfuck code. This project was created to validate my understanding of ASCII encoding and …

    Python 1

  2. ToDoApp ToDoApp Public

    ToDoApp is a task management application developed as a personal project to consolidate my Java programming skills. This project was designed to validate and apply the competencies I acquired throu…

    Java

  3. ConwayGameOfLife ConwayGameOfLife Public

    Conway's Game of Life is a classic cellular automaton simulation, implemented for NumWorks calculators (N 100 and N 110) using Python and the Kandinsky package. This project was created to enhance …

    Python

  4. SnakeGame SnakeGame Public template

    This is a very basic Snake game implemented in C, created as a learning project to solidify my understanding of the C programming language. The project covers essential programming concepts and dem…

    C