Skip to content
View tdavidi10's full-sized avatar

Block or report tdavidi10

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

Pinned Loading

  1. Bot-Detective Bot-Detective Public

    Forked from stav-bentov/Bot-Detective

    Python 1

  2. Spectral_Clustering Spectral_Clustering Public

    implementation of normalized spectral clustering algorithm

    C 1

  3. Multithreaded_Parallel_File_Searcher Multithreaded_Parallel_File_Searcher Public

    program that searches a directory tree for files whose name matches some search term. The program parallelizes its work using threads. Specifically, individual directories are searched by different…

    C 1

  4. TCP_Client-Server_Architecture TCP_Client-Server_Architecture Public

    Clients connect to the server and send it a stream of bytes. The server counts how many of the bytes are printable and returns that number to the client. The server also maintains overall statistic…

    C 1

  5. Kernel_Module_Message_Slot Kernel_Module_Message_Slot Public

    kernel module that provides a new IPC mechanism, called a message slot. A message slot is a character device file through which processes communicate. A message slot device has multiple message cha…

    C

  6. Shell Shell Public

    implementing shell functionality including: process management, pipes, signals, and the relevant system calls.

    C