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

Block or report priyanshus

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. open-agent-eval-playground open-agent-eval-playground Public

    Playground for building Agentic System and Agent Evaluation

    Python

  2. rag-eval-on-a-budget rag-eval-on-a-budget Public

    Playground repository to develop and evaluate a RAG app against structured data set.

    Python

  3. parth parth Public

    JWT Hacking tool

    Python 3 1

  4. awesome-qa awesome-qa Public

    Everything about QA

    16 3

  5. pyticker pyticker Public

    Terminal based stock ticker and position tracker

    Python 1

  6. NMAP scan for a list of subdomains NMAP scan for a list of subdomains
    1
    #!/bin/bash
    2
    #Performs port scan using nmap
    3
    
                  
    4
    print_usage() {
    5
    cat << _EOF_