Skip to content
View Nikhil-KO's full-sized avatar
🤖
Co-Founder @ Neural Foundry
🤖
Co-Founder @ Neural Foundry

Block or report Nikhil-KO

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

Pinned Loading

  1. CVHeadTrack CVHeadTrack Public

    Custom made, Computer Vision based head tracking software made using OpenCV, DLib and OpenTrack to communicate with game.

    C# 3 1

  2. Nikhil-KO.github.io Nikhil-KO.github.io Public

    Portfolio

    HTML 1

  3. Docs Docs Public

    General Files

    Python 1 1

  4. Git Shortcuts Git Shortcuts
    1
    git config --global alias.co checkout
    2
    git config --global alias.br branch
    3
    git config --global alias.ci commit
    4
    git config --global alias.st status
    5
    git config --global alias.bsc "branch --show-current"