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. jbod-storage-system jbod-storage-system Public

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

    C

  2. gdb-debugging-extensions gdb-debugging-extensions Public

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

    Python

  3. computer-architecture-simulators computer-architecture-simulators Public

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

    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. concurrency-primitives concurrency-primitives Public

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

    C

  6. course-scheduler course-scheduler Public

    Java Swing course scheduler with Apache Derby for enrollment management, waitlisting, and automatic seat promotion.

    Java