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

Block or report HarkiratSingh7

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
HarkiratSingh7/README.md

๐Ÿ‘‹ Hi there!

I'm Harkirat Singh. I am an Associate Software Engineer at Zscaler.

My Public Repos

Language: Python
Description: Four machine learning projects implemented with different algorithms. These projects were completed as the part of the final project of my Quantum Learnings Machine Learning Internship Training Program.

Language: C++
Description: Implementations and demonstrations of various data structures.

Language: C++
Description: Implementation of Monitors (Demo of Mutexes), Deadlocks and various Process Scheduling algorithms.

Language: C#, ASP.NET
Description: Many practice projects implemented in C# ASP.NET.

Language: Python
Description: A graphical shooting space jet game made using pygame library.

Language: C++
Description: Graphical algorithms implemented in C++ language.

Language: C#
Description: An application that creates a shortcut key for hiding and showing the windows taskbar. Sometimes, when the user uses auto-hide feature, the taskbar can pop up when mouse accidently touches the bottom of the screen (or whatever is the location of the taskbar). Some GUI applications have control buttons located at the bottom of the screen. In such case, it can be annoying.

Therefore, this application creates a shortcut key, which will hide and show the taskbar. And the mouse touching the bottom of screen will not affect the popping up of the taskbar.

๐Ÿ“ซ Where to find me

You can reach me at [email protected]. And on LinkedIn, click here.

On HackerRank, click here.

Github Stats ๐Ÿ“ˆ

Skills ๐Ÿ’ป ๐Ÿ“ฑ ๐Ÿ› ๏ธ

Popular repositories Loading

  1. ASPNETPractice ASPNETPractice Public

    Practice Projects of ASPNET

    ASP.NET 1

  2. MyCPPCPConfig MyCPPCPConfig Public archive

    This is a command line tool used to create competitive programming projects with a single command. This helps in easily configuring the projects.

    C#

  3. ADSALib ADSALib Public

    This contains data structure and algorithm implementations. This project is for practice and learning purpose.

    C++ 2

  4. harkiratsingh7 harkiratsingh7 Public

  5. OSBasicAlgos OSBasicAlgos Public

    This repository has some implementations of basic concepts and algorithms of Operating System. I have created this for practice purpose and to understand how they work.

    C++ 1

  6. DisableTaskbar DisableTaskbar Public

    To disable and enable the taskbar with a hotkey. (Useful when using autohide taskbar feature, to prevent pop up when mouse moved to the bottom of maximized window to select some option/button).

    C#