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

Block or report mahirchavda

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

Hi, I'm Mahir. 👋

Pinned Loading

  1. CrossRealms/Splunk-Cyences-App-for-Splunk CrossRealms/Splunk-Cyences-App-for-Splunk Public

    Cyences App (Cyber Defense) built by CrossRealms International - https://splunkbase.splunk.com/app/5351/

    JavaScript 8 3

  2. url-shortener url-shortener Public

    transform longer URLs into manageable, meaning full, easy to remember short links

    Python 1

  3. GSHelper GSHelper Public

    (Google Search Helper) Open each google search result(link) in new tab by just clicking on extension icon or using shortcut Ctrl+Shift+L

    JavaScript 1

  4. scripts scripts Public

    This project provides API endpoints to get my often-used scripts.

    Python 1 1

  5. jekyll-tutorial-app jekyll-tutorial-app Public

    jekyll-tutorial-app Step by Step Tutorial https://jekyllrb.com/docs/step-by-step/01-setup/

    HTML 1

  6. Trace python function calls, argumen... Trace python function calls, arguments and return values
    1
    from functools import wraps
    2
    indent = 0
    3
    def trace(func):
    4
        @wraps(func)
    5
        def function_wrapper(*args, **kwargs):