Skip to content
View cindyknn's full-sized avatar

Block or report cindyknn

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 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. memory-allocator memory-allocator Public

    Efficient dynamic memory allocator for C programs, including malloc, free, and realloc routines

    C

  2. python python Public

    Personal and academic projects using Python

    Python

  3. threads-library threads-library Public

    Pthreads library implemented as user-level threads using context switching, scheduling, and I/O multiplexing

    C

  4. unix-shell unix-shell Public

    Unix shell program that supports job control using signaling and process management

    C

  5. verilog verilog Public

    FPGA / Digital logic projects using Verilog

    SystemVerilog

  6. checkpointing-system checkpointing-system Public

    Checkpointing system that will periodically (or on demand) create a checkpoint of the current application state, which can be used to restart the application from that point in time

    C