Skip to content
View Badhansen's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Badhansen

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

Pinned Loading

  1. notion-mcp notion-mcp Public

    A simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list.

    Python 3

  2. hf-model-downloader-script hf-model-downloader-script Public

    A simple script that will download Huggingface models using script.

    Python

  3. LeetCode-Solutions LeetCode-Solutions Public

    Collection of LeetCode solutions that will help you to do well in your interview.

    C++ 9 2

  4. template.cpp template.cpp
    1
    #include<cstdio>
    2
    #include<iomanip>
    3
    #include<sstream>
    4
    #include<cstdlib>
    5
    #include<cctype>