Skip to content
View ejarvinen's full-sized avatar
πŸ‘‹
πŸ‘‹

Block or report ejarvinen

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

Greetings fellow <\human>


πŸŽ€ About me :

  • 🍎 Programmer student by day, grocery store clerk by night
  • πŸ‘©β€πŸ’» Working on finishing 42 school curriculum and exploring tools and technologies beyond C & C++
  • 🐧 On my free time I like to install and play with different Linux distros
  • ⏩ Find out more and connect with me: Linkedin Badge

πŸ› οΈ Languages and Tools :


πŸ’« Here's some of my work that I'm most proud of so far :

A mini shell written in C. This is the product of 3 months deep dive into how Bash works. This shell implements the Bash syntax including quoting, commands, expansions, redirections as well as some built-in features. It's built around GNU readline. And it's stylishly pink.

My own re-coded version of the C Standard Library (naturally written in C) with a few additional functions and some singly linked list tools. The C Standard Library equivalents are designed to behave just like the original functions or as closely to them as possible. This project is designed to be expanded with the Standard Library re-code equivalents of printf and getline functions.

Pinned Loading

  1. staskine/42Minishell staskine/42Minishell Public

    C

  2. 42Libft 42Libft Public

    A recode of C Standard Library functions

    C