Skip to content
View merinjo's full-sized avatar
Block or Report

Block or report merinjo

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

  1. go-snmp go-snmp Public

    Forked from tiebingzhang/WapSNMP

    GO SNMP Trap receiver and SNMP Get/Walk client

    Go 4 4

  2. RSA-Montgomery-Ladder-Implementation RSA-Montgomery-Ladder-Implementation Public

    Implementation of the Montgomery’s ladder for exponentiation algorithm of a 128 byte message with a 64 byte (512 bits) secret exponent

    C++ 2

  3. Center-Star-Algorithm-in-Java Center-Star-Algorithm-in-Java Public

    Java 1

  4. Closest-sequence-problem Closest-sequence-problem Public

    Java

  5. Parallel-Matrix-Multiply Parallel-Matrix-Multiply Public

    In this parallel strategy, rows and columns were partitioned into 4 so matrix A and B was partitioned into 4*4 block matrices. The tile width would be 512/4 = 128. At a time one block matrix A and …

    C++ 1

  6. Parallel-Prefix-Scan Parallel-Prefix-Scan Public

    The parallel algorithm is divided into 4 steps.1.First the input array is divided into blocks equally between the total number of threads and for each block prefix scan is done serially. But each b…

    C++