Skip to content
View shaima13s's full-sized avatar

Block or report shaima13s

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

Popular repositories Loading

  1. Interactive-Color-Based-Object-Detection Interactive-Color-Based-Object-Detection Public

    Interactive object detection using OpenCV and HSV color segmentation.

    Python

  2. Parallel-Count-Multiples-of-a-Number Parallel-Count-Multiples-of-a-Number Public

    Count numbers divisible by a chosen number in each part, then sum the total count.

    C++

  3. Parallel-Count-Values-in-Range Parallel-Count-Values-in-Range Public

    Count numbers that fall within a given range in each part, then combine the counts.

    C++

  4. Parallel-Normalize-Data Parallel-Normalize-Data Public

    Find the required values for normalization, then normalize each part of the data in parallel.

    C++

  5. Parallel-Dot-Product-of-Two-Arrays Parallel-Dot-Product-of-Two-Arrays Public

    Multiply corresponding elements in each part of two arrays, then sum the partial results to get the final dot product.

    C++

  6. Parallel-Sum-of-Squares Parallel-Sum-of-Squares Public

    Each process squares the numbers in its part, then sums the squared values, and finally combines the results.

    C++