Skip to content
View kouroshtkk's full-sized avatar

Highlights

  • Pro

Block or report kouroshtkk

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

Hi there 👋

My name is Kourosh, I study computer science at universita di genova, I speak english, Italian and persian and I can understand German at A2 level. I have got my bachelor degree in Piano performance and i have switched my career to computer science.

  • 🌱 I’m currently learning C++/C
  • 👯 I’m looking to collaborate on Anything that teaches me something.
  • 💬 Ask me about anything
  • 📫 How to reach me: Kouroshtkk@gmail.com

Pinned Loading

  1. poll-tcp-db-server-client poll-tcp-db-server-client Public

    Tcp Client-Server written in C with poll IO multiplexing with add, remove, update and list functionality.

    C 2

  2. fortunes fortunes Public

    Forked from JKirchartz/fortunes

    UDP fortunes generator server

    C

  3. TCP-UDP-Chat-Server-Client TCP-UDP-Chat-Server-Client Public

    A multithreaded chat server and client written in C. Communication is split across two transports: TCP handles commands and session control, while UDP delivers lightweight real-time notifications. …

    C