Skip to content
View matolks's full-sized avatar

Block or report matolks

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. appointment-management-system appointment-management-system Public

    Desktop appointment manager for matching waitlist patients with provider openings

    TypeScript

  2. jbod-storage-system jbod-storage-system Public

    JBOD storage system with block caching, linear addressing, and networked disk operations

    C

  3. gdb-debugging-extensions gdb-debugging-extensions Public

    Custom GDB commands for memory editing and inspection, linked list traversal, and allocation tracking

    Python

  4. custom-malloc-allocator custom-malloc-allocator Public

    A custom dynamic memory allocator that implements malloc, free, realloc, and calloc using segregated explicit free lists, block splitting, coalescing, and heap consistency checking

    C

  5. computer-architecture-simulators computer-architecture-simulators Public

    A collection of computer architecture simulators for pipeline scheduling, cache hierarchy behavior, and branch prediction

    Python

  6. concurrency-primitives concurrency-primitives Public

    Thread safe channels with bounded queues, pthread synchronization, and select support

    C