Skip to content
View kimn1944's full-sized avatar
:octocat:
:octocat:

Block or report kimn1944

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

Popular repositories Loading

  1. branch-predictor branch-predictor Public

    Hybrid branch predictor for a 5 stage MIPS processor

    C++ 3

  2. ooo-processor ooo-processor Public

    Out of order MIPS processor

    Verilog 2

  3. caches caches Public

    Caches for a 5 stage MIPS processor

    C++ 1

  4. merge-sort merge-sort Public

    Optimized merge sort algorithm in MIPS Assembly

    Assembly 1

  5. parallel-matrix-multiplication parallel-matrix-multiplication Public

    Multithreaded matrix multiplication using POSIX library

    C 1

  6. simple-bayes-filter simple-bayes-filter Public

    The following is an implementation of a simple Bayes filter used to calculate the belief distribution of states of a mobile robot

    Java