Skip to content
View sashachernin's full-sized avatar
Block or Report

Block or report sashachernin

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. FTPClientServer FTPClientServer Public

    client/server tool which implements a simple remote distributed file server. The servers enable clients to download and upload files using simple FTP-like commands

    Java

  2. Hospital-Management-System Hospital-Management-System Public

    A simple management system that allows management of patients, medicine, and hospitalization rooms, meanwhile collecting important data and creating graphs that allows the user to understand the st…

    C#

  3. Linux-System-Call-Hook Linux-System-Call-Hook Public

    Linux Kernel module written in C that interceps the ‘openat’ syscall, reports the name of the file that a particular process opens to the user.

    C

  4. Memory-Allocator-From-Scratch Memory-Allocator-From-Scratch Public

    Memory allocator from scratch, written in C for the Linux environment. Includes malloc, realloc and free.

    C