Skip to content
View tutkuckr's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@altinbas

Block or report tutkuckr

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

Pinned Loading

  1. webserv webserv Public

    Forked from alisa-vvv/webserv

    Non-blocking HTTP server in C++ built with sockets, poll(), CGI, and virtual hosting

    C++

  2. minishell minishell Public

    Minishell is a team project to create a basic shell program in C. It implements redirections and pipes, as well as environment variables and some builtin commands.

    C 1

  3. Philosophers Philosophers Public

    A solution to the classic Dining Philosophers Problem in computer science. This project uses the C programming language and multithreading to implement a solution that prevents deadlocks and resour…

    C