Skip to content
View andcarminati's full-sized avatar

Block or report andcarminati

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. JIT-Compiler JIT-Compiler Public

    A JIT Compiler for a small and alive language. A private project inspired by the Kaleidoscope project.

    C++ 2 1

  2. LZWCompressor LZWCompressor Public

    A file compressor based on LZW (Lempel-Ziv-Welch) algorithm.

    C++

  3. MemorySimulator MemorySimulator Public

    A memory allocator simulator for use in Operating Systems courses. Students can implement allocation algorithms such as Best-fit, Worst-fit and so on.

    Java

  4. SchedulingSimulator SchedulingSimulator Public

    A job/task/process scheduling simulator for use in Operating Systems courses. Students can easily implement sevaral algorithms in this tool

    Java

  5. Smalloc Smalloc Public

    A tiny memory allocator.

    C

  6. Stepper Stepper Public

    Library that provides step by step execution without the need of a debugger (useful to inspect recursive calls).

    C