ShedageSeema
Masters In Computer Science at University of Central Arkansas | C++ | C# | .NET framework | HTML |CSS |JavaScript | PHP |HTTP| XAMPP |SQL |Bash | Unity|
United States
Pinned Repositories
AverageFilter
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 by pixel, replacing each value with the average value of neighbouring pixels, including itself
CreatingProcess
The CreateProcess function creates a new process and its primary thread. The new process executes the specified executable file.
CreatingThreads-
Creating threads in windows
Data-Mining
Python scripts used for Data Mining
FlutterTutorial-
HeapSort
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
ImagePopUp-
Multithreding
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
Platform-Game
Platform Game in Unity 3D and c#
UnityHelicopterController
Helicopter controller in unity. Using c# and Unity 3D platform.
ShedageSeema's Repositories
ShedageSeema/UnityHelicopterController
Helicopter controller in unity. Using c# and Unity 3D platform.
ShedageSeema/AverageFilter
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 by pixel, replacing each value with the average value of neighbouring pixels, including itself
ShedageSeema/CreatingProcess
The CreateProcess function creates a new process and its primary thread. The new process executes the specified executable file.
ShedageSeema/CreatingThreads-
Creating threads in windows
ShedageSeema/Data-Mining
Python scripts used for Data Mining
ShedageSeema/FlutterTutorial-
ShedageSeema/HeapSort
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
ShedageSeema/ImagePopUp-
ShedageSeema/Multithreding
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
ShedageSeema/Platform-Game
Platform Game in Unity 3D and c#
ShedageSeema/The-CreateProcess-function-
The CreateProcess function creates a new process and its primary thread. The new process executes the specified executable file.
ShedageSeema/WebApplication
Shopping Website