Skip to content
View aminyuddin's full-sized avatar

Highlights

  • Pro

Organizations

@opencodemy

Block or report aminyuddin

Report abuse

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

Report abuse

Pinned Loading

  1. ay-elastic-incident-triage-agent ay-elastic-incident-triage-agent Public

    Incident portal + MCP server for Elastic Agent Builder. AY Elastic Incident Triage Agent: ES|QL log analysis, create/list/close/reopen tickets.

    JavaScript

  2. ay-smarthome ay-smarthome Public

    AY Smart Home - One dashboard for your Home Assistant devices, automations, and energy.

    TypeScript

  3. amnydn.dev amnydn.dev Public

    https://amnydn.dev

    TypeScript

  4. Docker for Dummies Docker for Dummies
    1
    ##Build docker
    2
    sudo docker build -t image-name .
    3
    sudo docker build -t image-name . --add-host domain:ip
    4
    
                  
    5
    ##Run docker with interactive mode and allocate a pseudo-TTY
  5. Pinblock ISO 9564 format 0 Pinblock ISO 9564 format 0
    1
    package cz.monetplus.mnsp.tools.misc;
    2
    
                  
    3
    import org.apache.commons.codec.DecoderException;
    4
    import org.apache.commons.codec.binary.Hex;
    5
    import org.apache.commons.lang.StringUtils;