Skip to content
View Atharv115's full-sized avatar

Highlights

  • Pro

Block or report Atharv115

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

Welcome to Atharv Golam's profile!

  • 🎓 UG-CS student
  • 🏎️ Formula Enthusiast
  • 🐍 I’m currently learning Python
  • 🤝 I’m looking for Hackathon Buddies
  • 💬 Ask me about C, C++, Pyton
  • 🔎 In search of Incredible!!

Connect with me Twitter LinkedIn Dev.to Stackoverflow Daily.dev

Languages & Tools

ko-fi.com Buy Me a Coffee

Pinned Loading

  1. MAHSS-CPP MAHSS-CPP Public

    CPP Repository

    C++ 3 2

  2. C++ Debug Files for VSC C++ Debug Files for VSC
    1
    {
    2
        "version": "0.2.0",
    3
        "configurations": [
    4
            {
    5
                "name": "g++.exe build and debug active file",
  3. Some of these settings are managed b... Some of these settings are managed by your organisation
    1
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f
    2
    reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f
    3
    reg delete "HKCU\Software\Policies" /f
    4
    reg delete "HKLM\Software\Microsoft\Policies" /f
    5
    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
  4. For updating pwsh For updating pwsh
    1
    iex "& { $(irm https://aka.ms/install-powershell.ps1 ) } -UseMSI"