Skip to content
View PalashBansal's full-sized avatar
:octocat:
Open for Freelance projects. Drop me an email.
:octocat:
Open for Freelance projects. Drop me an email.
Block or Report

Block or report PalashBansal

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

SVG Banners

PalashBansal's GitHub Stats

PalashBansal's GitHub Stats

Visitor count

Pinned

  1. Pacman Pacman Public

    Game based on collision detection in Javascript

    JavaScript 2 4

  2. notepad-plus-plus/notepad-plus-plus notepad-plus-plus/notepad-plus-plus Public

    Notepad++ official repository

    C++ 21.8k 4.4k

  3. XTB_bin XTB_bin Public

    Just to keep the release binary(src code is private)

  4. stk-code stk-code Public

    Forked from supertuxkart/stk-code

    The code base of supertuxkart

    C++

  5. competitive programming cpp template competitive programming cpp template
    1
    #include <bits/stdc++.h> // precompiled header (may not be supported by execution environment)
    2
    #include <iostream>
    3
    #include <sstream>
    4
    #include <cstdio>
    5
    #include <cmath>