Skip to content
View hoopdad's full-sized avatar

Block or report hoopdad

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. azure cli command to get the listing... azure cli command to get the listing of network security group rules for a specific network security group
    1
    #!/bin/bash
    2
    
                  
    3
    # Set the subscription ID as a variable
    4
    SUBSCRIPTION_ID="your-subscription-id"
    5
    
                  
  2. azure-mngd-id-java-auth azure-mngd-id-java-auth Public

    Simple example of a Spring Boot App that uses Managed Identity to authenticate to Azure Event Hub

    Java

  3. bendlang bendlang Public

    Experimenting with new high-level language, Bend, for massively parallel programming

    Shell

  4. cuda_basic_poc cuda_basic_poc Public

    A basic C++ example using the NVIDIA CUDA library for math, comparing CPU and GPU performance for the same tasks

    Cuda

  5. fnctn_app_mngd_id fnctn_app_mngd_id Public

    Python for Azure Function App using Managed Identities

    Python 1

  6. spring-eventhub-kafka spring-eventhub-kafka Public

    Authenticating Container App to Event Hub using Kafka API in a Java Spring Boot microservice

    Java