Skip to content
View SeyedEhsanHosseini's full-sized avatar
♾️
♾️
  • Roshan AI
Block or Report

Block or report SeyedEhsanHosseini

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

Pinned Loading

  1. TCAD TCAD Public

    Download all the attachments from a Trello card in a batch.

    Python 2

  2. Kubernetes v1.28.2 - The hard way on... Kubernetes v1.28.2 - The hard way on VirtualBox VMs
    1
    
    
    2
    # On All Nodes 
    3
    
    
    4
    ## Install some packages the cluster will need for networking and firewall rules
    5
    
    
  3. gitlab-ci-on-k8s gitlab-ci-on-k8s Public

    A step-by-step guide to implementing CI/CD using Gitlab and Kubernetes

    JavaScript

  4. DWS-Task-1 DWS-Task-1 Public

    Python

  5. Python Script to create new kubeflow... Python Script to create new kubeflow profiles
    1
    #!/usr/bin/python3
    2
    
    
    3
    import subprocess
    4
    import yaml
    5
    from getpass import getpass
  6. Container-Exporter Container-Exporter Public

    Forked from Shayan-Ghani/Container-Exporter

    A resource-friendly, highly efficient and minimal prometheus exporter to track memory & cpu usage of Docker containers along with their lifecycle (uptime)

    Python