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
Showing results
Python 1 Updated Sep 9, 2023
Python 3 1 Updated Sep 9, 2023

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 Updated Jun 23, 2022

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 Updated Jun 23, 2022

implementation of normalized spectral clustering algorithm

C 1 Updated Nov 21, 2022