Skip to content
View sdontireddy's full-sized avatar

Block or report sdontireddy

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. rag-knowledge-base rag-knowledge-base Public

    RAG Template that runs locally | Includes Ingestion | Retrieval

    Python 3

  2. silverdreamracer.me silverdreamracer.me Public

    Markdown based Personal blog | Cost less than 1$

    Python

  3. raven raven Public

    Bulk XML generator tool , Generate any number of sample DO's , POS etc.. in minutes to stress test Mule etc applications

    Java 2

  4. Splunk Quick Reference Splunk Quick Reference
    1
    **Simple Search with various AND**
    2
    index=index_name sourcetype=source_type  host=host_nam source=source
    3
    
                  
    4
    **Count of search criteria "LifecycleException" per day**
    5
    index=index_name sourcetype=exception_source_typs host=host_name LifecycleException | bucket _time span=day |stats count by _time