Skip to content
View f-rizi's full-sized avatar

Block or report f-rizi

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. UnixSystemsProgramming UnixSystemsProgramming Public

    A repository for implementing examples and taking notes from the 'Unix Systems Programming' book. The code includes variations, tweaks and comments to the original examples to reinforce learning.

    C

  2. WebServersC WebServersC Public

    A simple HTTP server implemented using different concurrency models (fork,s elect and epoll) to compare design and performance. For learning and exploring in C.

    C

  3. codecrafters-shell-rust codecrafters-shell-rust Public

    In this challenge, you'll build your own POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more. Along the w…

    Rust

  4. codecrafters-dns-server-rust codecrafters-dns-server-rust Public

    In this challenge, you'll build a DNS server that's capable of parsing and creating DNS packets, responding to DNS queries, handling various record types and doing recursive resolve.

    Rust

  5. CppCLab CppCLab Public

    C and C++ code implementations for learning and experimenting with various programming concepts.

    C++

  6. codecrafters-http-server-rust codecrafters-http-server-rust Public

    HTTP is the protocol that powers the web. In this challenge, you'll build a HTTP/1.1 server that is capable of serving multiple clients.

    Rust