Skip to content
View remyd06's full-sized avatar
💻
Learning
💻
Learning

Highlights

  • Pro

Block or report remyd06

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.

Content in all repositories owned by your account will be closed.
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
remyd06/README.md

Hi 👋, I'm Rémy

A student dev in 42Nice. Focused on low-level programming and hardware.

🔭 42 Projects (Common core)

  • Libft: Your first own library.
  • Printf: Because ft_putnbr() and ft_putstr() aren't enough.
  • GNL: Reading a line on a fd is way too tedious.
  • Push Swap: Small sorting algorithm.
  • Minitalk: UNIX signal exchange between a client and a server.
  • So Long: Simple 2D game using the MiniLibX.
  • Philosophers: Dangerous dinner simulator with threads & mutexs.
  • Minishell: A basic shell implementation with support for commands, pipes, and redirections.
  • CPP Modules: The first step in the C++ language.
  • IRC: A IRC protocol server.
  • Transcendance: FInal project of the common core. A livechat website.

🖥️ 42 Projects (Post-common core)

  • KFS-1: Writing a basic system kernel from scratch in C.
  • malloc: Recoding malloc(), realloc() and free() from scratch in C.

🛰️ Embeded Systems Projects (Personal) (CubeIDE, CubeMX)

  • STM32 Led Control: Nucleo-F446RE - Hardware timers, interrupts, debounce, UART command interface, state machine.
  • STM32 Morse Station: Nucleo-F446RE – FreeRTOS multitask, Morse LED, UART, interrupts, state machine, login system.
  • STM32 Weather Station: Nucleo-F446RE – Entirely Bare-Metal, FreeRTOS multitask, I²C, SPI, ADC, UART, Watchdog (hardware/software), SSD1306 OLED display, BME280 meteorological parameters, TEMT6000 analog luminosity.
c logo cplusplus logo git logo vscode logo linux logo STM32 CubeIDE STM32 CubeMX STM32 FreeRTOS

Popular repositories Loading

  1. 1-libft 1-libft Public

    C 1

  2. remyd06 remyd06 Public

    Config files for my GitHub profile.

    1

  3. 2.1-ft_printf 2.1-ft_printf Public

    C 1

  4. 2.2-get_next_line 2.2-get_next_line Public

    C 1

  5. STM32_weatherStation STM32_weatherStation Public

    C 1

  6. 3.1-push_swap 3.1-push_swap Public

    C