Skip to content
View lezahlie's full-sized avatar

Block or report lezahlie

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

Popular repositories Loading

  1. MatrixMultiplication MatrixMultiplication Public

    Experimental project for Matrix Multiplication Naive vs Cache Blocking Algorithms. Includes research report created on overleaf.com, explaining all aspects of the experiment.

    C 1

  2. HillCipherKeyPair HillCipherKeyPair Public

    C Programs for generating Hill Cipher encryption/decryption key pairs.

    C 1

  3. IPC-Programs IPC-Programs Public

    Demonstration of interprocess communication using Pipes, Processes, Sockjets, and Threads

    C 1

  4. Stencil-Project Stencil-Project Public

    Performance Analysis of Iterative Stencil Loops using Pthreads and OpenMPI

    C 1

  5. RowVSCol RowVSCol Public

    Simple program to compute the elapsed time for row vs col traversals in C lang matrixes, also demonstrates efficient memory allocation storage..

    C

  6. JsonParser JsonParser Public

    Json Parser sample program to demonstrate implementation of custom attributes and regex attribute validation.

    C#