Skip to content
View Simpli-Code's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Simpli-Code

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

image

Hi there πŸ‘‹

I'm currently studying at 42Vienna and I'm passionate about the world of coding and currently on an exciting journey of learning the C language. πŸ–₯️ I thrive on the challenges that come with it, especially the thrill of hunting down and squashing those pesky bugs 🐞 that occasionally sneak into my code. πŸ•΅οΈβ€β™‚οΈ I'm committed to continue to learn and grow in the ever-evolving realm of software development.

Skills and Experience

c c

πŸš€ #CodeExplorer

🐞 #BugHunter

πŸ€“ #CProgramming Enthusiast

Connect with me:

github discord

GitHub stats

Popular repositories

  1. Libft Libft Public

    Libft is my very first own library and it's about coding a C library. It contains a lot of general purpose functions that my further programs will rely upon.

    C

  2. simpli-code simpli-code Public

  3. get_next_line get_next_line Public

    This project is about programming a function that returns a line read from a file descriptor because Reading a line from a file descriptor is way too tedious

    C

  4. Exam_Rank02 Exam_Rank02 Public

    This repository contains all the exercises of Exam Rank02 of common core of ecole 42 . All the exercises contain also a main function for testing and checking the result.

    C

  5. ft_printf ft_printf Public

    The goal of this project is pretty straightforward. We have to recode printf(); so that we mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)

    C

  6. Minishell Minishell Public

    This project is about creating a simple shell. Yes, my own little bash. So to say a mini version of the actual bourne again shell from which I learned a lot about using processes and file descriptors.

    C