Skip to content
View louis-leblondolive's full-sized avatar

Block or report louis-leblondolive

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

Hi, I'm Louis 👋

I build things from scratch to understand how they work.


Highlighted work

olive-sh - A POSIX-ish shell written in C. FSM based lexer, recursive-descent parser, fork-all-before-wait pipelines and job control.

skiff - An HTTP server written in C using an epoll/kqueue event loop, featuring zero-copy static file serving via sendfile(), CGI and keep-alive support.


Stack

C - OCaml - Python

Pinned Loading

  1. olive-sh olive-sh Public

    A minimalist Unix shell written in C.

    C

  2. skiff skiff Public

    A simple concurrent http server implemented in C from scratch.

    C