Skip to content
View ms-is-coding's full-sized avatar
💻
to code or not to code
💻
to code or not to code

Highlights

  • Pro

Organizations

@webd3vs @hadron-lang @messagin

Block or report ms-is-coding

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
ms-is-coding/README.md

Welcome to my profile 👋

I'm M.S, a passionate programmer studying at 42 Paris with a background in physics and mathematics.


My School Projects

LibFT

A comprehensive utility library that provides various essential functions and data structures, including:

  • String and memory functions
  • Random number generator
  • Linked lists
  • Custom printf (see ft_printf)
  • Linear-probing hashmap
  • Dynamic array
  • AVL binary search tree

ft_printf

A custom implementation of the printf function

  • Flags: # 0 -   +
  • Field width: number or *, negative values set the - flag
  • Precision: number or *
  • Length modifier: all the modifiers mentioned in printf(3)
  • Conversion specifier: idxXcspnm%

Pinned Loading

  1. hadron-lang/hadron hadron-lang/hadron Public

    Hadron is a language that can be transcompiled or interpreted, prioritizing efficiency and readability. It aims to be easy-to-use and expressive.

    C++ 7

  2. messagin/api messagin/api Public

    TypeScript 1