Skip to content
View ShedageSeema's full-sized avatar
☮️
Focusing
☮️
Focusing

Block or report ShedageSeema

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. UnityHelicopterController UnityHelicopterController Public

    Helicopter controller in unity. Using c# and Unity 3D platform.

    2 1

  2. HeapSort HeapSort Public

    Heap sort is a comparison based sorting technique based on Binary Heap data structure. It is similar to selection sort where we first find the maximum element and place the maximum element at the end

    C++

  3. AverageFilter AverageFilter Public

    Average (or mean) filtering is a method of 'smoothing' images by reducing the amount of intensity variation between neighbouring pixels. The average filter works by moving through the image pixel b…

    MATLAB

  4. Multithreding Multithreding Public

    Multithreading is a type of execution model that allows multiple threads to exist within the context of a process such that they execute independently but share their process resources

    Visual Basic .NET

  5. CreatingProcess CreatingProcess Public

    The CreateProcess function creates a new process and its primary thread. The new process executes the specified executable file.

  6. The-CreateProcess-function- The-CreateProcess-function- Public

    The CreateProcess function creates a new process and its primary thread. The new process executes the specified executable file.

    C 1