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

Block or report xzheng97

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

Popular repositories Loading

  1. VLAD VLAD Public

    forked from original VLAD repo

    Python 1

  2. linux-ps linux-ps Public

    A program written in c that simulate ps command in linux. It's able to display useful info about any running process that user requires.

  3. Data-Structures-and-Algorithms Data-Structures-and-Algorithms Public

    Forked from amitbansal7/Data-Structures-and-Algorithms

    Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, …

    C 1

  4. linux-make linux-make Public

    This program is a simple version of the make command in linux system.

    C

  5. safe_malloc safe_malloc Public

    This program is a special version of the malloc and free library routines that checks on common heap allocation and usage mistakes.

    C

  6. IO_synchronization IO_synchronization Public

    This program is about the synchronization with Threads and Shared Memory. Users will use four threads to get the result. The threads include reader, munch1, munch2, and writer. It has the features …

    C